Bonjour,

Je me permets de poster un message car j'ai un soucis que je ne parvient pas à résoudre.

J'ai commencé mon code (dreamweaver) :
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!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>
<title>Graphistarts</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="stylesheet" media="screen" type="text/css" title="css" href="css.css"
 
</head>
 
<table align="center" background-repeat="no-repeat"background="../images/site_new_part_01.jpg" border="0px"  height="637" width="950"><td> <h1>test</h1></td>
</table>
<table align="center" border="0px" height="123" width="950"><td><embed src="../images/buttons.swf" align="center" width="950" height="123"></embed> </td></table>
<body>
</body>
</html>
avec une feuille css ( sans grande importance) :
Code css : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
@charset "utf-8";
/* CSS Document */
 
h1
{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#0075f9;
margin-left:200px;
}
body
{
	background-image:url(../images/fond.jpg)
}
Le problème est que j'ai un espace qui se crée entre mes 2 tableaux (sachant que le second contient une bannière flash) (En image => http://img252.imageshack.us/img252/1623/89078002.jpg )

Merci d'avance