If you go here:

http://hydrashock.ish.biz/submit_news.php

You'll see what I mean. I have the redirect set to "/redirect_1.php" but when the page actually shows up there are no graphics because for some reason it is searching for the graphics under the cgi-bin. Here's my whole form:

Code:
<form method="POST" action="/cgi-bin/formmail.pl">
              <p style="line-height: 150%; margin-top: 0; margin-bottom: 0">
              E-mail Address:
              <input type="text" name="E-mail Address" size="30" style="font-family: Tahoma; font-size: 8pt; color: #FFFFFF; border: 1px solid #572313; background-color: #999999"></p>
              <p style="line-height: 150%; margin-top: 0; margin-bottom: 0">&nbsp;</p>
              <p style="line-height: 150%; margin-top: 0; margin-bottom: 0">Page 
              URL:
              <input type="text" name="Page URL" size="30" style="font-family: Tahoma; font-size: 8pt; color: #FFFFFF; border: 1px solid #572313; background-color: #999999"></p>
              <p style="line-height: 150%; margin-top: 0; margin-bottom: 0">&nbsp;</p>
              <p style="line-height: 150%; margin-top: 0; margin-bottom: 0">
              News:
              <textarea rows="3" name="News" cols="30" style="color: #FFFFFF; font-family: Tahoma; font-size: 8pt; border: 1px solid #572313; background-color: #999999"></textarea></p>
              <p style="line-height: 150%; margin-top: 0; margin-bottom: 0">&nbsp;</p>
              <p style="line-height: 150%; margin-top: 0; margin-bottom: 0">
              <input type=hidden name="print_config" value="E-mail Address, Page URL, News">
              <input type=hidden name="sort" value="order:E-mail Address,Page URL,News">
              <input type=hidden name="recipient" value="hydrashock@zapo.net">
              <input type=hidden name="redirect" value="/redirect_1.php">
              <input type="submit" value="Submit" name="Submit" style="color: #FFFFFF; font-family: Tahoma; font-size: 8pt; border: 1px solid #572313; background-color: #999999">
              <input type="reset" value="Reset" name="Reset" style="font-family: Tahoma; font-size: 8pt; color: #FFFFFF; border: 1px solid #572313; background-color: #999999"></p>
            </form>
Can anyone pick out what's wrong with it? Thanks.