How to bring ads closer to text ?

Discussion in 'HTML & Website Design' started by poseidon, Jun 4, 2006.

  1. #1
    Hi,

    I am working on a site Auto Glass Repair in Atlanta and I am not able to bring google ads closer to text. I am using div for ads, so they are at the left and the content is in table data. How to bring ads closer to data ? :)

    Thanks
     
    poseidon, Jun 4, 2006 IP
  2. malc

    malc Peon

    Messages:
    129
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #2
    It looks to me like you can easily just edit you css file.

    Edit
    <div id="content"> 
    Code (markup):
    to be a bit bigger.

    Edit
    <div style="float : left; padding : 5px;"> 
    Code (markup):
    to float right or give more padding.
     
    malc, Jun 4, 2006 IP
  3. lorien1973

    lorien1973 Notable Member

    Messages:
    12,206
    Likes Received:
    601
    Best Answers:
    0
    Trophy Points:
    260
    #3
    or left aline the table, instead of centering it.
     
    lorien1973, Jun 4, 2006 IP
  4. malc

    malc Peon

    Messages:
    129
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Yes that will also help. I was thinking it's already like that.
     
    malc, Jun 4, 2006 IP
  5. poseidon

    poseidon Banned

    Messages:
    4,356
    Likes Received:
    246
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Thanks..it's working now. I removed the align=center in the table :)
     
    poseidon, Jun 4, 2006 IP