Hi Guys
I've been developing a basic webpage with a database using the wizard in Frontpage XP.
I've been editing the code to get it to do what I want. I've got a bit of code
<%response.write "<a href=""" & FP_FieldVal(fp_rs,"Hyperlink"
& """>" & FP_FieldVal(fp_rs,"News"
& "</a>"%>
which displays the data as a hyperlink which is working fine. However, I can't seem to change the font of this, it's always defaulting to Times New Roman but I want it to be Verdana. I've put the <font> tag around the whole lot and even tried to set the standard format of the document to be verdana but no such luck. Whatever I do, it appears as Times New Roman.
Any ideas????
I've been developing a basic webpage with a database using the wizard in Frontpage XP.
I've been editing the code to get it to do what I want. I've got a bit of code
<%response.write "<a href=""" & FP_FieldVal(fp_rs,"Hyperlink"
which displays the data as a hyperlink which is working fine. However, I can't seem to change the font of this, it's always defaulting to Times New Roman but I want it to be Verdana. I've put the <font> tag around the whole lot and even tried to set the standard format of the document to be verdana but no such luck. Whatever I do, it appears as Times New Roman.
Any ideas????