Center allignment

gettingdude

New Member
Hello,
I want to know how can i center align the poster name, his avatar, his ranks etc. in the posts. everything is left aligned right now
 

mojopanel

New Member
You can always use "Divs" I.E

Instead of

HTML:
<center></center>

You can use

HTML:
<div align="center"></div>

And then just wrap it around

HTML:
postbit_legacy

Like "ChopSuey" Said.

I think the div is a bit more pro looking.
 
Top