tables de ma page qui me plais pas [pete un cable]

WRInaute passionné
slt,

voila j'ai un chti soucis, je viens de faire une petite page html, mais j'ai un truc qui me plais pas

voir en image ---> http://img255.imageshack.us/img255/586/ ... ble7ra.jpg
voir le rendus on ligne ----> http://djcommunauty.com/acceuil.html

le script

Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<HTML>
<HEAD>
<TITLE>..::.. Dj gege official web site accueil ..::..</TITLE>
<META http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<STYLE type="text/css">
<!--
body {
	background-image: url(images/bg.gif);
}
.Style1 {color: #990000}
-->
</STYLE>

<SCRIPT language="JavaScript"><!--
if (document.images) {
function bip(bipop)
{
var cebip = document[bipop] ;
cebip.play()
}
}
--></SCRIPT>


</HEAD>

<BODY>
<EMBED src="bip.wav" autostart=false hidden=true NAME=rollo2 mastersound>

<TABLE width="781" height="511" border="0" align="center">
  <TR>
    <TD height="57"><DIV align="center"><A href="index.html" onMouseOver="bip('rollo2')";><IMG src="images/logo.gif" width="77" height="58" border="0"></A></DIV></TD>
    <TD height="57"><DIV align="right"><A href="index.html"onMouseOver="bip('rollo2')";><IMG src="images/miniban.GIF" width="397" height="52" border="0"></A></DIV></TD>
  </TR>
  <TR>
    <TD width="176" height="21"><DIV align="center"></DIV></TD>
    <TD width="595" rowspan="2">&nbsp;</TD>
  </TR>
  <TR>
    <TD height="21">&nbsp;</TD>
  </TR>
  <TR>
    <TD height="29"><DIV align="center"><IMG src="images/nav.gif" width="150" height="27"></DIV></TD>
    <TD width="595" valign="top"><DIV align="left"><IMG src="images/up.jpg" width="600" height="29"></DIV></TD>
  </TR>
  <TR>
    <TD height="21">&nbsp;</TD>
    <TD width="595" rowspan="10" valign="top" bgcolor="#C0C0C0"><P class="Style1">&nbsp;</P>    </TD>
  </TR>
  <TR>
    <TD height="29"><DIV align="center"><A href="acceuil.html"onMouseOver="bip('rollo2')";><IMG src="images/accl.gif" width="150" height="27" border="0"></A></DIV></TD>
  </TR>
  <TR>
    <TD height="29"><DIV align="center"><A href="events.html"onMouseOver="bip('rollo2')";><IMG src="images/event.gif" width="150" height="27" border="0"></A></DIV></TD>
  </TR>
  <TR>
    <TD height="29"><DIV align="center"><A href="downloads.html"onMouseOver="bip('rollo2')";><IMG src="images/dl.gif" width="150" height="27" border="0"></A></DIV></TD>
  </TR>
  <TR>
    <TD height="29"><DIV align="center"><A href="biography.html"onMouseOver="bip('rollo2')";><IMG src="images/bio.gif" width="150" height="27" border="0"></A></DIV></TD>
  </TR>
  <TR>
    <TD height="29"><DIV align="center"><A href="gallery.html"onMouseOver="bip('rollo2')";><IMG src="images/gal.gif" width="150" height="27" border="0"></A></DIV></TD>
  </TR>
  <TR>
    <TD height="29"><DIV align="center"><A href="forum/"onMouseOver="bip('rollo2')";><IMG src="images/fofo.gif" width="150" height="27" border="0"></A></DIV></TD>
  </TR>
  <TR>
    <TD height="21"><DIV align="center"><A href="redsound.html"onMouseOver="bip('rollo2')";><IMG src="images/rs.gif" width="150" height="27" border="0"></A></DIV></TD>
  </TR>
  <TR>
    <TD height="21"><DIV align="center"><A href="contact.html"onMouseOver="bip('rollo2')";><IMG src="images/contact.gif" width="150" height="27" border="0"></A></DIV></TD>
  </TR>
  <TR>
    <TD height="70">&nbsp;</TD>
  </TR>
  <TR>
    <TD height="21">&nbsp;</TD>
    <TD width="595"><IMG src="images/down.jpg" width="600" height="29"></TD>
  </TR>
</TABLE>
</BODY>
</HTML>

je dois modifier quoi pour faire disparaitre ces 2 sales fiches lignes blanches :/

merci a celui qui m'aidra ;)
 
WRInaute impliqué
Rajoute ca dans ta balise table :
Code:
cellspacing="0" cellpadding="0"

Par contre comme l'a indiqué spout le mieu est d'utiliser un div plutot qu'un tableau.
 
Discussions similaires
Haut