Here is what you need to do to insert another website,calendar into your page :
html command: <iframe>
html command: <iframe>
Example : Embedding your google calendar :
in order to import your calendar into the frame you need to get the your unique url from google calendar and add it as src in the iframe tag like here:
<div dir="ltr" style="text-align: left;" trbidi="on">
<iframe frameborder="0" height="600" scrolling="no" src="http://www.google.com/calendar/embed?src=vjnq447j9fr8ssclog7enrfick%40g.." style="border: 0;" width="800"></iframe><br /></div>
<iframe frameborder="0" height="600" scrolling="no" src="http://www.google.com/calendar/embed?src=vjnq447j9fr8ssclog7enrfick%40g.." style="border: 0;" width="800"></iframe><br /></div>
No comments:
Post a Comment