0
align tag
how do i align the next line to center after <br /> tag in <p> tag,check my codes with the name as help me
5 Respostas
+ 4
@s k
I used CSS instead of inline style.
+ 1
Try The div-tag:
<div align=center>Your Text</div>
0
<p align=center>is also a text.<!-- how to align this to center?? --></p>
0
Is this what you're looking for?
www.w3.org/Style/Examples/007/center.en.html
You can create classes for different Styles like p.bold and p.center ...