OK so i posted this a while ago to no help, this time im including images because it might not have been clear what the issue was BasicallY everYthing is perfect on the blog homepage, Yet screwed up when You go on a single post page (im using wordpress) - Here's how things appear on the : Blog Homepage Yet on a single post page: The 2nd set of images show that the text has gone smaller on the first pic and the 'contact me for an interview' goes onto two lines on the other. I have no idea whY this is happening and would love some help! FinallY, w3c doesn't like the validation of mY site...pulling up an error I will be glad to send 5-10$ in someones direction if this can be solved
you have <font size="2"> in one of the page (the one that has the issue) in the correct page you have <div class="box3"> .... </div> in the wrong page you have <div class="box3"> <font size="2"> .... </font> </div> remove <font size="2"> </font> this is already defined in the css .box3
you should probably try and fix them errors too, 1 - 10 errors is ok, but 150 validation errors is bound to cause problems.