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)
 Signature font size
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

philsbbs
Junior Member

United Kingdom
397 Posts

Posted - 17 April 2007 :  19:07:40  Show Profile
Is it possible to have the signature in posts a smaller font that the posts, if so how.

Phil

JJenson
Advanced Member

USA
2121 Posts

Posted - 17 April 2007 :  19:22:23  Show Profile  Visit JJenson's Homepage
In your sig you just need to insert in forum code or I believe HTML code works as well to control the size. Each user can set that themselves by how they write it.

This is in your profile but I assumed you knew that already.

Or are you looking to make the default font size smaller? If you are doing that you might want to take a look at the inc_profile.asp do a search for sig I think that should turn up the areas that the signature code is in.
Go to Top of Page

HuwR
Forum Admin

United Kingdom
20595 Posts

Posted - 17 April 2007 :  19:23:13  Show Profile  Visit HuwR's Homepage
yes, very simply in fact since the signatures use css, you can just change the class it uses for one of your own style classes, take a look in topic.asp for formatStr(Reply_MemberSig) and formatStr(Topic_MemberSig) you will see they are contained in a span tag.
Go to Top of Page

philsbbs
Junior Member

United Kingdom
397 Posts

Posted - 28 April 2007 :  09:28:56  Show Profile
" <td valign=""bottom""><hr noshade size=""" & strFooterFontSize & """><font color=""" & strForumFontColor & """ face=""" & strDefaultFontFace & """ size=""" & strDefaultFontSize & """><span class=""spnMessageText"">" & formatStr(Reply_MemberSig) & "</span></font></td>" & vbNewLine & _

==

" <td valign=""bottom""><hr noshade size=""" & strFooterFontSize & """><font color=""" & strForumFontColor & """ face=""" & strDefaultFontFace & """ size=""" & strDefaultFontSize & """><span class=""spnMessageText"">" & formatStr(Topic_MemberSig) & "</span></font></td>" & vbNewLine & _

I like the signature font to be size 10 how do i do that.

Phil
Go to Top of Page

philsbbs
Junior Member

United Kingdom
397 Posts

Posted - 28 April 2007 :  16:18:49  Show Profile
sorted.

Phil
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