Hi,

On 8/21/07, lokisapocalypse <[email protected]> wrote:
> Hello all. I am using templavoila to do most of my layout and have the 
> following TypoScript:
>
> # Default PAGE object:
> page = PAGE
> page.typeNum = 0
> page.config.doctype = xhtml_strict
> page.config.doctypeSwitch = 1
> page.config.index_enable = 1
> page.config.index_externals = 1
> page.config.metaCharset = utf-8
> page.10 = USER
> page.10.userFunc = tx_templavoila_pi1->main
>
> Now, when I take away the page.config items, everything renders normally. But 
> when I add the first page.config item (page.config.doctype = xhtml_strict) 
> all of my text is now underlined and I cannot use CSS to turn it off. Any 
> thoughts on what might be causing this?


TYPO3 just outputs HTML. Validate the code and fix the mistake(s). For
what it's worth, it sounds like there is an unclosed link or anchor in
your page somewhere.


-- 
Christopher Torgalson
http://www.typo3apprentice.com/
_______________________________________________
TYPO3-english mailing list
[email protected]
http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english

Reply via email to