+ 1
Align Text help (Solved!)
How can I align text at the middle?
2 Réponses
+ 1
set in css
selector {
display:block;
text-align:center;
}
replace selector with tag, #id or .class
display:block to make sure that elemen being a block
you can also put width property
0
here one of solution you need, also it's stuck not suck
<body align=center>
</body>