missadventures
Member
Posted 5 years ago #
Hi there,
I want to embed my google calendar in one of my static pages. But, when I do, all the other features on the page - sidebar, header & footer - disappear. The embedded html (with iframe code) worked for me once before. But I had a problem with my blog and had to start over from scratch.
Anyone have any advice. Here's the page where I'm having trouble: http://italofile.com/?page_id=4
Thanks!
solarwind
Member
Posted 5 years ago #
No one is answering my post either, so I thought I'd give yours a go.
Prob not the best solution,
First strip off table elements from embedded calendar.
Put it in a div instead.
<div id="goog"><iframe></div>
Move whole thing
Insert just above your footer div...
In your style sheet
#goog {
position:absolute;
top:130px;
left:250px; }
Good luck Paul
missadventures
Member
Posted 5 years ago #
Hi, Paul. Unfortunately, that solution didn't work. Thanks for trying!
If anyone else has any ideas, I'd like to add something to this query:
It looks like the header now shows up on the page. But the sidebar and footer are missing when I use the embedded google calendar.
So frustrating!
solarwind
Member
Posted 5 years ago #
Hi again missadventures.
Check this.
http://central12.com/pg41.htm
put your calendar in a div
I changed sidebar from
text align right to left,
added div to search box and floated left
moved position of top ad.
Not sure how this will effect your other pages.
Looks ok in ie and firefox
Once again. good luck. Paul
missadventures
Member
Posted 5 years ago #
Just a quick reply to let you know that I got this figured out. Simply change your theme and the embedded calendar works! :-)
solarwind
Member
Posted 5 years ago #
Nice one, look forward to seeing where your travels take you.