ASP and Fonts

10/02/2004 - 20:42 por AlejandroT | Informe spam
BlankI have the code;

<%
Response.Write("<TD valign=""top"">")
Response.Write("<A href=""image.asp?ImageID=" & lngImageID & """><B>" &
strTitle & "</B><BR>")
Response.Write("<IMG src=""image.asp?ImageID=" & lngImageID & """
width=""100"" border=""1""</A>>")
Response.Write("</TD>")
Response.Write("<TD valign=""top"">")
Response.Write("<BR>")
Response.Write(strDescription)
Response.Write("</TD>")
%>

and is giving me fonts that I do not want, so, my question is, how can I
change the font and size of the values when I will show in the browser?

thank you in advance

Al

Preguntas similare

Leer las respuestas

#1 Aaron Bertrand - MVP
10/02/2004 - 21:54 | Informe spam
Use client-side style sheets and / or <font> tags. Nothing to do with ASP
(and especially not databases).

Aaron Bertrand
SQL Server MVP
http://www.aspfaq.com/




"AlejandroT" wrote in message
news:
BlankI have the code;

<%
Response.Write("<TD valign=""top"">")
Response.Write("<A href=""image.asp?ImageID=" & lngImageID & """><B>" &
strTitle & "</B><BR>")
Response.Write("<IMG src=""image.asp?ImageID=" & lngImageID & """
width=""100"" border=""1""</A>>")
Response.Write("</TD>")
Response.Write("<TD valign=""top"">")
Response.Write("<BR>")
Response.Write(strDescription)
Response.Write("</TD>")
%>

and is giving me fonts that I do not want, so, my question is, how can I
change the font and size of the values when I will show in the browser?

thank you in advance

Al


Respuesta Responder a este mensaje
#2 Jhonny Vargas P.
10/02/2004 - 22:03 | Informe spam
Hi,

You should to use STYLE in the web page.

You put the following code between of the <HEAD></HEAD>

<style>
a:link { text-decoration: none; color : mediumblue; }
a:visited { text-decoration: none; color : mediumblue; }
a:hover { text-decoration: none; color : #ff802b; }
body {
font-weight: bold;
font-size: 8pt;
color: black;
font-family: Verdana, Arial, Tahoma;
}
</style>


Saludos,
Jhonny Vargas P. [MS-MVP]
Santiago de Chile
http://www.mvp.cl


"AlejandroT" escribió en el mensaje
news:
BlankI have the code;

<%
Response.Write("<TD valign=""top"">")
Response.Write("<A href=""image.asp?ImageID=" & lngImageID & """><B>" &
strTitle & "</B><BR>")
Response.Write("<IMG src=""image.asp?ImageID=" & lngImageID & """
width=""100"" border=""1""</A>>")
Response.Write("</TD>")
Response.Write("<TD valign=""top"">")
Response.Write("<BR>")
Response.Write(strDescription)
Response.Write("</TD>")
%>

and is giving me fonts that I do not want, so, my question is, how can I
change the font and size of the values when I will show in the browser?

thank you in advance

Al


Respuesta Responder a este mensaje
#3 jcochran.nospam
11/02/2004 - 13:50 | Informe spam
On Tue, 10 Feb 2004 15:42:48 -0400, "AlejandroT"
wrote:

and is giving me fonts that I do not want, so, my question is, how can I
change the font and size of the values when I will show in the browser?



You hit three separate groups that have nothing to do with what you
want to accomplish. Try this group:

alt.html.tags

And this site:

http://www.google.com/search?hl=en&...l+font+tag

Jeff
Respuesta Responder a este mensaje
#4 Brynn
11/02/2004 - 16:07 | Informe spam
More on css at www.w3schools.com


Brynn
www.coolpier.com

*****
I reply and post to this newsgroup in an attempt to help other users.
I in no way guarantee the effects of scripts posted ...
and sometimes post partial scripts, untested to point users in the right
direction.

ALWAYS test my and everyone elses scripts before use ... duh ;)
*****
"AlejandroT" wrote in message
news:
BlankI have the code;

<%
Response.Write("<TD valign=""top"">")
Response.Write("<A href=""image.asp?ImageID=" & lngImageID & """><B>" &
strTitle & "</B><BR>")
Response.Write("<IMG src=""image.asp?ImageID=" & lngImageID & """
width=""100"" border=""1""</A>>")
Response.Write("</TD>")
Response.Write("<TD valign=""top"">")
Response.Write("<BR>")
Response.Write(strDescription)
Response.Write("</TD>")
%>

and is giving me fonts that I do not want, so, my question is, how can I
change the font and size of the values when I will show in the browser?

thank you in advance

Al


email Siga el debate Respuesta Responder a este mensaje
Ads by Google
Help Hacer una preguntaRespuesta Tengo una respuesta
Search Busqueda sugerida