• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

web page design help

Megadeth

Senior member
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.
 
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..
 
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.
 
Back
Top