At 06:19 PM 1/30/2008, Charles Parks wrote:
I still seem to be having some problems with the different graphics.
Charlie, Here's a live HTML report based on my previous reply. http://www.rbase.com/rbg8/reports/html/index.htm A question, an observations and a suggestion using your approach: 01. Are you using these R:BASE HTML reports on your local machine or on a live web server? 02. Make sure that the images are copied in HTML\Images folder 03. Change the following lines to the updated lines. Original: |LINK_IMG_FILE_FIRST Images\UpArrow.gif + |LINK_IMG_FILE_PREV Images\LeftArrow.gif + |LINK_IMG_FILE_NEXT Images\RightArrow.gif + |LINK_IMG_FILE_LAST Images\DownArrow.gif Modified: |LINK_IMG_FILE_FIRST Images/UpArrow.gif + |LINK_IMG_FILE_PREV Images/LeftArrow.gif + |LINK_IMG_FILE_NEXT Images/RightArrow.gif + |LINK_IMG_FILE_LAST Images/DownArrow.gif Note the back slashes are changed to forward slashes, because forward slashes must be used for the web. That should take care of it! Very Best R:egards, Razzak.

