[Typo3-shop] XHTML Compliance

Nick Weisser typo3 at openstream.ch
Sat Jan 28 17:56:56 CET 2006


Hi there,

May I suggest for the next subversion to replace the font tags in wrap1 
and wrap2 (ext_typoscript_constants.txt)?

Instead of

   wrap1 = <font face="verdana" size=2 color=black> | </font>
   wrap2 = <font face="verdana" size=1 color=black> | </font>

we should either use something like

   wrap1 = <span class="tx-ttproducts-pi1-wrap1"> | </span>
   wrap2 = <span class="tx-ttproducts-pi1-wrap2"> | </span>

Or just forget about those two wraps completely, because with the new 
CSS template these would actually be obsolete or deprecated.

Regards,
Nick

Openstream Internet Solutions
http://www.openstream.ch



More information about the TYPO3-project-tt-products mailing list