Spacing Issues - Help Needed (with Pics)

Discussion in 'HTML & Website Design' started by Glen, Dec 29, 2007.

  1. #1
    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
    [​IMG][​IMG]

    Yet on a single post page:

    [​IMG][​IMG]

    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
     
    Glen, Dec 29, 2007 IP
  2. JohnZing

    JohnZing Peon

    Messages:
    109
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #2
    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
     
    JohnZing, Dec 29, 2007 IP
  3. Glen

    Glen Peon

    Messages:
    1,852
    Likes Received:
    91
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Thank you very much! Feel free to PM me your paypal
     
    Glen, Dec 30, 2007 IP
  4. just-4-teens

    just-4-teens Peon

    Messages:
    3,967
    Likes Received:
    168
    Best Answers:
    0
    Trophy Points:
    0
    #4
    you should probably try and fix them errors too, 1 - 10 errors is ok, but 150 validation errors is bound to cause problems.
     
    just-4-teens, Dec 30, 2007 IP