News:

Help keep this project going by donating or buying adseller pro

Main Menu
Coinbase

Left, Center, & Right Alignment

Started by yeehaa, December 09, 2006, 01:55:52 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

yeehaa

Using SMF ver 1.1 Final, default theme.

AdManagement Mod installed and working great.

But I'd like to use multiple banners, aligned left and right.

I used <center>your ad code here...</center> around the javascript code to center the banners.

What do I use to align right and left?

Thanks-

jerm

<div align="left">ad code here</div>
<div align="center">ad code here</div>
<div align="right">ad code here</div>

yeehaa