Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Help Groups for Snitz Forums 2000 Users
 Help: General / Classic ASP versions(v3.4.XX)
 Font problem?
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

harrykism
Starting Member

Netherlands
3 Posts

Posted - 29 February 2004 :  03:24:48  Show Profile
Hi,

Anyone can help me on solvo this MY problem.

In the EDITING area (where I am typing now), which font is it for this area?

I want to change the default font for this area to ARIAL but I cannot. I want to do it because I can use ARIAL font for Unicode.

Although I change the font of the whole forum to Arial but THIS area doen not change!

In other word, I want to change everything to Arial font!!!

Anyone help!!!

Edited by - harrykism on 29 February 2004 03:36:13

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 29 February 2004 :  04:18:41  Show Profile
you can do that with CSS:

TEXTAREA { font-family: Arial; }
Go to Top of Page

harrykism
Starting Member

Netherlands
3 Posts

Posted - 29 February 2004 :  13:08:51  Show Profile
Thanks a lot!

However, I dont know how to do with that. Could you please give me a quick guide?

I mean, which file do I have to modify or what else...?

Edited by - harrykism on 29 February 2004 13:59:56
Go to Top of Page

Roland
Advanced Member

Netherlands
9335 Posts

Posted - 01 March 2004 :  17:10:38  Show Profile
You add that line to inc_header.asp in with the other CSS classes:
		".spnSearchHighlight {background-color:" & strSearchHiLiteColor & "}" & vbNewLine & _
		"input.radio {background:" & strPopUpTableColor & ";color:#000000}" & vbNewLine & _
		"TEXTAREA { font-family: Arial; }" & vbNewLine & _
		"-->" & vbNewLine & _
		"</style>" & vbNewLine & _
Go to Top of Page

harrykism
Starting Member

Netherlands
3 Posts

Posted - 03 March 2004 :  17:19:21  Show Profile
Thank you very much! I solved it!

Anyway, is there any solution for next version of SnitzForum with the problem like this that can be solved by Admin Control Panel? Can technology/technique deal with this?

Best wishes for all the people who made this cool forum code and let it free!
Go to Top of Page

Roland
Advanced Member

Netherlands
9335 Posts

Posted - 04 March 2004 :  08:52:58  Show Profile
The fonts used in the form fields aren't specified as of yet. The standard fonts that the browser uses will be used. All that would be needed to do what you'd want is one or two new CSS classes (one already shown here, another for text fields) which use the variable set in the admin options for the font used on the forums.

This would mean (out of the top of my head and untested!):
"TEXTAREA INPUT { font-family: "" & strDefaultFontFace & ""}" & vbNewLine & _
instead of
"TEXTAREA { font-family: Arial; }" & vbNewLine & _
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Topic Locked
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.42 seconds. Powered By: Snitz Forums 2000 Version 3.4.07