Esta es una discusión para el tema Mover "Avisos" en el foro Optimización para Motores de Búsqueda (SEO), bajo la categoría Área Administrativa; Busca en el footer:
Código HTML:
<div align= "center" >
<div class= "smallfont" align= "center" >
<!-- Do not remove this copyright notice -->
$vbphrase[powered_by_vbulletin]
<!-- Do not remove this copyright notice -->
</div>
<div ...
Página: 2
Busca en el footer:
Y prueba a poner la tabla que contiene tu banner encima, de tal manera que quedaría así:Código HTML:<div align="center"> <div class="smallfont" align="center"> <!-- Do not remove this copyright notice --> $vbphrase[powered_by_vbulletin] <!-- Do not remove this copyright notice --> </div> <div class="smallfont" align="center"> <!-- Do not remove $cronimage or your scheduled tasks will cease to function --> $cronimage <!-- Do not remove $cronimage or your scheduled tasks will cease to function --> $vboptions[copyrighttext] </div> </div>
Mantén el porcentaje 100% del ancho de tabla.Código HTML:<br /> <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center"> <tr> <td class="alt1">CODIGO DEL BANNER</td> </tr> </table> <br /> <div align="center"> <div class="smallfont" align="center"> <!-- Do not remove this copyright notice --> $vbphrase[powered_by_vbulletin] <!-- Do not remove this copyright notice --> </div> <div class="smallfont" align="center"> <!-- Do not remove $cronimage or your scheduled tasks will cease to function --> $cronimage <!-- Do not remove $cronimage or your scheduled tasks will cease to function --> $vboptions[copyrighttext] </div> </div>
También puedes ponerlo debajo, como prefieras.
*Prueba a cambiar <td class"alt1" por td class="alt2" que es mas oscuro, por si te gusta mas.