I need help with putting the navigation buttons down the side. So far my code looks like.
Code:
<table>
<tr>
<td>
<p style="margin:0px"
<div id="topnav">
<a href="index.htm"><img src="images/bindex.gif" style="border:none" /></a>
<a href="Services.htm"><img src="images/bsevices.gif" style="border:none" /></a>
<a href="Systems.htm"><img src="images/bsystems.gif" style="border:none" /></a> </p>
<a href="gallery.htm"><img src="images/bgallery.gif" style="border:none" /></a>
<a href="contactus.htm"><img src="images/bcontactus.gif" style="border:none" /></a>
</td>
This is how i was told but its not working.
My CSS looks like this
Code:
body {font-family: "Verdana", "Arial", "Helvetica", sans-serif}
hr {color: green; background-color: green; height: 3px; clear: left}
h1 {font-size: 26px}
h2 {font-size: 20px}
a:hover {color: blue}
table {border-style: outset; border-color: gray; border-width: 2px}
td {border-style: solid; border-color: gray; border-width: 1px}
dl, p, li {font-size: 13px}
dt {font-weight: bold}
#copy {position: absolute; top: 103px; left: 580px; } Sorry for the trouble