ID:278267
 
trying to figure out centering words for hub design
HTML; Center works perfectly fine for me.
<center>
Insert Content Here
</center>
In response to Maximus_Alex2003
If you want to do it using CSS, you'd want to use "text-align:center", as in <span style="text-align:center">centered text</span>
In response to Ryan P
Thank you for showing CSS's way.
I'm not very familiar with CSS and I'm hardly familiar with HTML as it is anyways.
In response to Maximus_Alex2003
Then you might want to get familiar ^-^

http://www.w3schools.com