How would I go about positioning my Menu so it's always on the left of the page?
Here's the HTML:
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
<title>HomeSite</title>
<meta name="generator" content="Amaya, see [url="http://www.w3.org/Amaya/""]http://www.w3.org/Amaya/"[/url] />
</head>
<body style="background-color:#91A84F">
<div class=Menu>
<table border="1" bgcolor="#D9FFA9" style="width: 12%">
<caption></caption>
<col />
<tbody>
<tr>
<td>Home</td>
</tr>
<tr>
<td>Portfolio</td>
</tr>
<tr>
<td>In Development</td>
</tr>
<tr>
<td>Contact</td>
</tr>
<tr>
<td>About</td>
</tr>
</tbody>
</table>
</div>
</body>
</html>
Remember, I'm a COMPLETE newbie when it comes to layouts in HTML. I may not <p>, <br>, etc. But I don't know how to apply them

New Topic/Question
Reply


MultiQuote




|