Hi! Wolver Ave. wrote: > I have a problem with validating the xhtml, the problem is the closing > part of the img tag which is "/> - it has a " instead of a blank > space, and I don't know how to get rid of it. See the example at the > bottom of my post. I'm using the following extensions: TV, DAM > (media), and Highslide, but the latter don't have anything to do with > that part of the site. The following piece of code resides inside a > div tag which I've mapped with TV, so that I can place a picture > inside it, so maybe it is a TV-based problem/bug? Anyone familiar with > it, or know a solution? > <img src="typo3temp/GB/cf8fa96dfb.png" width="790" height="291" > border="0"alt="" title="""/>
I must tell that TV does not generate any tags. TYPO3 does. TV is a way to map certain blocks of the template to content or TS objects. I think if you make your HTML template correctly, there should be no problems with tags. Usually all such problems appear due to mistakes in the HTML template. -- Dmitry Dulepov In TYPO3 blog: http://dmitry-dulepov.com/article/creating-a-mobile-version-of-a-web-site.html Twitter: http://twitter.com/dmitryd Skype: liels_bugs _______________________________________________ TYPO3-english mailing list [email protected] http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english
