PDA

View Full Version : Inserting Google Calendar HTML in gallery?


Leda
Mar-08-2008, 11:42 AM
This seems like it should be simple. Instead of putting a link to my google calendar and people leave my site I want to give it a journal gallery and inseart into the text area. Google supplies the HTML, but it's not working. :dunno

This is the html...
<iframe src="http://www.google.com/calendar/embed?height=600&amp;wkst=1&amp;bgcolor=%23FFFFFF&amp;src=lvlp hotography%40gmail.com&amp;color=%23A32929&amp;ctz=America %2FNew_York" style=" border-width:0 " width="800" height="600" frameborder="0" scrolling="no"></iframe>

What do I need to do for it to work?

Thanks!

Andy
Mar-08-2008, 12:44 PM
Trying out cool new Google search on Dgrin, I get:

http://www.dgrin.com/showthread.php?t=58170

Surround your google code with html tags

<*html> google code <*/html>

(ignore asterisks)