Author |
Topic  |
|
MaGraham
Senior Member
   
USA
1297 Posts |
Posted - 09 April 2013 : 00:39:35
|
On the default.asp where the Events Calendar displays. . .how can I add something else to the title/header "Events Calendar" and also increase the font size?
I think I would like the link to say, "Click Here to View Concert Dates" and display it in a larger size font.
|
"Do all the good you can, by all the means you can, in all the ways you can, at all the times you can, to all the people you can, as long as ever you can." - John Wesley |
Edited by - MaGraham on 12 April 2013 15:33:43 |
|
Carefree
Advanced Member
    
Philippines
4222 Posts |
Posted - 12 April 2013 : 19:32:42
|
"cal_config.asp"
Look for the following line (appx 71):
Const strCalEventsCalendar = "Events Calendar"
Change it to say:
Const strCalEventsCalendar = "<font size=""" & strHeaderFontSize & """>Click Here to View Concert Dates</font>"
|
Edited by - Carefree on 12 April 2013 19:33:54 |
 |
|
MaGraham
Senior Member
   
USA
1297 Posts |
Posted - 12 April 2013 : 21:21:35
|
Carefree, I am now receiving the following error message:
Microsoft VBScript compilation error '800a0415'
Expected literal constant
/tfp/cal_config.asp, line 71
Const strCalEventsCalendar = "<font size=""" & strHeaderFontSize & """>Click Here to View Concert Dates</font>" -----------------------------------------------------------------------------------------------------------^
I went back and added a size for the font and that seems to have corrected it.
Thank you Soooo MUCH, Carefree! Members weren't seeing that they could click on the link. I don't see how they can miss it now though!
|
"Do all the good you can, by all the means you can, in all the ways you can, at all the times you can, to all the people you can, as long as ever you can." - John Wesley |
Edited by - MaGraham on 13 April 2013 01:16:57 |
 |
|
Carefree
Advanced Member
    
Philippines
4222 Posts |
Posted - 13 April 2013 : 01:16:12
|
Then you'll need to change it where it calls the variable. Undo that change.
"cal_default.asp"
|
 |
|
MaGraham
Senior Member
   
USA
1297 Posts |
Posted - 13 April 2013 : 01:18:20
|
OOPS! I must have edited my post above just as you were posting yours, Carefree!
|
"Do all the good you can, by all the means you can, in all the ways you can, at all the times you can, to all the people you can, as long as ever you can." - John Wesley |
 |
|
Carefree
Advanced Member
    
Philippines
4222 Posts |
Posted - 13 April 2013 : 13:27:06
|
Good enough |
 |
|
|
Topic  |
|