I have a page that I create from a perl script. My problem is that the images in the page dont load. I have the same problem when I try to use a ..css file as well.
What's the deal? Everything else seems to work just fine. Here is a snippet of my code print <<EndTop; <html> <head> <title>Tech Report</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <link rel="stylesheet" href="report.css" type="text/css"> </head> <body bgcolor="#003366"> <table width="700" border="1" bgcolor="#FFFFFF"> <tr> <td width="500"> <img src="titlePic.gif"> </td> ... The titlePic.gif doesnt work, nor does the report.css Thanks Jeremy [EMAIL PROTECTED] -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]