Get Things Centered

nush

New Member
hey guys

when i put a picture in the footer it asways goes to the left of the forum. how do i center the picture.

cheers
 
Simply place these tags:
PHP:
<div align="center">
image code here
</div>

Or more simple:
PHP:
<center>
image code here
</center>

But the <div> tags are more "forumish" :P
 
Back
Top