Búsqueda en el Foro:
Buscar


Autor Mensaje
Mensaje23-06-2011, 01:24 (UTC)    
Título del mensaje: Tutorial: Box adicionales a la plantilla iceblue

Hola, pues hace tiempo usaba iceblue y analizando el código encontre como agregar mas box. En el foro hay otro código (el más conocido) que es el siguiente:


Código:
<style type="text/css">
<!--
table.rb_neu{position:absolute;left:157px;top:518px;}
-->
</style>

<!-- Aquí comienza la configuración del box extra! -->

<table class="rb_neu" width="98" border="0" cellspacing="0" cellpadding="0" id="table1">
<tr>
<td height="24" class="sidebar_heading" background="http://img.webme.com/designs/iceblue/images/heading_right.gif">Pagina de Facebook</td>
</tr>
<tr>
<td style="background-repeat: no-repeat;background-color: #fafbfc;padding:5px;" background="http://img.webme.com/designs/iceblue/images/shouty.gif" class="shouty"><iframe src="http://www.facebook.com/plugins/likebox.php?href=http%3A%2F%2Fwww.facebook.com%2Fpages%2FJeyc-Allen%2F182639841755119&width=180&colorscheme=light&show_faces=true&stream=true&header=true&height=427" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:180px; height:427px;" allowTransparency="true"></iframe><br><br><p><br><br></td>
</tr>
<tr>
<td background="http://img.webme.com/designs/iceblue/images/poll_bottom_bg.gif" height="27" class="edit_rb_footer">
</td>
</tr>
</table>

el que descubri es diferente y de cierto modo más corto, lo explicare a continuación:
-Primero tienen que haber llenado los 5 box que pwg da por defecto, despues de eso, en el quinto box colocan esto DESPUES DE TODO SU CONTENIDO.
Código:
</td></tr><tr><td background="http://theme.webme.com/designs/iceblue/images/poll_bottom_bg.gif" height="27" class="edit_rb_footer" id="edit_rb_footer_2">&nbsp;</td> </tr></table> <table width="168" border="0" cellspacing="0" cellpadding="0" id="sidebar_heading_4">
            <tr>
         <td class="sidebar_heading">Título del box adicional</td>
            </tr>
      <tr>
            <td class="shouty4">
      Contenido del box adicional</td>
            </tr>          <tr>             <td background="http://theme.webme.com/designs/iceblue/images/poll_bottom_bg.gif" height="27" class="edit_rb_footer" id="edit_rb_footer_4">&nbsp;</td>
         </tr>
         </table>


-Si desean más boxes adicionales, solo deben volver pegar el código cuantas veces quieran, solo omitiendo los primeros
Código:
</td></tr><tr>


Es todo, espero les sirva :D
______________


Ultima edición por webpatricio el Vie Jun 24, 2011 7:38 pm; editado 1 vez
Mensaje08-08-2011, 13:11 (UTC)    
Título del mensaje: Re: Tutorial: Box adicionales a la plantilla iceblue

webpatricio escribió:
Hola, pues hace tiempo usaba iceblue y analizando el código encontre como agregar mas box. En el foro hay otro código (el más conocido) que es el siguiente:


Código:
<style type="text/css">
<!--
table.rb_neu{position:absolute;left:157px;top:518px;}
-->
</style>

<!-- Aquí comienza la configuración del box extra! -->

<table class="rb_neu" width="98" border="0" cellspacing="0" cellpadding="0" id="table1">
<tr>
<td height="24" class="sidebar_heading" background="http://img.webme.com/designs/iceblue/images/heading_right.gif">Pagina de Facebook</td>
</tr>
<tr>
<td style="background-repeat: no-repeat;background-color: #fafbfc;padding:5px;" background="http://img.webme.com/designs/iceblue/images/shouty.gif" class="shouty"><iframe src="http://www.facebook.com/plugins/likebox.php?href=http%3A%2F%2Fwww.facebook.com%2Fpages%2FJeyc-Allen%2F182639841755119&width=180&colorscheme=light&show_faces=true&stream=true&header=true&height=427" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:180px; height:427px;" allowTransparency="true"></iframe><br><br><p><br><br></td>
</tr>
<tr>
<td background="http://img.webme.com/designs/iceblue/images/poll_bottom_bg.gif" height="27" class="edit_rb_footer">
</td>
</tr>
</table>

el que descubri es diferente y de cierto modo más corto, lo explicare a continuación:
-Primero tienen que haber llenado los 5 box que pwg da por defecto, despues de eso, en el quinto box colocan esto DESPUES DE TODO SU CONTENIDO.
Código:
</td></tr><tr><td background="http://theme.webme.com/designs/iceblue/images/poll_bottom_bg.gif" height="27" class="edit_rb_footer" id="edit_rb_footer_2">&nbsp;</td> </tr></table> <table width="168" border="0" cellspacing="0" cellpadding="0" id="sidebar_heading_4">
            <tr>
         <td class="sidebar_heading">Título del box adicional</td>
            </tr>
      <tr>
            <td class="shouty4">
      Contenido del box adicional</td>
            </tr>          <tr>             <td background="http://theme.webme.com/designs/iceblue/images/poll_bottom_bg.gif" height="27" class="edit_rb_footer" id="edit_rb_footer_4">&nbsp;</td>
         </tr>
         </table>


-Si desean más boxes adicionales, solo deben volver pegar el código cuantas veces quieran, solo omitiendo los primeros
Código:
</td></tr><tr>


Es todo, espero les sirva :D

Muy buen tutorial pat si hago otra web en iceblue lo usare espero que ganes el concurso
______________

Mostrar mensajes anteriores:   


Powered by phpBB © 2001, 2005 phpBB Group