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: MOD Implementation
 Black bar on calendar after checksum mod install
 New Topic
 Printer Friendly
Previous Page
Author Previous Topic Topic Next Topic
Page: of 2

Carefree
Advanced Member

Philippines
4207 Posts

Posted - 15 September 2014 :  02:00:04  Show Profile
Nothing wrong with it. Look at your "cal_style.asp". Somewhere you're setting the width of that table to 158 px.
Go to Top of Page

Zenfor
Junior Member

372 Posts

Posted - 15 September 2014 :  06:34:04  Show Profile
quote:
Originally posted by Carefree

Nothing wrong with it. Look at your "cal_style.asp". Somewhere you're setting the width of that table to 158 px.


What should the width be?
Go to Top of Page

Carefree
Advanced Member

Philippines
4207 Posts

Posted - 15 September 2014 :  07:08:31  Show Profile
Found the problem. It's in your font size of 4 for the month. It should be 2. That is set to "strdefaultfontsize" in line 31 of "cal_functions.asp". So I assume you've either made your default font size larger or that line has been changed. If you want your default font size to be 4, then change that line to one of these:


                "<font face=""" & strDefaultFontFace & """ size=""" & strDefaultFontSize-2 & """ color=""" & strCategoryFontColor & """>" & MonthName(Month(dateToDraw))

or 

                "<font face=""" & strDefaultFontFace & """ size=""2"" color=""" & strCategoryFontColor & """>" & MonthName(Month(dateToDraw))

Edited by - Carefree on 15 September 2014 18:17:14
Go to Top of Page

Zenfor
Junior Member

372 Posts

Posted - 16 September 2014 :  06:27:38  Show Profile
quote:
Originally posted by Carefree

Found the problem. It's in your font size of 4 for the month...


Okay, I'll take a look at this later. I changed my default font to 4 months ago at the request of my members who many are older. I probably didn't notice the bar until now. I'd like to keep the default at 4 so I will make the change you indicate. Thanks for all your time and help.
Go to Top of Page

Zenfor
Junior Member

372 Posts

Posted - 16 September 2014 :  07:35:16  Show Profile
Okay, I used the first line and that solved the black bar problem. Thank you!
Go to Top of Page

Carefree
Advanced Member

Philippines
4207 Posts

Posted - 16 September 2014 :  19:33:12  Show Profile
You're welcome.
Go to Top of Page
Page: of 2 Previous Topic Topic Next Topic  
Previous Page
 New Topic
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.21 seconds. Powered By: Snitz Forums 2000 Version 3.4.07