
Originally Posted by
topspinsports
1) first and most importantly: Do you know why the links have white boxes around them other browsers?
It looks like you have a white background set or padding in your styles. Also not all web browsers read and interpret code the same way. Some are stricter then others and not very forgiven. May I suggest this code?
Code:
<td><Div align="center" id="Toplinks">
<ul>
<li><a href="http://www.topspinsports.com/">Home</a></li>
<li><a href="http://www.topspinsports.com/Lessons/Home.htm">Lessons</a></li>
<li><a href="http://www.topspinsports.com/StrategyAndTactics/Home.htm">Strategy and Tactics</a></li>
<li><a href="http://www.topspinsports.com/Training/Home.htm">Training</a></li>
<li><a href="http://www.topspinsports.com/Video%20analysis/Home.htm">Video</a></li>
<li><a href="http://www.topspinsportstennisforum.com/">Forum</a></li>
<li><a href="http://www.topspinsports.com/Interviews/Interviews.htm">Interviews</a></li>
<li><a href="http://www.topspinsports.com/AskAPro/AskAPro.htm">Ask-A-Pro</a></li>
<li><a href="http://www.topspinsports.com/ProoftheMonth/Pros.htm">Meet the Pros</a></li>
<li><a href="http://www.topspinsports.com/Tips/Home.htm">Quick Tips</a></li>
<li><a href="http://www.topspinsports.com/SignUp.htm">Sign Up</a></li>
</ul></Div></td>
and insert this into your style sheet ".css file"
Code:
#Toplinks a {
text-decoration: none;
color: #FFFFFF;
display: inline;
margin-right: 5px;
margin-left: 5px;
}
#Toplinks {
font-family: "Times New Roman", Times, serif;
font-size: 14px;
font-style: italic;
border: 0px solid #000000;
height: auto;
width: 868px;
}
#Toplinks li {
display: inline;
padding: 0px;
}
#Toplinks li.current {
background-color: #597947;
}
#Toplinks a:hover {
background-color: #003333;
}
#Toplinks ul {
background-color: #597947;
margin: 0px;
padding: 0px;
}

Originally Posted by
topspinsports
2) What is "wrong" with a long description?
Meta description should be about 25 words or 150-200 characters long.

Originally Posted by
topspinsports
3) What do I need to fix about that code?
You are hosted on Go Daddy right? Your site root is something like Public_html. Your code points to a part of the drive you do not have access to. 'At least I hope it does'

Originally Posted by
topspinsports
4) Is there a problem with no alt tags?
No there is not but adding alt tags can increase your keyword density and also improve your ranking on search engines like Yahoo who put weight on alt tags.