Space between elements using html or css?

  • Thread starter Thread starter Dead Wizard
  • Start date Start date
D

Dead Wizard

Guest
I have an image above a list of links, and I would like to put some empty space between the two. What is an easy way to do this?
<img src="../BarW/logosmall.gif">
<p>

<!-- In this space, I want more space than a <p> tag gives. I only want the space in this spot; I do not want to change the amount of space <p> tags put in place. Stacking <p> tags up does not work.
-->

<a href="Contact.html">Contact</a>
<p>
<a href="BarW.html">View Homes</a>
<p>
<a href="Fulton.html">Attractions in Fulton</a>
 
Back
Top