Adding lines between text?

nedjelco / 2013-02-03 22:05:59   

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

arsondpi / 2013-02-03 23:22:40   

putting lines between posts is just a simple css rule. It does come down to what you're after though... For example:

  1. #index ul.section { border-bottom: 1px solid #666; }

To enter a ruler line in the text area simply use the hr tag.

  1. some text here
  2. <hr />
  3. separated from the html tag above

And of course you can style your hr tags. Search the web for more info about this...

This thread has been closed, thank you.