• 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.

Viewing 1 replies (of 1 total)
  • 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="https://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.

Viewing 1 replies (of 1 total)
  • The topic ‘Simple viewer embedded?’ is closed to new replies.