-Titulo: imagenes antes del body
-URL:
http://www.darkenix.com
-Version del Foro: 1.6
-Actualizacion: 1.6 full
-Informacion del problema:
Bueno si entran a mi foro que deje en la url veran que agrege las siguientes imagenes (le ajustare una imagen para ser mas preciso)
bueno al entrar a cualquier foro por ejemplo guildwarrior, noticias, pokemascota, etc del mismo foro que esta arriba, se salen las imagenes
el codigo que tengo agregado es el siguiente
Código:
<html>
<head>
<title>{$mybb->settings['bbname']}</title>
{$headerinclude}
<script type="text/javascript">
<!--
lang.no_new_posts = "{$lang->no_new_posts}";
lang.click_mark_read = "{$lang->click_mark_read}";
// -->
</script>
</head>
<body><center>
<table width="900px" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="30" nowrap="nowrap"><img src="images/body/aa.png" width="30" height="39" /></td>
<td width="100%" nowrap="nowrap"><img src="images/body/ab.png" width="100%" height="39" /></td>
<td width="30" nowrap="nowrap"><img src="images/body/ac.png" width="30" height="39" /></td>
</tr>
<tr>
<td width="30" nowrap="nowrap" background="images/body/bc.png"> </td>
<td width="100%" nowrap="nowrap">{$header}
<!-- google_ad_section_start -->{$forums}<!-- google_ad_section_end -->
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr><td class="thead"><strong>Afiliados</strong></td></tr><tr><td class="trow1">
<marquee onmouseover="this.stop();" onmouseout="this.start();">
<a href="http://www.darkenix.com/"><img src="{$theme['imgdir']}/afiliado/darkenix.png"" width="" height="" border="0"></a> <a href="http://www.adobabes.com/"><img src="{$theme['imgdir']}/afiliado/adobabe.png"" width="" height="" border="0"></a> <a href="http://www.pokemascota.darkenix.com/"><img src="{$theme['imgdir']}/afiliado/pokemascota.png"" width="" height="" border="0"></a> <a href="http://the-rock-planet.juanaranza.net/"><img src="{$theme['imgdir']}/afiliado/radio.gif" width="" height="" border="0"></a>
</marquee>
</td>
</tr>
</table>
<br>
{$boardstats}
<br style="clear: both" />
{$footer}</td>
<td width="30" nowrap="nowrap" background="images/body/ba.png"> </td>
</tr>
<tr>
<td width="30" align="left" nowrap="nowrap"><img src="images/body/da.png" width="26" height="29"><img src="images/body/cb.png" width="4" height="29"></td>
<td width="100%" nowrap="nowrap" background="images/body/cb.png"> </td>
<td width="30" align="right" nowrap="nowrap"><img src="images/body/cb.png" width="4" height="29"><img src="images/body/cc.png" width="26" height="29" /></td>
</tr>
</table>
</center></body>
</html>
lo agrege en la siguiente dirección
Plantillas»Default»Templates»Editar plantilla» index
eso es todo ojala que me puedan ayudar ^^.