hi guys
i have a non-widgetised sidebar i have created into which im adding various links etc. How do i create a line break between my links and their headings? i have tried <br /> but it doesn't seem to work, i think im just putting it in the wrong place. any help?
my template file:
<!-- begin sidebar2 -->
<div id="sidebar2">
<h3>Subscribe</h3>
<a href="http://www.artbyherbie.com">What is RSS?</a>
<h3>Connect</h3>
<h3>Client Reviews</h3>
</div>
<!-- end
sidebar2 -->
i want a line between the 'What is RSS' link and the next 'Connect' heading.
regards
HH