Error with Calendar Table Size
Printed From: Web Wiz Forums
Category: Web Wiz Web App Support Forums
Forum Name: Web Wiz Forums
Forum Description: Support forum for Web Wiz Forums application.
URL: https://forums.webwiz.net/forum_posts.asp?TID=19455
Printed Date: 12 April 2026 at 12:27am Software Version: Web Wiz Forums 12.08 - https://www.webwizforums.com
Topic: Error with Calendar Table Size
Posted By: Gando
Subject: Error with Calendar Table Size
Date Posted: 20 April 2006 at 4:08pm
I changed my general forum table size but after i have a problem with my calendar size. How can I fix it? Thanx for helping me..
default_style.css
/* Tables */ .basicTable{ border: 0px; width: 777px; }
.errorTable{ border: 1px solid #D1DCEB; background-color: #EEF2F7; width: 98%; color: #FF0000; }
.tableBorder{ border: 1px solid #465584; background-color: #FFFFFF; width: 777px; }

|
Replies:
Posted By: WebWiz-Bruce
Date Posted: 21 April 2006 at 10:46am
The problem is the width setting you have set on the tableBorder class
------------- https://www.webwiz.net/web-wiz-forums/forum-hosting.htm" rel="nofollow - Web Wiz Forums Hosting https://www.webwiz.net/web-hosting/windows-web-hosting.htm" rel="nofollow - ASP.NET Web Hosting
|
Posted By: Gando
Date Posted: 21 April 2006 at 11:18pm
.tableBorder, .wwgAdTable{ border: 1px solid #465584; background-color: #FFFFFF; width: 777px;
Whats problem with width size? I want to use pixel size not percent size. It's really looks terrible with pixel size. How can I change to pixel size instead of percent size?
|
Posted By: WebWiz-Bruce
Date Posted: 23 April 2006 at 8:37am
This is an issue I will fix for the next version.
To fix this in the version you are presently using edit the file functions/functions_functions_calendar.asp and edit line 147 and put in the part shown in red below:-
Response.Write(vbCrLf & "<table cellspacing=""1"" cellpadding=""3"" class=""tableBorder"" style=""width:98%;"" align=""center"">" & _ |
This will fix the issue, and if you notice any other issues with using a fixed width let me know so that this can be resolved.
------------- https://www.webwiz.net/web-wiz-forums/forum-hosting.htm" rel="nofollow - Web Wiz Forums Hosting https://www.webwiz.net/web-hosting/windows-web-hosting.htm" rel="nofollow - ASP.NET Web Hosting
|
Posted By: Gando
Date Posted: 26 April 2006 at 1:14pm
Thanx for helping me boRg. I fixed this problem but I have another problem on calendar_week.asp. I sent screenshot, you will see what is the problem.
Problem Fixed

Other Problem: calendar_week.asp
|
Posted By: WebWiz-Bruce
Date Posted: 27 April 2006 at 9:45am
I shall have to look into this
------------- https://www.webwiz.net/web-wiz-forums/forum-hosting.htm" rel="nofollow - Web Wiz Forums Hosting https://www.webwiz.net/web-hosting/windows-web-hosting.htm" rel="nofollow - ASP.NET Web Hosting
|
|