flippycanoo
Member
Posted 4 years ago #
Hi, I want to know how to embed simple viewer or postcard viewer into a larger page of my site. I have a basic knowledge of CSS/XHTML, but not sure if I should be trying to just embed the flash into, say the body, or if I should be using the entire html page that is generated when you create a simple viewer.
One method when you wish to add it to pages or posts, is to wrap it in a iframe. Some hate it and others love it. You choose...
<iframe src="http://website.com/simpleviewer-path/set-of-photos" class="galleries" frameborder="0" height="640" width="580"></iframe>
Change the height and width to suit and play with the other elements, such as colours and background, using the simpleviewer files and a .galleries in your css.