aqui todo haber en que me equiboque
Código PHP:
<head>
<link href="style.css" rel="stylesheet" type="text/css">
<title>Untitled</title>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
</head>
el codigo estaba haci en el index html:
Código PHP:
<div id="image1" style="position:absolute; overflow:hidden; left:0px; top:0px; width:956px; height:1893px; z-index:0"><img src="images/fondoblanco.jpg" alt="" title="" border=0 width=956 height=1893></div>
Código PHP:
HTML:
<div id="image1"> <img src="images/fondoblanco.jpg" alt="" title="" border=0 width=956 height=1893></div>
CSS:
div.image1 {
position:absolute;
overflow:hidden;
left:0px;
top:0px;
width:956px;
height:1893px;
z-index:0;
background: url (images/fondoblanco.jpg) no-repeat top left;