Author |
Topic |
|
leatherlips
Senior Member
USA
1838 Posts |
|
JJenson
Advanced Member
USA
2121 Posts |
Posted - 26 April 2008 : 12:31:28
|
there should be a css style sheet for the calendar. I think its call cal_styles.asp or something like that. |
|
|
bobby131313
Senior Member
USA
1163 Posts |
Posted - 26 April 2008 : 12:59:24
|
Nah, won't work.
Look in cal.asp, there's 4 instances of 'Page Header directly under those is where the header is drawn, there is no style assigned to the td's.
I added class="h1" to each td since my h1 class is the same as my header setup. Anyways, that's where you have to tinker. Works nice. |
Switch the order of your title tags |
Edited by - bobby131313 on 26 April 2008 13:01:17 |
|
|
leatherlips
Senior Member
USA
1838 Posts |
|
leatherlips
Senior Member
USA
1838 Posts |
|
bobby131313
Senior Member
USA
1163 Posts |
Posted - 26 April 2008 : 13:10:27
|
Oh OK, I'm remembering wrong then, I thought it was originally missing, but I obviously changed it to accomplish what your after. Gimme a minute... |
Switch the order of your title tags |
|
|
Andy Humm
Average Member
United Kingdom
908 Posts |
Posted - 26 April 2008 : 13:20:41
|
Leatherlips, I have downloaded your cal_style.asp file and put it on my forum and It works okay except the inactive header color was set to strHeadCellColor see first image
Having changed the inactive cell code (line 14) from .cal_inactivetab {background-color: <%= strHeadCellColor %>; font: 10pt <%= strDefaultFontFace %>; color:<%= strForumFontColor %>; } to .cal_inactivetab {background-color: <%= strCategoryCellColor %>; font: 10pt <%= strDefaultFontFace %>; color:<%= strForumFontColor %>; } I ended up getting the following on the page
Have a look in your Admin Options>Forum Variables Information and see what the strHeadCellColor and strCategoryCellColor output. If they out put the right colors you want, try a hex code instead, if still no joy, could you email me a copy of all your modded calendar files and I will put transpose them one at a time into my forum to see if we can indentify the problem..
Furthermore, you were in dialog about getting the Calendar Headers Background to show as a graphic, I have my forum working with graphic see Link Andy Humm Posted - 26 April 2008 : 03:58:35
Good luck. andy
|
Edited by - Andy Humm on 26 April 2008 13:30:40 |
|
|
Andy Humm
Average Member
United Kingdom
908 Posts |
Posted - 26 April 2008 : 13:30:15
|
Could you post a txt copy of cal.asp and I'll try it on my forum.. |
|
|
bobby131313
Senior Member
USA
1163 Posts |
Posted - 26 April 2008 : 13:30:44
|
Put this in your cal_style.asp file...
.cal-header {
background-image: <%= strImageURL & strHeadCellBGImage %>;
background-color: <%= strHeadCellColor %>;
font-family: <%= strDefaultFontFace %>;
font-color: <%= strHeadFontColor %>;
font-size: <%= strDefaultFontSize %>;
}
Then change the classes to cal-header.
This is assuming you used the commom cell image mod that's on SnitzBitz. |
Switch the order of your title tags |
Edited by - bobby131313 on 26 April 2008 13:32:03 |
|
|
leatherlips
Senior Member
USA
1838 Posts |
|
leatherlips
Senior Member
USA
1838 Posts |
|
Andy Humm
Average Member
United Kingdom
908 Posts |
Posted - 27 April 2008 : 05:48:14
|
quote: Originally posted by leatherlips
quote: Originally posted by Andy Humm
Could you post a txt copy of cal.asp and I'll try it on my forum..
Here it is. Thanks for your willingness to help.
Leatherlips, I have tried your file and all works fine.. It appears you have changed something as the headers work on your site now.. |
|
|
leatherlips
Senior Member
USA
1838 Posts |
|
|
Topic |
|