d2jsp
Log InRegister
d2jsp Forums > Off-Topic > Computers & IT > Programming & Development > How To Center The Title Using Html > Trying To Get Back Into Programming.
Add Reply New Topic New Poll
Member
Posts: 4,779
Joined: Jun 1 2010
Gold: 2,848.00
Feb 27 2015 01:07pm
trying to get back into programming.

Forgot how to center a title or header using HTML

From what I understand <center> </center> Does not work
Member
Posts: 2,826
Joined: Aug 19 2008
Gold: 7,090.05
Feb 27 2015 02:27pm
If you mean title as in what is shown in the tab of a browser you can't center it (or at least I have no clue how).

If you mean just text there are a few ways to do it.
<div style="text-align:center">BLAH</div>

is the way I tend to do it if I am not using a css.
Member
Posts: 6,555
Joined: Jun 28 2012
Gold: 138.00
Warn: 10%
Mar 6 2015 03:35pm
Just link a stylesheet through the html and make all your edits there. <center></center> won't work
Go Back To Programming & Development Topic List
Add Reply New Topic New Poll