I'm trying to embed a horizontal rule directly to the right of text, but it puts it on the next line for some reason. Here is my code:
Here is the CSS Class:
The site is http://www.itsalltech.com.
Any ideas? Thanks.
Code:
<p class="splitter">
All Posts<hr>
</p>
Here is the CSS Class:
Code:
.splitter {
color: #888;
padding-left: 1px;
font-size: 12px;
font-weight: bold;
text-transform: uppercase;
}
The site is http://www.itsalltech.com.
Any ideas? Thanks.