pac10dave
Member
Posted 2 years ago #
So I didn't make any changes to my code or anything, but for some reason all of a sudden after I uploaded my most recent article on my site (www.allpac10.com), everything other than my most recent post is in BOLD. Strangely, when you click any article to go to its individual page it looks fine and un-bolded... so it isn't something I can go back and edit post by post. What would cause the entire site to be in bold font?
use the validator,
http://validator.w3.org/check?uri=http%3A%2F%2Fwww.allpac10.com%2F&charset=%28detect+automatically%29&doctype=Inline&group=0&verbose=1&user-agent=W3C_Validator%2F1.654
look at the second error.
then look at where it points to:
<a href="http://www.allpac10.com/nba-draft-pac-10-players-review/#more-219">Continue reading 'NBA Draft Pac-10 Players Review'»</a></p><div style="clear:both"></div></strong>
You have a stray <strong> tag in that post. Edit it.
pac10dave
Member
Posted 2 years ago #
That did the trick! Thank you!!