Click to See Complete Forum and Search --> : Menu in html


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>

web_roshan
08-03-2006, 07:48 PM
1. I am not able to figure out, where do you see whitespace.

2. The images appear to be distorted.

3. While posting code, possibly, you can make use of the

I am in the code section

tags
i.e. leftsquarebracket'code'rightsquarebracket

the tree
08-04-2006, 05:33 AM
I think he's refering to that little tiny bit in IE presumably caused by the body{
margin:1;
background-color:000000;
}Which might sort out the issue if it werebody{
margin: 0;
padding: 0;
background-color: #000;
}