PDA

View Full Version : VB 4.0's Built-In Ad System - Centering Header Ad


racerhub
03-13-2010, 12:21 PM
Is there any way to center the ad spot that appears in the header?

merk_aus
03-13-2010, 12:39 PM
yes ad <center> at the beginning of your ad code and </div> to the end of it.

racerhub
03-28-2010, 02:04 PM
Hey, I tried that and it just centered everything. Any other suggestions?

Lynne
03-28-2010, 02:42 PM
If you add a <center> tag, you need to then end it with a </center> tag, not a </div> tag. The center tag is deprecated though, so I wouldn't use it. Try <div style="text-align: center;"> and </div> instead.