well first this is the correct url
http://www.brutalwarfare.trap17.com/home/i...ner/banner.htmlIt has nothing to do with the upload it's about not complete the url to the images
try this code
CODE
<html>
<head>
<title>banner</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<!-- ImageReady Slices (banner.psd - Slices: 01, 02, 03, 04, 05, 06) -->
<table id="Table_01" width="992" height="768" border="0" cellpadding="0" cellspacing="0">
<tr>
<td rowspan="4">
<img src="../images/banner/banner_01.jpg" width="21" height="768" alt=""></td>
<td>
<img src="../images/banner/banner_02.jpg" width="952" height="192" alt=""></td>
<td rowspan="4">
<img src="../images/banner/banner_03.jpg" width="19" height="768" alt=""></td>
</tr>
<tr>
<td>
<img src="../images/banner/banner_04.jpg" width="952" height="192" alt=""></td>
</tr>
<tr>
<td>
<img src="../images/banner/banner_05.jpg" width="952" height="192" alt=""></td>
</tr>
<tr>
<td>
<img src="../images/banner/banner_06.jpg" width="952" height="192" alt=""></td>
</tr>
</table>
<!-- End ImageReady Slices -->
</body>
</html>
your forget to finish off the file location for the image thats why it kept on appearing as though the images where broken
it was this
CODE
images/banner_04.jpg
instead of this
CODE
../images/banner/banner_06.jpg
A small reminder make sure to close off your directories so no one can see whats in them, thats how I was able to figure what was wrong with your site.
Reply