Página 1 de 1

Duda con Affiliates on index

Publicado: 13 Feb 2012, 09:27
por JTole
Buenas, me gustaría que los banner y enlaces del mod affiliates on index saliesen arriba del foro y no abajo como ahora lo tengo, que codigo tengo que buscar y cambiar de lugar?

Gracias.

Re: Duda con Affiliates on index

Publicado: 13 Feb 2012, 13:51
por Megabyte
Nunca he usado ese mod...pero podrias pobrar cambiando de lugar, obviamente subiendo este fragmento en tu archivo index_body.html

Código: Seleccionar todo

	

<table border="0" cellpadding="0" cellspacing="2" width="100%">
    <tr>
<td valign="top">
<div class="forabg">
	<div class="inner"><span class="corners-top"><span></span></span>
		<table class="table1" cellspacing="1" id="minibanners">
		<thead>
		<tr>
			<th style="100%">NuevaEra 3D :: WEB</th>

		</tr>
		</thead>
		<tbody>
			<tr class="bg1">
			    <td>
                <marquee behavior="scroll" direction="left" height="31" scrolldelay="30" scrollamount="4" loop="true" onmouseover="this.stop()" onmouseout="this.start()">
  				
                  <a href="http://www.nuevaera3d.es" onclick="this.target='_blank'" title="NuevaEra 3D :: Portada"><img src="http://www.nuevaera3d.es/images/la-web-iconos-foro/portada.png" width="88" height="31" alt="NuevaEra 3D :: Portada" title="NuevaEra 3D :: Portada" /></a>
  				
                  <a href="http://www.nuevaera3d.es/pc/pc.html" onclick="this.target='_blank'" title="NuevaEra 3D :: Pc"><img src="http://www.nuevaera3d.es/images/la-web-iconos-foro/pc.png" width="88" height="31" alt="NuevaEra 3D :: Pc" title="NuevaEra 3D :: Pc" /></a>
  				
                  <a href="http://www.nuevaera3d.es/xbox360/xbox360.html" onclick="this.target='_blank'" title="NuevaEra 3D :: Xbox 360"><img src="http://www.nuevaera3d.es/images/la-web-iconos-foro/xbox360.png" width="88" height="31" alt="NuevaEra 3D :: Xbox 360" title="NuevaEra 3D :: Xbox 360" /></a>

  				
                  <a href="http://www.nuevaera3d.es/ps3/ps3.html" onclick="this.target='_blank'" title="NuevaEra 3D :: PS3"><img src="http://www.nuevaera3d.es/images/la-web-iconos-foro/ps3.png" width="88" height="31" alt="NuevaEra 3D :: PS3" title="NuevaEra 3D :: PS3" /></a>
  				
                  <a href="http://www.nuevaera3d.es/wii-u/wii-u.html" onclick="this.target='_blank'" title="NuevaEra 3D :: Wii U"><img src="http://www.nuevaera3d.es/images/la-web-iconos-foro/wii-u.jpg" width="88" height="31" alt="NuevaEra 3D :: Wii U" title="NuevaEra 3D :: Wii U" /></a>
  				
                  <a href="http://www.nuevaera3d.es/wii/wii.html" onclick="this.target='_blank'" title="NuevaEra 3D :: Wii"><img src="http://www.nuevaera3d.es/images/la-web-iconos-foro/wii.png" width="88" height="31" alt="NuevaEra 3D :: Wii" title="NuevaEra 3D :: Wii" /></a>
  				
                  <a href="http://www.nuevaera3d.es/ps-vita/ps-vita.html" onclick="this.target='_blank'" title="NuevaEra 3D :: PS VITA"><img src="http://www.nuevaera3d.es/images/la-web-iconos-foro/ps-vita.jpg" width="88" height="31" alt="NuevaEra 3D :: PS VITA" title="NuevaEra 3D :: PS VITA" /></a>
  				
                  <a href="http://www.nuevaera3d.es/psp/psp.html" onclick="this.target='_blank'" title="NuevaEra 3D :: PSP"><img src="http://www.nuevaera3d.es/images/la-web-iconos-foro/psp.png" width="88" height="31" alt="NuevaEra 3D :: PSP" title="NuevaEra 3D :: PSP" /></a>
  				
                  <a href="http://www.nuevaera3d.es/3ds/3ds.html" onclick="this.target='_blank'" title="NuevaEra 3D :: 3DS"><img src="http://www.nuevaera3d.es/images/la-web-iconos-foro/3ds.jpg" width="88" height="31" alt="NuevaEra 3D :: 3DS" title="NuevaEra 3D :: 3DS" /></a>
  				
                  <a href="http://www.nuevaera3d.es/ds/ds.html" onclick="this.target='_blank'" title="NuevaEra 3D :: NDS"><img src="http://www.nuevaera3d.es/images/la-web-iconos-foro/nds.png" width="88" height="31" alt="NuevaEra 3D :: NDS" title="NuevaEra 3D :: NDS" /></a>
  
                </marquee>
			   </td>

			</tr>
		</tbody>
		</table>
	<span class="corners-bottom"><span></span></span></div>
</div>
</td>
</tr>
</table>