Búsqueda en el Foro:
Buscar


Autor Mensaje
Mensaje29-07-2011, 22:34 (UTC)    
Título del mensaje: PREGUNTA AYUDA

¿COMO PUEDO PONER IMAGEN EN EL LADO IZQUIERDO DE MI PAGINA EN EL MENU? GRACIAS
Mensaje30-07-2011, 12:24 (UTC)    
Título del mensaje: Re: PREGUNTA AYUDA

bernardohipico escribió:
¿COMO PUEDO PONER IMAGEN EN EL LADO IZQUIERDO DE MI PAGINA EN EL MENU? GRACIAS


puedes ponerle la imagen con el tipico codigo <img src="url"> dentro del titulo (funciona)
o bien crear un box
Código:
<div style="position:absolute;left:5px;top:600px;">
<table border="0" width="185">
    <tbody>
        <tr>
<td class="sidebar_heading" height="24" background="http://img.webme.com/pic/m/musicalsuite/sobreboxx.jpg"><b>-</b></td>
        </tr>
        <tr>
            <td class="button"  height="33" background="http://img.webme.com/pic/m/musicalsuite/fondoboxx.jpg" style="padding-bottom: 5px; background-color: #fafbfc; padding-left: 5px; padding-right: 5px; background-repeat: no-repeat; padding-top: 5px">
<div style="margin-left: 25px">
CONTENIDO DEL BOX

</td></tr>
</td>
        </tr>
    </tbody>
</table>
</div>


dato: las imagenes de fondo es para que sepas cual son tus urls y modificarlas, ya que este box esta personalizado con tu diseño
______________

10 años ayudando a la comunidad!!
>las cuestiones de problemas con webs se atienden en el foro.
>Ticket a: ayuda@paginawebgratis.es -- Reportes a: support-es@webme.com
Mostrar mensajes anteriores:   


Powered by phpBB © 2001, 2005 phpBB Group