|
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 anywhere on a web page. The follow is an example of html code using an inline frame holding a calendar. You may adjust the width and height for best results. The recommended minimum width to avoid horizontal scroll bars on the iframe is 710. In the examples, remember to 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
|
|
