Búsqueda en el Foro:
Buscar


Autor Mensaje
Mensaje01-11-2009, 00:46 (UTC)    
Título del mensaje: boton en box

Como podría poner un boton como los del menu original en el box?
Gracias.
Mensaje01-11-2009, 02:02 (UTC)    
Título del mensaje:

Hola, lo puedes hacer con este codigo poniendolo en un Box:

Código:
                                       <tr>
                                          <td height="28" background="http://theme.webme.com/designs/red/images/button_bg.gif" class="edit_button_bg">
                                             <table width="100%"   border="0" cellspacing="0" cellpadding="0">
                                                <tr>
                                                   <td width="11%">&nbsp;</td>
                                                   <td width="89%"><a href="/Link.htm" class="rednav">Link</a>                                                   </td>
                                                </tr>
                                             </table>

                                          </td>
                                       </tr>
                                       <tr>
                                          <td height="1"></td>
                                       </tr>
                                       <tr>
                                          <td height="28" background="http://theme.webme.com/designs/red/images/button_bg.gif" class="edit_button_bg">
                                             <table width="100%"   border="0" cellspacing="0" cellpadding="0">
                                                <tr>

                                                   <td width="11%">&nbsp;</td>
                                                   <td width="89%"><a href="/Link.htm" class="rednav">Link</a>                                                   </td>
                                                </tr>
                                             </table>
                                          </td>
                                       </tr>
                                       <tr>
                                          <td height="1"></td>

                                       </tr>
                                       <tr>
                                          <td height="28" background="http://theme.webme.com/designs/red/images/button_bg.gif" class="edit_button_bg">
                                             <table width="100%"   border="0" cellspacing="0" cellpadding="0">
                                                <tr>
                                                   <td width="11%">&nbsp;</td>
                                                   <td width="89%"><a href="/Link.htm" class="rednav">Link</a>                                                   </td>
                                                </tr>

                                             </table>
                                          </td>
                                       </tr>


Salu2!
______________
Mostrar mensajes anteriores:   


Powered by phpBB © 2001, 2005 phpBB Group