Helphelphelphelp

windows

Guest
How come on my website the menu at the bottom dosent show up???............It flickers every time the mouse goes over it!!!!<br />
can anyone help??<br />
<br />
<!-- m --><a class="postlink" href="http://www.geocities.com/gamerheavenwebsite/index.htm">http://www.geocities.com/gamerheavenwebsite/index.htm</a><!-- m --><!--content-->This is why: <!-- m --><a class="postlink" href="http://validator.w3.org/check?uri=http%3A%2F%2Fwww.geocities.com%2Fgamerheavenwebsite%2Findex.htm&charset=%28detect+automatically%29&doctype=HTML+4.01+Transitional&ss=1&outline=1&sp=1&verbose=1">http://validator.w3.org/check?uri=http% ... &verbose=1</a><!-- m --><br />
<br />
<br />
See the errors numbered 12 to 19? You have the script outside of your document body.<br />
<br />
<br />
You also need to sort out error numbers 1 to 11. All easy stuff to do:<br />
<br />
<br />
Add type="text/javascript" to every <script> tag.<br />
<br />
<br />
Add a type="text/css" attribute to every <style> tag.<br />
<br />
<br />
All <style> tags should be in the <head> section not in the <body>.<br />
<br />
<br />
Add alt="some text" to every <img > tag, the text reflecting what is in the dispayed image. On unimportant images, like spacer elements, a minimum of alt="" is fine. For bullet-point images, alt="*" is often used. Search engines do index the alt text. The alt attribute is a required element.<br />
<br />
<br />
<br />
The rest of the errors are caused by Geocities' crappy pop up advert code. You can't change or fix those problems.<!--content-->Originally posted by Final <br />
How come on my website the menu at the bottom dosent show up???............It flickers every time the mouse goes over it!!!!<br />
can anyone help??<br />
<br />
<!-- m --><a class="postlink" href="http://www.geocities.com/gamerheavenwebsite/index.htm">http://www.geocities.com/gamerheavenwebsite/index.htm</a><!-- m --> <br />
<br />
Its meant to display at the top of the page not the bottom, isn't it?<!--content-->Heh, <!-- m --><a class="postlink" href="http://validator.w3.org/check?uri=http%3A%2F%2Fwww.geocities.com%2Fgamerheavenwebsite%2Findex.htm&doctype=HTML+4.01+Transitional&charset=iso-8859-1+%28Western+Europe%29&ss=1&outline=1&sp=1&verbose=1">http://validator.w3.org/check?uri=http% ... &verbose=1</a><!-- m --><br />
<br />
Was 20 errors, now up to 36 errors.<br />
<br />
You have two <body> tags. That isn't allowed.<br />
<br />
Didn't fix any of the stuff mentioned above either.<!--content-->
 
Back
Top