View Single Post
Old 11-10-2005   #3 (permalink)
bana
fruit de la passion ^^
 
bana's Avatar
 
Join Date: Feb 2005
Location: Marseille, France
Posts: 64

Thanks for the answer, but dont change anything.
Like some friends, even i dont really know html, i dont really understand where the problem is....

It makes me crazy ...i think it's a stupid code error but cant find what sould i change....

If u can find something, here's the code :
Index.html file >
Quote:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" >
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Document sans nom</title>
<style type="text/css">
<!--
body {
background-image: url(page18.gif);
margin: 0px;
background-color: #99A2AE;
}
-->
</style>
<link href="index.css" rel="stylesheet" type="text/css" />
</head>

<body>
<table width="100" border="0" cellpadding="0" cellspacing="0" class="index" style="height: 100%">
<tr>
<td><img src="logo_mid.gif" width="300" height="100" /></td>
</tr>
</table>
</body>
</html>
CSS File >
Quote:
.index {
background-image: url(back_mid.gif);
min-height:100.1%;
}
:}
__________________
bana is offline