PHPBB3

Dylan

FP Elder
Joined
Apr 4, 2008
Messages
3,746
Reaction score
24
FP$
15
I want to put text on the index of my phpbb3 forum and i want it to be in a box and neatly centered.
Can someone give me the code
 
Want to provide a link?

To center it, you'll need to use the center code.

<center>Insert Here</center>

It's kind of common sense.
 
You should use <div style="text-align:center"></div>, <center> is deprecated in html4 and doesn't even exist in html5/xhtml
 
Back
Top Bottom