What's the correct code to put an adsense square box aligned to the left?

Discussion in 'Placement / Reviews / Examples' started by NeuroSynapsis, Jul 18, 2006.

  1. #1
    Website in Question:
    http://www.greek-fundraising-ideas.com/index.html

    I'm looking to put the beginning of the paragraph on the right side of the square ad box.

    Is there anyway to do this logically w/o the use of tables?
     
    NeuroSynapsis, Jul 18, 2006 IP
  2. Will.Spencer

    Will.Spencer NetBuilder

    Messages:
    14,789
    Likes Received:
    1,040
    Best Answers:
    0
    Trophy Points:
    375
    #2
    There's nothing wrong with a table, in this context.

    Here's the code Joel Comm recommends in Google AdSense Secrets:
    <table border="0" align="right"><tr><td>
    Google AdSense code goes here
    </tr></tr></table>
    Code (markup):
    I implemented a right aligned AdSense box in pure CSS once -- and this is much cleaner.
     
    Will.Spencer, Jul 18, 2006 IP