ok guys and gals i neeed some help... My website is great EXCEPT on my directions page the side bar spaces out for some reason and help you can provide is greatly appreciated... look at this page http://www.free-trade-magazines.com/life/1/about.php then go to this page you can see the problem. http://www.free-trade-magazines.com/life/1/directions.php NOTE THIS is in IE in Firefox seems to work ok.... EXCEPT for some reason before you visit the links they are blue.. and should be white.... Thanks in advance.
#main a:link, { Code (markup): Lose the comma. Makes all the difference. You should also validate your page. You have about 90 errors and warnings. When you fix them, you may find other breakage. The sidebar is non-semantic markup, so I'm not familiar with the effects you're experiencing. cheers, gary
The problem is the table ID is main Then in your css, you have main h1 and h2 with top margins, but not in the link css. basically, the browser is being confused. try giving your h1 and h2 tags a different style name in css sheet, and see if that fixes the problem.
Also got rid of most erros... one of the main errors is due to long link i have, i dont see anyway to get rid of that one.... Tried it, didnt seem to work... any other suggestions... I appreciate the help.