- Joined
- Oct 13, 2008
- Posts
- 8,085
- Reaction score
- 657
I stuck a site on www.bonds.org.uk last night, it loads alright in Opera and FireFox browsers, but in IE, all that shows for the site is the header image, anyone know why
The W3 validator can often help pinpoint this kind of problem...
http://validator.w3.org/
Line 208, Column 7: end tag for "DIV" omitted, but its declaration does not permit this
</body>
✉
You forgot to close a tag, or
you used something inside this tag that was not allowed, and the validator is complaining that the tag should be closed before such content can be allowed.
The next message, "start tag was here" points to the particular instance of the tag in question); the positional indicator points to where the validator expected you to close the tag.
<li>
<a href="http://www.bonds.org.uk/corporate-bonds.htm" title="Corporate Bonds">Corporate Bonds</a></li>
Logo doesn't look great on my screen and missing an ALT tag (good for SEO).
To wrap the menu over 2 lines just add a "<BR />" after:
Code:<li> <a href="http://www.bonds.org.uk/corporate-bonds.htm" title="Corporate Bonds">Corporate Bonds</a></li>
Admin
To wrap the menu over 2 lines just add a "<BR />" after.....
Have a look at w3schools.com it's a great site to start learning html/css
Looks much better in IE now change your ALT tag to keywords not the domain name
We use essential cookies to make this site work, and optional cookies to enhance your experience.