How do you add or create line breaks in the text or between projects with a solid line?
The same way between posts on the forum here?
Thanks,
NMK
Indexhibit version: 2.0
Thread is not resolved.
How do you add or create line breaks in the text or between projects with a solid line?
The same way between posts on the forum here?
Thanks,
NMK
putting lines between posts is just a simple css rule. It does come down to what you're after though... For example:
#index ul.section { border-bottom: 1px solid #666; }To enter a ruler line in the text area simply use the hr tag.
some text here<hr />separated from the html tag aboveAnd of course you can style your hr tags. Search the web for more info about this...
You need to be logged in to post.