View previous topic :: View next topic |
Author |
Message |
scd1
Joined: 11 Jul 2004 Posts: 8
|
Posted: Wed Aug 11, 2004 3:45 am Post subject: Stupid Calendar/CSS question |
|
|
Ok, I know this is a dumb question, but I must just be a little slow...
In the page where I want to put my b2's calendar, I put in the following code:
Code: | <?php include("b2calendar.php") ?> |
No problem there, except that it isn't formatted like I want it, so I know that I have to edit the following:
Code: | .b2calendarmonth {}
.b2calendartable {}
.b2calendarrow {}
.b2calendarheadercell {}
.b2calendarcell {}
.b2calendaremptycell {}
.b2calendarlinkpost {}
.b2calendartoday {}
|
But where do I put this stuff? Does it go within the <?php include("b2calendar.php") ?> part, right after the ("b2calendar.php") and before the ?> ?
Or does it go somewhere else. I kept trying to move things around, and I haven't had any luck. Can someone show me how the code is supposed to look? _________________ -Scott |
|
Back to top |
|
 |
Sigg3
Joined: 03 Jul 2003 Posts: 906 Location: Oslo, Norway
|
|
Back to top |
|
 |
scd1
Joined: 11 Jul 2004 Posts: 8
|
Posted: Wed Aug 11, 2004 11:30 am Post subject: |
|
|
See, I knew it was a stupid question...why didn't I think of that? Oh well, thanks! _________________ -Scott |
|
Back to top |
|
 |
Sigg3
Joined: 03 Jul 2003 Posts: 906 Location: Oslo, Norway
|
|
Back to top |
|
 |
wammon Guest
|
Posted: Tue Nov 23, 2004 11:50 pm Post subject: How do I access my CSS files? How do I edit them? |
|
|
I am new to CSS / b2 / php / pretty much everything. I was wondering where one typically finds CSS files to edit them, then how exactly I'm supposed to edit them when I find them.
I know that I'm supposed to edit this:
Code:
.b2calendarmonth {}
.b2calendartable {}
.b2calendarrow {}
.b2calendarheadercell {}
.b2calendarcell {}
.b2calendaremptycell {}
.b2calendarlinkpost {}
.b2calendartoday {}
I just don't know what goes between the {}. I have my calendar up on my page in default format, which is too large and I want to otherwise edit. Can anyone throw me a bone? |
|
Back to top |
|
 |
Sigg3
Joined: 03 Jul 2003 Posts: 906 Location: Oslo, Norway
|
|
Back to top |
|
 |
|