MyBB Community Forums

Full Version: Como agregar estas imagen?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
-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
<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">&nbsp;</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">&nbsp;</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">&nbsp;</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 ^^.
lo ciento hare dobre post para separar tema, bueno ya se me ocurrio como agregar las imagen del healer y el footer pero ahora me faltan como agregar las imagenes de los lados, osea la imagen izquierda y derecha del cuerpo, alguna idea donde agregar cuyas imagenes gracias de ante mano ^^.
Lo que te podia facilitar hacer todo el fondo, es mejor poner un DIV ligeramente mas grande que el contenedor principal y ponerle el fondo medio transparente o igual si es imagen pues poner esa imagen.

Ahora al estilo del contenedor principal le agregas margen... algo asi como:
margin: 10px;
hola probe editando el margin: 10px; de conter, pero solo engruesa el body un poco mas, pero lo que yo quiero es agregar una imagen en mes de ese borde para darle un mejor aspecto, o por ultimo trasparencia, que no me resulto mi codigo, gracias de ante mano ^^.