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