calendar
want a calendar similar to mine? here is all the code necessary for it!
- First, you'll need to make a new page! I called mine "cal.html" but like... Call it whatever you want.
- On that new page, you'll need to put the following code into the "style" tags.
And edit it according to your own tastes and aesthetics!
- Then, before the closing body tag (/body), you'll want to add this script! There are a few options in there that you can edit, so take a look if you feel brave enough!
- Then, you should display the calendar through an iframe on your index! Or wherever you wanna put it, really. Copy the code below and edit where necessary!
- And... That should be it! Enjoy your new fancy calendar B^)...