1 pgwodehouse Mar 01, 2005 05:06
3 pgwodehouse Mar 01, 2005 16:03
Thanks, that fixed it!
And I feel like even more of a newbie now! LOL
4 stk Mar 01, 2005 18:13
pgwodehouse - The "new" HTML is called XHTML, with three flavors (strict, transitional & frames). The effort is to make 'better formed' HTML pages.
XHTML requires that every tag be closed (i.e. - <a href="blah"></a>)
In the case of the <img> tag, it doesn't have a corresponding </img> tag, so what you do is close it by adding a "space"/> at the end. (Thereby closing 'itself').
You can learn more about XHTML [url=http://www.w3schools.com/xhtml/]HERE[/url] ... and not be a noob anymore! ;)
Cheers
pgwodehouse wrote:
I do it this way
I add 2 "/" so it is strict xml (or something)