I am having some issues with wrapping stuff to a new line when it reaches the max width. I have my blog set up displaying all of the tags in a single div, and when the first line reaches the max width the next tag should jump to the next line. (Attached is what is happening in Chrome and Firefox)
Here is the CSS Code:
p.tagHolder{
margin-bottom:5px;
line-height:25px;}
All the HTML/PHP is:
<a href="#"><span>TagName</span></a><a href="#"><span>TagName2</span></a>....