web page design help

Megadeth

Senior member
Jun 14, 2004
499
0
0
I am working on a simple little page for myself and have decided I want to have my calendar from calendars.net to show up when I open my page.

I want the calendar to be within in my main content div... I am just using HTML/CSS for this simple page. I have a header div, a sub header div the content div and the footer div. The entire thing is centered inside a container div.

Can I get this calendar to show up when I load the page without having to just have a seperate link to it?

Not a big deal if I can't do this, but it would be nice to be able to embed the calendar into my page.
 

screw3d

Diamond Member
Nov 6, 2001
6,906
1
76
iframes might work..

or if you have access to SSI or any server-script scripting like PHP, you can just use "include" within the div, assuming that the page you include doesn't have anything besides the code for the calendar itself..
 

Megadeth

Senior member
Jun 14, 2004
499
0
0
I didnt even think about PHP... I have very limited experience with php but I do think that I have used the include statement before..... I'll fool around with that and see what comes up. Thanks.
 

sourceninja

Diamond Member
Mar 8, 2005
8,805
65
91
You could also stream it in via xml and javascript. Like how google does gmail and google suggests.