
01/08/2004, 07:01
|
 | | | 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 " " &rs("tit")
else
response.write "<font title='" &rs("tit")
response.write "'face='Verdana' size='2'>"
response.write " " &left(rs("tit"),33)
end if
%>
muchas gracias por la ayuda... |