PDA

View Full Version : help centering banner?


UsniperfireM
07-15-2007, 11:00 PM
Hey Guys

I finally got my banner to show up here www.360legends.net

However how do I center it. Please be as descriptive as possible as I am a newbie at this stuff.

HMBeaty
07-15-2007, 11:14 PM
You can center your banner by placing these tags around your banner code:
<center></center>
So basically, just like you would with just a regular image, the code would look like the following:
<center><img src="pathtoimage.gif" /></center>
Hope that helps you out :)

Dismounted
07-16-2007, 05:05 AM
Center tags are deprecated, use this instead.
<div style="margin: 0 auto;"><img src="pathtoimage.gif" alt="" border="0" /></div>