|
Search:
Advanced search
|
Browse by category:
|
How do I embed the calendar into a web page using frames? |
|
|
There are two ways to imbed a calendar in your web page using frames. 1. You can use an inline frame to place the calendar in the middle of a web page. The follow is an example of html code using inline frames. You may adjust the width and height for best results. Replace, yourcalendaridentifier with the identifier of your calendar: <IFRAME NAME="I1" WIDTH="95%" HEIGHT="434" SRC="http://www.calendarwiz.com/yourcalendaridentifier">Your browser does not support inline frames or is currently configured not to display inline frames.</IFRAME> 2. You can use a frame set to imbed your calendar under a header page. The following is an example of html code using a frame set. First, place this code in a page which might be called calframe.htm: <FRAMESET ROWS="90,*" FRAMEBORDER=NO FRAMESPACING=0 BORDER=0> For more on frames and html usage we recommend visiting http://www.w3schools.com
|
|
