Why are some of my words not on my website? The words are under the bottom and n

How can I fix this? Im using html. I tried the %26lt;*br%26gt;%26lt;*br%26gt; (without the *), but didn't kow where to put them. My site is:http://www.strongstennisacademy.com Can you explain this so a dummy can understand please?

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
Tag:Why   are   some   of   my   words   not   on   my   website   the   words   are   Under   the   bottom   and   not   on   the   site   page.    

Review (0)    All

Review:

h