in reply to Re: cgi question
in thread cgi question

thanks for your help the code appears to work, by the images are replaced by broken boxes?

Replies are listed 'Best First'.
Re^3: cgi question
by tlm (Prior) on Jun 03, 2005 at 15:27 UTC

    The reason for this could be any number of things. Look at the HTML source generated by the script, and make sure that the files listed as src attributes actually exist and are readable by the server; also make sure that the directory where these files live is accessible to the server.

    It is probably simplest to troubleshoot this particular problem with static HTML (e.g. write an HTML file whose content is one table with just one row on it). Once you get the static HTML to work, worry about generating it programmatically with a CGI script.

    the lowliest monk

Re^3: cgi question
by Anonymous Monk on Jun 03, 2005 at 14:28 UTC
    is this a width height problem?