Why is the ad on my page not centered?
Currently the coding looks like this:
<center>
***advertisement***
</center>
But it's still left justified. What do I need to do to it to make it centered?
How do I center the ad on my comic?
- Bobadventures
- Regular Poster
- Posts: 225
- Joined: Mon May 01, 2006 5:49 pm
- Location: Los Angeles, CA, USA
- Contact:
- LibertyCabbage
- Cartoon Hero
- Posts: 4667
- Joined: Tue Jan 25, 2005 4:08 pm
- Location: bat country
- Contact:
Re: How do I center the ad on my comic?
I checked the site in Chrome and IE, and the ad's showing up centered in both. What browser and version are you using? If you're still having problems, try getting rid of the <center> tags and adding align="center" to the div class="keen_ad" tag. Your code also doesn't appear to have a body tag, and that may be causing issues in some browsers.


