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.

How to Center Javascript Code in Wordpress Widget

Discussion in 'JavaScript' started by mwgr5, Aug 2, 2007.

  1. #1
    I am using a banner ad that runs using javascript. I am adding the code inside a wordpress widget on a sidebar. I want the ad to be aligned in the center, instead of left justified. How do I do this? Thank you.
     
    mwgr5, Aug 2, 2007 IP
  2. .me

    .me Peon

    Messages:
    73
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #2
    If your code is not xhtml strict or if you don't care. Put the ad code inside

    <div align="center"> <!-- Ad code here --> </div>
     
    .me, Aug 2, 2007 IP