Adding whitespace to beginning of a broken line
Is it possible to add a space to the beginning of a new line the way
whitespace: pre-wrap
preserves the whitespace at the end of the line?6 Replies
yeah, just add the space as an html entity
however, if i understand it correctly
it won't move the space, but it'll look like it moved the space
i think he wants the opposite
p {
text-indent: 15px;
}
i think he wants something like this: