Forum Moderators: martinibuster

Message Too Old, No Replies

Aligning An Ad

         

knights1

9:10 pm on Jul 9, 2005 (gmt 0)

10+ Year Member



How do I align one of my ads to the right? I tired the align=right tage in front of the script and it didn't work.

joeking

9:20 pm on Jul 9, 2005 (gmt 0)

10+ Year Member



ALIGN="RIGHT"

Do you have the quote marks as above?

knights1

10:07 pm on Jul 9, 2005 (gmt 0)

10+ Year Member



yes but would I just put an <align="right">before the code?

oshatz

10:29 pm on Jul 9, 2005 (gmt 0)

10+ Year Member



put the code in a table, and add align="right" to the table tag.

Alioc

11:54 pm on Jul 9, 2005 (gmt 0)

10+ Year Member



A more advanced CSS solution:

<div style="float: right; position: relative; background-color: #FFFFFF; border-left: 10px solid #FFFFFF; border-top: 10px solid #FFFFFF">
ADSENSE JAVASCRIPT CODE
</div>

Place this above the text in HTML. Change the colour and px values as you wish.