trying to figure out centering words for hub design
ID:278267
Dec 23 2009, 2:15 am
|
|
Dec 23 2009, 4:54 am
|
|
HTML; Center works perfectly fine for me.
|
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
|
|