How can I ensure that no other text is on the same line as my heading tag?

syprosesheask

New Member
I have an h3 tag and I don't want to put any other tags in between it and the rest, but I can't seem to ensure that there is a line break before the rest of the text. How can I do this? Is it possible? I even tried \[code\]clear: both;\[/code\].css:\[code\].sidebar_info{ width:175px; padding:15px 10px 15px 10px; border-radius: 6px; background:url(img/info.png) no-repeat right top #ecf8fd; font-size:11px; text-align:left; line-height:17px;}.sidebar_info h3{ color:#49bae8; float:left; font-size:18px; font-weight:400; margin:0; padding:0; clear: both;}\[/code\]html:\[code\]<div class="sidebar_info"><h3>RAWR!</h3>Neque porro quisquam est qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit...</div>\[/code\]
 
Back
Top