BODY, ya une bordure moche à droite, comment la virer ??? [HTML] - HTML/CSS - Programmation
Marsh Posté le 13-05-2002 à 14:32:06
<head><style>
body{padding:0px;margin:0px;}
</style></head>
<body>
...
</body>
Après faut étoffer un peu tout ça
[jfdsdjhfuetppo]--Message édité par Indiana Jones le 13-05-2002 à 14:32:26--[/jfdsdjhfuetppo]
Marsh Posté le 13-05-2002 à 13:50:15
salut,
ya une bordure hyper moche, dans le body de ma page,
ma page consiste en gros en ça:
<html>
<body bgcolor="red">
<table bgcolor="salmon" width="100%">
<tr>
<td> </td>
</tr>
</table>
</body>
</html>
en donc: même en mettant 100% de largeur à ma table, ça va jamais à 100%, je vois toujours un peu de couleur "red" à droite,
j'ai essayé avec les margin-left etc... mais j arrive pas...keske ça peut bien être ????
merci