DeuxK
08-03-2006, 05:14 PM
Hi,
I'm new in html, i try to make a menu you can see the menu at :
www.shoddymixtapes.com/800x600/headermenu.html
i have white spacing on left and top of my menu and i don't want it!!
i copy the code here also:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>headermenu800X600</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<STYLE TYPE="text/css">
.back {
background-image:url('http://www.shoddymixtapes.com/800x600/images/headermenubg.jpg');
}
</STYLE>
<body><TABLE CELLPADDING=0 CELLSPACING=0>
<TR CLASS="back"><TH><a target="mainframe" href='http://www.shoddymixtapes.com/index.php' rel='internal'><img src='http://www.shoddymixtapes.com/800x600/images/bouton1.png' alt='Accueil' style='border:0'/></a><a target="mainframe" href='http://www.shoddymixtapes.com/biographie.php' rel='internal'><img src='http://www.shoddymixtapes.com/800x600/images/bouton2.png' alt='Biographie' style='border:0'/></a><a target="mainframe" href='http://www.shoddymixtapes.com/discographie.php' rel='internal'><img src='http://www.shoddymixtapes.com/800x600/images/bouton3.png' alt='Discographie' style='border:0'/></a><a target="mainframe" href='http://www.shoddymixtapes.com/plugins/autogallery/autogallery.php' rel='internal'><img src='http://www.shoddymixtapes.com/800x600/images/bouton4.png' alt='Photos' style='border:0'/></a><a target="mainframe" href='http://www.shoddymixtapes.com/download.php' rel='internal'><img src='http://www.shoddymixtapes.com/800x600/images/bouton5.png' alt='Downloads' style='border:0'/></a><a href='http://www.shoddymixtapes.com/magasin/index.php' rel='internal'><img src='http://www.shoddymixtapes.com/800x600/images/bouton6.png' alt='Shoddy Shop' style='border:0'/></a><a target="mainframe" href='http://www.shoddymixtapes.com/contacts.php' rel='internal'><img src='http://www.shoddymixtapes.com/800x600/images/bouton7.png' alt='Contact' style='border:0'/></a></TH> <TH>Ext</TH> <TH>City</TH> </TR>
</TABLE>
</td>
</body>
</head>
</html>
I'm new in html, i try to make a menu you can see the menu at :
www.shoddymixtapes.com/800x600/headermenu.html
i have white spacing on left and top of my menu and i don't want it!!
i copy the code here also:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>headermenu800X600</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<STYLE TYPE="text/css">
.back {
background-image:url('http://www.shoddymixtapes.com/800x600/images/headermenubg.jpg');
}
</STYLE>
<body><TABLE CELLPADDING=0 CELLSPACING=0>
<TR CLASS="back"><TH><a target="mainframe" href='http://www.shoddymixtapes.com/index.php' rel='internal'><img src='http://www.shoddymixtapes.com/800x600/images/bouton1.png' alt='Accueil' style='border:0'/></a><a target="mainframe" href='http://www.shoddymixtapes.com/biographie.php' rel='internal'><img src='http://www.shoddymixtapes.com/800x600/images/bouton2.png' alt='Biographie' style='border:0'/></a><a target="mainframe" href='http://www.shoddymixtapes.com/discographie.php' rel='internal'><img src='http://www.shoddymixtapes.com/800x600/images/bouton3.png' alt='Discographie' style='border:0'/></a><a target="mainframe" href='http://www.shoddymixtapes.com/plugins/autogallery/autogallery.php' rel='internal'><img src='http://www.shoddymixtapes.com/800x600/images/bouton4.png' alt='Photos' style='border:0'/></a><a target="mainframe" href='http://www.shoddymixtapes.com/download.php' rel='internal'><img src='http://www.shoddymixtapes.com/800x600/images/bouton5.png' alt='Downloads' style='border:0'/></a><a href='http://www.shoddymixtapes.com/magasin/index.php' rel='internal'><img src='http://www.shoddymixtapes.com/800x600/images/bouton6.png' alt='Shoddy Shop' style='border:0'/></a><a target="mainframe" href='http://www.shoddymixtapes.com/contacts.php' rel='internal'><img src='http://www.shoddymixtapes.com/800x600/images/bouton7.png' alt='Contact' style='border:0'/></a></TH> <TH>Ext</TH> <TH>City</TH> </TR>
</TABLE>
</td>
</body>
</head>
</html>