Ver Mensaje Individual
  #1 (permalink)  
Antiguo 21/05/2012, 14:59
Avatar de Caes95
Caes95
 
Fecha de Ingreso: mayo-2012
Ubicación: Montería, Colombia
Mensajes: 2
Antigüedad: 12 años
Puntos: 0
Problema con tablas en el header

Saludos a todos, quiero usar solamente un swf y una imagen en el header de mi sitio, pero el codigo tiene 3 o mas, y estan divididas en tablas, el ejemplo lo pueden ver en mi sitio: http://www.silentassassin.tk/header.txt .
Para ser mas especifico lo quiero asi: pero no puedo porque hay una imagen de 2 x 314 que se estira y es la que hace casi todo el header... estoy confundido y casi no se como explicar, para eso dejo el codigo.


Código HTML:
<script language=JavaScript>var message="";function clickIE() {if (document.all) {(message);return false;}}function clickNS(e) {if (document.layers||(document.getElementById&&!document.all)) {if (e.which==2||e.which==3) {(message);return false;}}}if (document.layers) {document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}document.oncontextmenu=new Function("return false")</script>


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<script src="Scripts/AC_RunActiveContent.js" type="text/javascript"></script>
</head>

<body>

<table width="100%" border="0" cellpadding="0" cellspacing="0" background="themes/Mech/images/h2m.jpg">
  <!--DWLayoutTable-->
  <tr> 
    <td width="222" height="314" valign="top"><table width="100%" border="0" cellpadding="0" cellspacing="0">
        <!--DWLayoutTable-->
        <tr> 
          <td width="222" height="260" valign="top"><script type="text/javascript">
AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0','width','529','height','314','src','themes/Mech/images/h2l','quality','high','pluginspage','http://www.macromedia.com/go/getflashplayer','movie','themes/Mech/images/h2l' ); //end AC code
</script><noscript><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="529" height="314">
              <param name="movie" value="themes/Mech/images/h2l.swf">
              <param name="quality" value="high">
              <embed src="themes/Mech/images/h2l.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="529" height="314"></embed></object></noscript></td>
        </tr>
      </table></td>
    <td width="100%" align="center" valign="top"><img src="themes/Mech/images/h2m.jpg" width="2" height="314"></td>
    <td width="274" valign="top"><table width="470"  heightborder="0" cellpadding="0" cellspacing="0" background="themes/Mech/images/h2r.jpg">
        <!--DWLayoutTable-->
        <tr> 
          <td width="325" height="13"></td>
        </tr>
        <tr>
          <td height="301" align="center" valign="top"><font color="#FBC404" size="-1">$theuser</font></td>
        </tr>
      </table></td>
  </tr>
</table>
</body>
</html>