Newtz
08-04-2005, 08:22 PM
I'm trying my hand at stumbling through "tables". Here's what I have so far.
<html>
<head>
<title>Sample</title>
</head>
<body>
</table>
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse; float: left" bordercolor="#111111" width="18%" id="AutoNumber2" height="460" background="pics/32bg2s.jpg">
<tr>
<td width="18%" height="460" bgcolor="#0066FF" bordercolor="#FFFF00" style="border: 5px solid #FFFF00" >
<form method="link" action="contacts.htm">
<input type="submit" value=" Contacts ">
</form>
<form method="link" action="news.htm">
<input type="submit" value=" News ">
</form>
<form method="link" action="job opportunities.htm">
<input type="submit" value="Job Opportunities">
</form>
</td>
</body>
</html>
Everything is working fine except that I can't find out how to have the buttons appear at the top of the blue table. Can anyone give me some advise please?
<html>
<head>
<title>Sample</title>
</head>
<body>
</table>
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse; float: left" bordercolor="#111111" width="18%" id="AutoNumber2" height="460" background="pics/32bg2s.jpg">
<tr>
<td width="18%" height="460" bgcolor="#0066FF" bordercolor="#FFFF00" style="border: 5px solid #FFFF00" >
<form method="link" action="contacts.htm">
<input type="submit" value=" Contacts ">
</form>
<form method="link" action="news.htm">
<input type="submit" value=" News ">
</form>
<form method="link" action="job opportunities.htm">
<input type="submit" value="Job Opportunities">
</form>
</td>
</body>
</html>
Everything is working fine except that I can't find out how to have the buttons appear at the top of the blue table. Can anyone give me some advise please?