Home
Tour
Costs
Answers
Demos
Access
Tools
Assistance
Enroll
 SearchSearch
How to show multiple images as one display

 
   Answers Forum Index -> Easily pasted codes
View previous topic :: View next topic  
Author Message
ws
Write and Show support


Joined: 27 May 2007
Posts: 140

PostPosted: Thu Dec 27, 2007 12:36 am    Post subject: How to show multiple images as one display

How to show multiple images in a single display

Sometimes you would like to show several images in sequence, seemingly connected so that they can be displayed in a continuous presentation. For example, if you are showing a legal document which has been captured in segments as jpg or gif images, you can create a continuous display (which appears as one easily reviewed page). This method produces an htm file which you show on your page inside of an iframe.

How to do it:

1. Remotely host the images which you wish to display, where you can access them by a url address, such as photobucket.com.

2. Create an htm file as described following to be stored in your WriteandShow file manager. Use Windows Notepad or other text editor (you must be able to save as a txt file, with an htm extension).

Quote:
<html>

<table>
<tr>
<td>
<img src="paste url to remotely hosted image here">
</td>
</tr>
<tr>
<td>
<img src="paste url to remotely hosted image here">
</td>
</tr>
<tr>
<td>
<img src="paste url to remotely hosted image here">
</td>
</tr>
</table>
</html>


3. Repeat the sequence shown inside the <table></table> tags for as many images as you wish to display.

4. Save this file as a txt file with an htm extension.

5. In your filemanager, upload this file to a directory (which has been named to relate to its area in the book or subject matter). Note the url of your new htm file.

6. Where you wish to display your images, insert the filemanager url (which you just noted) for this new htm file inside of an iframe (use the iframe button in your admin panel to create an iframe). Be sure you set scroll to "yes" so that all of your images (and their full width) can be seen by your readers.
Back to top
Display posts from previous:   
   Answers Forum Index -> Easily pasted codes All times are GMT - 4 Hours
Page 1 of 1

 
Jump to:  


Created by WriteandShow.com WriteandShow.com  Answer forum utilizes phpBB © 2001, 2005 phpBB Group