Best Answer - Chosen by Voters
Don't want to be harsh, but your code is a bit of a jumbled mess...The wrapper div is closed halfway down the page. Ther appears to be a superfluous %26lt;/div%26gt; in there.
Also, please do not use bgsound... if you want sound, use EMBED and allow people to turn it off.
Don't use a whole lot of br tags to add space. Use style sheets: margins and padding instead.
In at least two instances do I see attribute values span lines... put the closing quote right next to the last character, then you can have the closing %26gt; on the next line.
In AT LEAST one instance, an attribute is placed *against* a value of the previous one: width="480"class="floatTL"
Use the space bar wisely.
Indent paragraphs neatly, and hit the enter button once in a while, so your lines don't run off-screen.
You're inconsistent in closing tags. Some closed elements have %26gt;, others have /%26gt;. XHTML *demands* all closed elements use /%26gt;
In XHTML, it's %26lt; br space / %26gt; The space is for browser compatibility.
Hope that all helps you on your way... 100% 1 Vote

Review (0) All
Review: