1 Widgets debajo Miér Dic 28, 2011 11:23 pm
tere
Hola como puedo poner widgets debajo en el foro como está aquí?
en foro phpbb 3
en foro phpbb 3
Última edición por tere el Dom Ene 01, 2012 4:33 am, editado 1 vez
No estás conectado. Conéctate o registrate
Última edición por tere el Dom Ene 01, 2012 4:33 am, editado 1 vez
jQuery(function(){
jQuery("#page-footer").after('TABLAS CREADAS POR TÍ');
});
jQuery(function(){
jQuery("#container").after('TABLAS CREADAS POR TÍ');
});
jQuery(function(){
jQuery("#content").after('TABLAS CREADAS POR TÍ');
});
<table>
<td>Contenido primera tabla</td>
<td>Contenido segúnda Tabla</td>
</table>
Bazinga escribió:Y así?
- Código:
jQuery(function(){
jQuery("#content").after('TABLAS CREADAS POR TÍ');
});
Temas similares
Permisos de este foro:
No puedes responder a temas en este foro.