[TYPO3-english] Templavoila looses mapping

David Bruchmann typo3-en at bruchmann-web.de
Fri Jun 5 17:43:52 CEST 2009


----- Ursprüngliche Nachricht -----
Von:        Vahan Amirbekyan <vamirbekyan at dgfoundation.org>
Gesendet:   Donnerstag, 4. Juni 2009 02:52:27
An:         typo3-english at lists.netfielders.de
CC:
Betreff:    Re: [TYPO3-english] Templavoila looses mapping

Close all single-tags with "/>" at the end in your template:

<meta ... />
<img src="..." />

For the case you add br or hr tags write <br /> and <hr />.
Furthermore you must not write single "&" signs but always the entitie 
(&amp; for "&", &lt; for "<", ...). This is a hint only for the case you 
need some signs for the text or urls in the the template - I never saw 
wrong signs in your template.

This step is recommend because you're using xml-namespace.
Aftewards you can retry to map your template.
Hint: Table-Layouts are "out". You should consider to change to 
css-layout with div-tags and lists (ul, ol, dl).

Regards
David


More information about the TYPO3-english mailing list