Hi, I really hope someone can help me, you guys seem nice and all and I really like ur website :cheesy:.
Here is what I want to do: [IMG]http://img454.imageshack.us/img454/6193/helpqj7.th.png[/IMG]
Basically I want no spaces in between that navigation bar and the banner so the chain appears to be attatched to it.
I am not even sure I am making that navigation bar right either lol (newbie here) and I am just folowing a few tutrorials that I googled.
Any help would be greatly appreciated or even some good tut sites even. I understand that you guys are probably swamped with stuff so I'll be patient. I'll also attatch my code if that helps any:
<%@LANGUAGE="JAVASCRIPT" CODEPAGE="1252"%>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<!-- TemplateBeginEditable name="doctitle" -->
<title>Untitled Document</title>
<!-- TemplateEndEditable -->
<!-- TemplateBeginEditable name="head" -->
<!-- TemplateEndEditable -->
<style type="text/css">
<!--
body {
background-image: url(../background.gif);
}
.style1 {color: #FFFFFF}
.style2 {color: #000000; }
-->
</style></head>
<body>
<p align="center"><img src="../toppartpsd copy.png" width="800" height="214" /></p>
<table width="593" border="1" align="center" cellpadding="5" cellspacing="1">
<tr>
<th width="96" bordercolor="0" background="../homebutton.gif" scope="col"> </th>
<th width="95" background="../rosterbutton.gif" scope="col"> </th>
<th width="208" scope="col"> </th>
<th width="139" scope="col"> </th>
</tr>
</table>
<p align="center"> </p>
<p align="center"> </p>
<table width="308" height="565" border="1" cellpadding="5" cellspacing="1">
<tr>
<td width="321" height="561" align="center" valign="top" background="../main-box.png" scope="col"><!-- TemplateBeginEditable name="Main Content" -->
<p class="style1">Main Content </p>
<p class="style1"> </p>
<p class="style2">This is where the main content of the</p>
<p class="style2">website goes. This has room for</p>
<p class="style2">improvement as the title does not look</p>
<p class="style2">right. </p>
<p class="style2"> </p>
<p class="style2"> </p>
<p class="style2"> </p>
<p class="style2"> </p>
<p class="style2"> </p>
<p class="style2"> </p>
<p class="style2"> </p>
<p class="style2"> </p>
<!-- TemplateEndEditable --></td>
</tr>
</table>
</body>
</html>