Nail Yener
Member
Posted 1 year ago #
Hi,
I am using WordPress 3.0 and trying to insert a line into my post so that it separates two paragraphs from each other. The theme is: 2 Column Neoclassical Theme, http://blogigs.com/2-column-neoclassical-theme/
I simply use the code <hr> but it is not working. Any help?
Can you screenshot what's happening now? You may need to customize your CSS to format the HR line correctly, but that is the right HTML to use.
Nail Yener
Member
Posted 1 year ago #
Ok, found the solution. There was a line in the CSS file something like
hr {display:none}
Removing it fixed the issue.
Yeah, that would do it :)