Ver Mensaje Individual
  #7 (permalink)  
Antiguo 23/04/2009, 18:02
Avatar de danistrein
danistrein
 
Fecha de Ingreso: septiembre-2008
Ubicación: Salta Capital
Mensajes: 550
Antigüedad: 15 años, 7 meses
Puntos: 9
Respuesta: Simple problema con mi web...

Código HTML:
<table width="240" border="0" align="right" cellpadding="0" cellspacing="0" class="tablascotenido">
  <tr>
    <td valign="top" class="tl"></td>
    <td align="center" valign="middle" class="tm"><img src="imagenes/votacion.png"/></td>
    <td valign="top" class="tr"></td>
  </tr>
  <tr>
    <td class="ml"></td>
    <td bgcolor="#0b3d56">
 <center><?php include("includes/votanos.php"); ?></center>
        <br />
            <br />
            <br />
            <br />
            <br />
            <br />
            <br />
            <br />
            <br />
            <br />
            <br />
            <br />
            <br />
            <br />
            <br />
            <br />
            <br />
            <br />
            <br />
            <br />
</td><td class="mr"></td>
  </tr>
  <tr>
    <td class="bl"></td>
    <td class="bm"></td>
    <td class="br"></td>
  </tr>
</table>
<table width="605" border="0" cellpadding="3" cellspacing="0" class="tablascotenido">
  <tr>
    <td valign="top" class="tl"></td>
    <td align="center" valign="top" class="tm"><img src="imagenes/contenidotitulo.png"/></td>
    <td valign="top" class="tr"></td>
  </tr>
  <tr>
    <td class="ml"></td>
    <td valign="top" bgcolor="#0b3d56">
<?
$id=$_GET['id'];
switch ($id) {

   /////#Inicio/////
   case inicio:
       include("includes/inicio.php");
   break;
   /////#Fin Inicio/////
   
   /////#Servidor/////
   case Rates:
       include("includes/rates.php");
   break;
   case Staff:
       include("includes/staff.php");
   break;
   case TopPVP:
       include("includes/toppvp.php");
   break;
   case TopPK:
       include("includes/toppk.php");
   break;
   case TopViciosos:
       include("includes/topviciosos.php");
   break;
   case ControlDeCastillos:
       include("includes/controldecastillos.php");
   break;
   case SietesSignos:
       include("includes/sietesignos.php");
   break;
   case RaidBoss:
       include("includes/raidboss.php");
   break;
   case GmsOnline:
       include("includes/gmsonline.php");
   break;
   case PersonajesOnline:
       include("includes/personajesonline.php");
   break;
   /////#Fin Servidor/////
   
   
   /////#Cuentas/////
   case CrearCuenta:
       include("includes/crearcuenta.php");
   break;
   case CambiarClave:
       include("includes/cambiarclave.php");
   break;
   /////#Fin Cuentas/////
   
   
   /////#Foros/////
   case UltimasNoticiasForos:
       include("includes/modificacion.php");
   break;
   case LogearseForos:
       include("includes/modificacion.php");
   break;
   case RegistrarseForos:
       include("includes/modificacion.php");
   break;
   /////#Fin Foros/////
   
   
   /////#Donaciones/////
   case RealizarDonacion:
       include("includes/realizardonacion.php");
   break;
   case ComoHacerRealizarUnaDonacion:
       include("includes/comorealizarunadonacion.php");
   break;
   case ModosDePago:
       include("includes/modosdepago.php");
   break;
   /////#Fin Donaciones/////
   
   
   /////#Descargas/////
   case ClienteInterlude:
       include("includes/clienteinterlude.php");
   break;
   case ParcheDelServidor:
       include("includes/parchedelservidor.php");
   break;
   case Actualizaciones:
       include("includes/actualizaciones.php");
   break;
   /////#Fin Descargas/////
   
   
   /////#Contacto/////
   case ContactoAdministradorDelServidor:
       include("includes/contactoADS.php");
   break;
   case ContactoDiseñadorWeb:
       include("includes/contactoDW.php");
   break;
   /////#Fin Contacto/////

   /////#Principal/////
	default:
       include("includes/inicio.php");
   break;
   /////#Fin Principal/////
} 
?>
</td>
    <td class="mr"></td>
  </tr>
  <tr>
    <td class="bl"></td>
    <td class="bm"></td>
    <td class="br"></td>
  </tr>
</table>
<table width="605" border="0" cellpadding="3" cellspacing="0" class="subsubmenu">
  <tr>
    <td valign="top" class="tl"></td>
    <td align="center" valign="top" class="tm"><img src="imagenes/sitiumweb.png"/></td>
    <td valign="top" class="tr"></td>
  </tr>
  <tr>
    <td class="ml"></td>
    <td valign="top" bgcolor="#0b3d56"><center><?php include("includes/adsense/add2.php"); ?>
<?php include("includes/adsense/add1.php"); ?></center></td>
    <td class="mr"></td>
  </tr>
  <tr>
    <td class="bl"></td>
    <td class="bm"></td>
    <td class="br"></td>
  </tr>
</table> 
eso es lo que complementa la tabla
por las dudas aki te dejo el css de la tabla

Código HTML:
.bl {	background-image: url(../imagenes/donwizquierda.png);
	background-repeat: no-repeat;
	height: 8px;
	width: 19px;
}
.bm {	background-image: url(../imagenes/donwcenter.png);
	background-repeat: repeat-x;
	height: 19px;
}
.br {	background-image: url(../imagenes/donwderecha.png);
	background-repeat: no-repeat;
	height: 8px;
	width: 19px;
}
.ml {	background-image: url(../imagenes/centerizquierda.png);
	width: 2px;
	background-repeat: repeat-y;
	background-position: right top;
}
.mr {	background-image: url(../imagenes/centerderecha.png);
	background-repeat: repeat-y;
	background-position: left top;
}
.tl {	background-image: url(../imagenes/topizquierda.png);
	background-repeat: no-repeat;
	height: 30px;
	width: 19px;
}
.tm {	background-image: url(../imagenes/top1.png);
	background-repeat: repeat-x;
	height: 30px;
	color: #9A8569;
}
.tr {	background-image: url(../imagenes/topderecha.png);
	background-repeat: no-repeat;
	height: 30px;
	width: 19px;
}