Ver Mensaje Individual
  #3 (permalink)  
Antiguo 01/08/2004, 07:01
Avatar de ken-obi
ken-obi
 
Fecha de Ingreso: julio-2004
Ubicación: Alicante
Mensajes: 314
Antigüedad: 20 años, 9 meses
Puntos: 6
probe con esto y funciono muy bien...
chequealo...:

<%
if rs("tit") > left(rs("tit"),33) then
response.write "<font title='" &rs("tit")
response.write "'face='Verdana' size='1'>"
response.write "&nbsp;" &rs("tit")
else
response.write "<font title='" &rs("tit")
response.write "'face='Verdana' size='2'>"
response.write "&nbsp;" &left(rs("tit"),33)

end if
%>

muchas gracias por la ayuda...