I'm trying to make your typical header with buttons. Thing is I want my images to be together, and I'm getting a space in between each links. How would I bring these together?
Here is the code I have.
<div class="menu">
<a href="home.html" />
<img src="../../images/1home.gif" width="104" height="42" border="0" />
</a>
</div>







Bookmarks