Why does safari render my website text as one big hyperlink?
Andrew A
2008-06-04 11:53:35 UTC
My site http://artemenko.org renders perfectly fine in IE and Firefox... I wonder if I'm missing a tag somewhere?
Five answers:
anonymous
2008-06-04 12:07:03 UTC
Yep. Missing on line 40.
The best way to find this kind of error is with validation.
Run your page through http://validator.w3.org or (better yet) install the HTML validator toolbar in Firefox. It instantly shows the number of errors on your site and changes the 'view source' window to highlight all errors and suggest changes. It even includes HTML tidy, which can automatically repair most errors.