[Ayuda]Aca porfas toditos :$

lobito14 Seguir

Alfa
¡Usuario con pocos negocios! ¡Utiliza siempre saldo de Forobeta!
Desde
26 Abr 2009
Mensajes
24
Hola necesito saber como ago este modulo please.
jtwkly.jpg

gracias...espero sus respuestas :$!
 

Xanathos

Beta
¡Usuario con pocos negocios! ¡Utiliza siempre saldo de Forobeta!
Desde
17 Oct 2007
Mensajes
77
mira... eso esta para el vbadvanced

y hay varias formas de hacerla

una de las formas es crear un modulo tipo BBCODE

y crear una tabla dentro de este modo

HTML:
<table border="0" width="80%" cellspacing="1" cellpadding="0">
    <tr>
        <td colspan="2" bgcolor="#808080">LOGO DEL MENU</td>
    </tr>
    <tr>
        <td width="5%">IMG</td>
        <td width="95%">&nbsp;LINK DE DONDE QUIERES</td>
    </tr>
    <tr>
        <td width="5%">IMG</td>
        <td width="95%">&nbsp;LINK DONDE QUIERE</td>
    </tr>
    <tr>
        <td width="5%">IMG</td>
        <td width="95%">&nbsp;LINK DONDE QUIERE</td>
    </tr>
    <tr>
        <td width="5%">IMG</td>
        <td width="95%">&nbsp;LINK DONDE QUIERE</td>
    </tr>
    <tr>
        <td colspan="2" bgcolor="#808080">LOGO DEL MENU</td>
    </tr>
    <tr>
        <td width="5%">IMG</td>
        <td width="95%">&nbsp;LINK DE DONDE QUIERES</td>
    </tr>
    <tr>
        <td width="5%">IMG</td>
        <td width="95%">&nbsp;LINK DONDE QUIERE</td>
    </tr>
    <tr>
        <td width="5%">IMG</td>
        <td width="95%">&nbsp;LINK DONDE QUIERE</td>
    </tr>
    <tr>
        <td width="5%">IMG</td>
        <td width="95%">&nbsp;LINK DONDE QUIERE</td>
    </tr>
    <tr>
        <td colspan="2" bgcolor="#808080">LOGO DEL MENU</td>
    </tr>
    <tr>
        <td width="5%">IMG</td>
        <td width="95%">&nbsp;LINK DE DONDE QUIERES</td>
    </tr>
    <tr>
        <td width="5%">IMG</td>
        <td width="95%">&nbsp;LINK DONDE QUIERE</td>
    </tr>
    <tr>
        <td width="5%">IMG</td>
        <td width="95%">&nbsp;LINK DONDE QUIERE</td>
    </tr>
    <tr>
        <td width="5%">IMG</td>
        <td width="95%">&nbsp;LINK DONDE QUIERE</td>
    </tr>
</table>
EN DONDE:

IMG: sera la imagen que tendra el icono
LINK: la url o nombre del sitio

es cosa de saber un poco de html y te resulta facil
incluso hacerla en BBCODE te permite hacerlo en formato del foro y ser aun mas facil ;)


y te quedaria algo asi
(hice a la rapida el codigo porsia, puedes editarlo como quieras)
108abtz.png
 
Arriba