1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

need help with html code

Discussion in 'Programming' started by Decipher442, Mar 1, 2011.

  1. #1
    Hi,

    okay so if you checkout this site in ie browser the design comes looks good, but if you look at the site in chrome it has a gap under the header image showing the background image and not the teal color...

    any suggestions on how to fix this?
     
    Decipher442, Mar 1, 2011 IP
  2. Cash Nebula

    Cash Nebula Peon

    Messages:
    1,197
    Likes Received:
    67
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Same problem in Firefox. This is the quick and nasty fix (line 34)
    <p align="center" style="margin:0;">

    Or you can add this simple reset to the head section to fix other problems like that.
    <style type="text/css">
    * { border: 0; margin: 0; padding: 0; }
    </style>
     
    Cash Nebula, Mar 1, 2011 IP
    Decipher442 likes this.
  3. Decipher442

    Decipher442 Well-Known Member

    Messages:
    1,299
    Likes Received:
    12
    Best Answers:
    0
    Trophy Points:
    140
    #3
    Awesome, did the job! Thanks for the help bud I greatly appreciate it. :)
     
    Decipher442, Mar 1, 2011 IP