Tengo un Problemilla

Veran yo estoy creando mi web con dreamweaver 8.0 :lol: y estoy subiendo mi web a iespana pero cuando lo subo y reviso como seve algunas imagenes me salen corridas mas que todo las que uso para darles curva a la web
Hola Bladeckl,

bienvenid@,

Apostaría que dreamweaver nada tiene que ver con tus imágenes en tu Web.
Más bien creo que es problema de escritura en el código, ya sea html,css ú otros.
Hay algo que no está bien escrito.

Podrias hacer una cosa, pega aquí tu trabajo, o solamente escribe la dirección de tú sitio, y lo miramos.



manmanu
manmanu escribió:Hola Bladeckl,

bienvenid@,

Apostaría que dreamweaver nada tiene que ver con tus imágenes en tu Web.
Más bien creo que es problema de escritura en el código, ya sea html,css ú otros.
Hay algo que no está bien escrito.

Podrias hacer una cosa, pega aquí tu trabajo, o solamente escribe la dirección de tú sitio, y lo miramos.

pues aqui les paso el link http://cybermaya.iespana.es/

y el codigo de mi web es este

<!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>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Cyber Maya dise&ntilde;o y creacion de paginas web</title>
<style type="text/css">
<!--
body,td,th {
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: 14px;
color: #660000;
font-weight: bold;
}
body {
background-color: #FF6600;
background-image: url(Imagenes/fondo.PNG);
background-repeat: repeat;
}
.Estilo2 {color: #660000}
-->
</style></head>

<body>
<table width="900" border="0" cellpadding="0" cellspacing="0" bgcolor="#FDB813">
<tr>
<td colspan="2" bgcolor="#FF6600">[contenido no disponible]</td>
</tr>
<tr>
<td width="170">[contenido no disponible][contenido no disponible]</td>
<td width="730" height="100"><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab…" width="730" height="100" align="left">
<param name="movie" value="flash/cyber_maya.swf" />
<param name="quality" value="high" />
<embed src="flash/cyber_maya.swf" width="730" height="100" align="left" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash"></embed>
</object>
[contenido no disponible]</td>
</tr>
<tr>
<td colspan="2">[contenido no disponible]</td>
</tr>
</table>
<table width="900" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="200" valign="bottom">

</p>


</p></td>
<td width="10" valign="bottom"></td>
<td colspan="3" valign="bottom">[contenido no disponible]</td>
</tr>
<tr>
<td height="340" valign="top">
<script type="text/javascript" defer>//<![CDATA[
var fm_menu_cyber_maya = function() {
function getPos() {
var p=[0,0]; var e=document.getElementById('fm_placeholder_menu_cyber_maya');
do { p[0]+=e.offsetTop; p[1]+=e.offsetLeft; } while (e=e.offsetParent); return p; }
function move() {
var p=getPos(); var m=document.getElementById('fm_wrapper_menu_cyber_maya'); m.style.top=p[0]+'px'; m.style.left=p[1]+'px'; }
var create = function() {
var s; if (document.all && !window.opera) {
s='<object id="fm_menu_menu_cyber_maya" width="304px" height="148px" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" '
+'codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.c…">'
+'<param name="quality" value="high" /><param name="scale" value="noscale" /><param name="salign" value="LT" />'
+'<param name="movie" value="menu_cyber_maya.swf" /><param name="menu" value="false" />'
+'<param name="wmode" value="transparent" /></object>'; }
else {
s='<embed type="application/x-shockwave-flash" pluginspage="http://www.adobe.com/go/getflashplayer" '
+'id="fm_menu_menu_cyber_maya" width="154px" height="148px" src="menu_cyber_maya.swf" wmode="transparent" '
+'flashvars="callback=fm_menu_cyber_maya" quality="high" scale="noscale" menu="false" salign="LT" />'; }
var p=getPos(); var m=document.createElement('div'); m.id='fm_wrapper_menu_cyber_maya'; m.style.position='absolute';
m.style.zIndex='100'; m.style.top=p[0]+'px'; m.style.left=p[1]+'px'; m.innerHTML=s;
document.body.insertBefore(m, document.body.firstChild); setInterval(move, 500); }();
return {
expand: function() {
document.getElementById('fm_menu_menu_cyber_maya').style.width='304px'; },
collapse: function() {
document.getElementById('fm_menu_menu_cyber_maya').style.width='154px'; }};}();//]]></script>

<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab…" width="200" height="160" title="cyber maya dise&ntilde;o grafico">
<param name="movie" value="flash/menu-cyber-maya.swf" />
<param name="quality" value="high" />
<embed src="flash/menu-cyber-maya.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="200" height="160"></embed>
</object></td>
<td></td>
<td width="12">[contenido no disponible]</td>
<td width="666" valign="top" bgcolor="#FEC34D"><p align="center">Bienvenidos a CYBER MAYA </p></td>
<td width="12">[contenido no disponible]</td>
</tr>
<tr>
<td height="16"></td>
<td></td>
<td colspan="3">[contenido no disponible]</td>
</tr>
</table>
</body>
</html>




manmanu