[Typo3] page.bodyTag = with multiple lines in SETUP of template?

Stefan Beylen intsys at swissinfo.org
Thu Feb 10 21:23:24 CET 2005


Jordan van Bergen wrote:
  > page.bodyTag = <!-- TOPNAV stylesheet(s) -->
> <STYLE TYPE="text/css" MEDIA="screen">
> <!--
> @import url(fileadmin/templates/nouvo/Menu.css);
> -->
> </STYLE><BODY>

styles belong in the <head> section of the document.

use:
page.headerData.5 = TEXT
page.headerData.5.value (
<STYLE TYPE="text/css" MEDIA="screen">
<!--
@import url(fileadmin/templates/nouvo/Menu.css);
-->
</STYLE>
)

hth


-- 
  ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
  Stefan Beylen
  W / private: http://www.lingoist.com
  ICQ private: 19461808
  MSN private: iiioiooo
  ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::



More information about the TYPO3-english mailing list