Ver Mensaje Individual
  #3 (permalink)  
Antiguo 18/10/2008, 18:36
Avatar de sjam7
sjam7
 
Fecha de Ingreso: diciembre-2001
Ubicación: Guadalajara, Mexico
Mensajes: 3.672
Antigüedad: 23 años, 4 meses
Puntos: 16
Respuesta: Nube de tags (etiquetas)

yo tengo uno asi:

[highlight=asp]<%'REALIZA TU CONEXION

SQL="Select * From palabras order by id"
RS.open sql, oconn

do while not rs.eof
Randomize
minimo = 2
maximo = 4
p_id = Int(((maximo-minimo+1) * Rnd) + minimo)
%><h<%=p_id%> style="clear:none !important; display:inline !important; background:none !important;">
<a href="<%=rs("enlace")%>"><%=rs("palabra")%></a>
</h><%=p_id%>>
<%rs.movenext
loop%>
[/highlight]

Aqui lo que hago es intercambiar etiquetas <H2> a <H4> aleatoriamente
__________________
CreandoWebs.com
www.creandowebs.com
PLANTILLAS TEMPLATEMONSTER CON 10% DE DESCUENTO

Última edición por sjam7; 18/10/2008 a las 19:06