My goal is to have something like this:
Link1 This text is a bit long <bullet point> Link2 This text is real short
I want to have the bullet point centered instead of the entire line of code itself. Here is my current code:
<center>
<div id="links">
<a href ="post.php">Post to Classifieds</a>
<span style="padding-left: 20px; padding-right: 20px;">●</span>
<a href="contact.php">Contact</a>
</div>
</center>
Post to Classifieds ● Contact
Which currently aligns the text at around the middle 's' in 'classifieds' instead of what I need, which is the bullet point centered. Does anyone know a solution?
` `- ` elements?
– Jake Feb 26 '12 at 07:02