hiya i've been overhauling the events mod to use forum values instead of hardcoded color codes but I'm stuck on the small month display in events_inc.asp
if you look here you will see that my front page still has the white calendar but if you click here the small calendar has changed to my forum colors.
I'm looking for some help from someone that has worked with the events mod that might know where I need to look for the code that controls the first calendar display.
My best guess is that the code around lines 190-200 in events_inc.asp should control the table colors but I've edited them with no luck.
The small caledar which you have on the front page is being displayed from events_inc.asp. Look out for
function DisplayMonth_small()
And you will find some instances of bgcolor="white". Change them to match with your color scheme. And for text you have to change the values in events_styles.asp.