si credo sia nel css:
div.Header-jpeg
{
position: absolute;
z-index:-1;
top: 0;
left: 0;
width: 890px;
height: 225px;
background-image: url('../images/Header.jpg');
background-repeat: no-repeat;
background-position: center center;
}
ora come faccio per inserire il codice html che ho trovato che è questo:
object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"
codebase="
http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"
width="978" height="80">
<param name="width" value="978" />
<param name="height" value="80" />
<param name="src" value="templates/nometemplate/images/logo.swf" />
<param name="quality" value="high" />
<embed type="application/x-shockwave-flash" width="978" height="80"
src="/templates/nometemplate/images/logo.swf" quality="high">
</embed>
</object>
dove va messo per sostiruire l'immagine jpg con quella in flash?