|
Posted by Mike on 11/11/06 21:38
Hi folks, I'm a novice, I have a simple website and would like to move
my three menu items, About Us, Contact, and Buy Now both downward to be
centered with the picture in the middle and to the right to be closer
to this image. Any input would be greatly appreciated. Also, if you
see any flaws in coding feel free to comment. It's strict xhtml and
another thing I'm wondering is if it should be transitional. I've
posted the source code below, thanks much for any comments, I read them
all and appreciate them much even if I don't get a chance to thank you.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"
/>
<title>Bottlepal - the fun gadget!</title>
<style type="text/css">
<!--
..style1 {font-family: "Comic Sans MS"}
..style6 {font-size: 18px}
..offset {
margin-right: 15%;
}
-->
</style>
</head>
<body>
<div style="text-align: center;"><img
src="http://i100.photobucket.com/albums/m16/mikesal3731/57b9272a.jpg"
alt="logo"/></div>
<hr size="4" color="FF0000" width="45%" align="center"
noshade="noshade" />
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="15%" height="158" valign="top" class="style6"><p><span
class="style1"><a href="/AboutUs.html">About Us </a><br />
<br />
<a href="mailto:inquiries@bottlepal.com">Contact</a><br />
<br />
<a
href="http://ww6.aitsafe.com/cf/add.cfm?userid=88190363&product=Bottlepal
bottle opener&price=4.99"><strong>Buy Now</strong></a></span></p>
<p align="center"> </p></td>
<td width="85%" valign="top" class="style6"> <span
style="text-align: center;"><div align="center"><img class="offset"
src="http://i100.photobucket.com/albums/m16/mikesal3731/bottlepalRED.jpg"
alt="bottle opener" /></div></span>
<div align="right"><img
src="http://www.bottlepal.com/tinc?key=hQRG3RlG" alt="Hit Counter"
width="87" height="32" align="center"/>
</div>
</td>
</tr>
</table>
</body>
</html>
[Back to original message]
|