|
Do you want to indent the first line (indent the first word)?
I read it wrong, I think you want to indent the line spacing of br!
You can improve it according to the method ofsunray, which can be assembled on the server side, such as:
str = "<p>"&replace(str,"<br/>","</p><p>")&"</p>"
Write CSS styles on the client:
p {text-indent: 4px;} |
|