crazymind21 0 Report post Posted September 23, 2008 hello ,I just uploadet all my images to /public_html/images than in this file i put my codepublic_html/index.html this is the code<html><head><title>beginningmmogaming</title><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"></head><body bgcolor="#e9e3c9" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0"><!-- ImageReady Slices (beginningmmogaming.png) --><table id="Table_01" width="981" height="1161" border="0" cellpadding="0" cellspacing="0"> <tr> <td colspan="7"> <img src="beginningmmogaming01.jpg" width="980" height="16" alt=""></td> <td> <img src="spacer.gif" width="1" height="16" alt=""></td> </tr> <tr> <td rowspan="16"> <img src="beginningmmogaming_02.jpg" width="32" height="1144" alt=""></td> <td> <img src="beginningmmogaming_03.jpg" width="214" height="99" alt=""></td> <td rowspan="14"> <img src="beginningmmogaming_04.jpg" width="30" height="1133" alt=""></td> <td> <img src="beginningmmogaming_05.jpg" width="470" height="99" alt=""></td> <td colspan="2"> <img src="beginningmmogaming_06.jpg" width="216" height="99" alt=""></td> <td> <img src="beginningmmogaming_07.jpg" width="18" height="99" alt=""></td> <td> <img src="spacer.gif" width="1" height="99" alt=""></td> </tr> <tr> <td rowspan="6"> <img src="beginningmmogaming_08.jpg" width="214" height="127" alt=""></td> <td rowspan="7"> <img src="beginningmmogaming_09.jpg" width="470" height="130" alt=""></td> <td> <img src="beginningmmogaming_10.jpg" width="170" height="23" alt=""></td> <td colspan="2" rowspan="7"> <img src="beginningmmogaming_11.jpg" width="64" height="130" alt=""></td> <td> <img src="spacer.gif" width="1" height="23" alt=""></td> </tr> <tr> <td> <img src="beginningmmogaming_12.jpg" width="170" height="22" alt=""></td> <td> <img src="spacer.gif" width="1" height="22" alt=""></td> </tr> <tr> <td> <img src="beginningmmogaming_13.jpg" width="170" height="22" alt=""></td> <td> <img src="spacer.gif" width="1" height="22" alt=""></td> </tr> <tr> <td> <img src="beginningmmogaming_14.jpg" width="170" height="21" alt=""></td> <td> <img src="spacer.gif" width="1" height="21" alt=""></td> </tr> <tr> <td> <img src="beginningmmogaming_15.jpg" width="170" height="21" alt=""></td> <td> <img src="spacer.gif" width="1" height="21" alt=""></td> </tr> <tr> <td rowspan="2"> <img src="beginningmmogaming_16.jpg" width="170" height="21" alt=""></td> <td> <img src="spacer.gif" width="1" height="18" alt=""></td> </tr> <tr> <td rowspan="2"> <img src="beginningmmogaming_17.jpg" width="214" height="44" alt=""></td> <td> <img src="spacer.gif" width="1" height="3" alt=""></td> </tr> <tr> <td rowspan="5"> <img src="beginningmmogaming_18.jpg" width="470" height="858" alt=""></td> <td colspan="2" rowspan="5"> <img src="beginningmmogaming_19.jpg" width="216" height="858" alt=""></td> <td rowspan="5"> <img src="beginningmmogaming_20.jpg" width="18" height="858" alt=""></td> <td> <img src="spacer.gif" width="1" height="41" alt=""></td> </tr> <tr> <td> <img src="beginningmmogaming_21.jpg" width="214" height="21" alt=""></td> <td> <img src="spacer.gif" width="1" height="21" alt=""></td> </tr> <tr> <td> <img src="beginningmmogaming_22.jpg" width="214" height="178" alt=""></td> <td> <img src="spacer.gif" width="1" height="178" alt=""></td> </tr> <tr> <td> <img src="beginningmmogaming_23.jpg" width="214" height="617" alt=""></td> <td> <img src="spacer.gif" width="1" height="617" alt=""></td> </tr> <tr> <td rowspan="2"> <img src="beginningmmogaming_24.jpg" width="214" height="47" alt=""></td> <td> <img src="spacer.gif" width="1" height="1" alt=""></td> </tr> <tr> <td colspan="4"> <img src="beginningmmogaming_25.jpg" width="704" height="46" alt=""></td> <td> <img src="spacer.gif" width="1" height="46" alt=""></td> </tr> <tr> <td rowspan="2"> <img src="beginningmmogaming_26.jpg" width="214" height="11" alt=""></td> <td colspan="5"> <img src="beginningmmogaming_27.jpg" width="734" height="5" alt=""></td> <td> <img src="spacer.gif" width="1" height="5" alt=""></td> </tr> <tr> <td colspan="5"> <img src="beginningmmogaming_28.jpg" width="734" height="6" alt=""></td> <td> <img src="spacer.gif" width="1" height="6" alt=""></td> </tr> <tr> <td> <img src="spacer.gif" width="32" height="1" alt=""></td> <td> <img src="spacer.gif" width="214" height="1" alt=""></td> <td> <img src="spacer.gif" width="30" height="1" alt=""></td> <td> <img src="spacer.gif" width="470" height="1" alt=""></td> <td> <img src="spacer.gif" width="170" height="1" alt=""></td> <td> <img src="spacer.gif" width="46" height="1" alt=""></td> <td> <img src="spacer.gif" width="18" height="1" alt=""></td> <td></td> </tr></table><!-- End ImageReady Slices --></body></html> MY SITE IS gaming-gfx.com Share this post Link to post Share on other sites
galexcd 0 Report post Posted September 24, 2008 (edited) It seems like you've already got this issue resolved, however I'll post anyway. Your browser is looking in the same directory as that file, however your images are not in the same directory as your file. You have your images in the directory /images/. To resolve this issue you can add "/images/" to the beginning of all of your images. Edited September 27, 2008 by galexcd (see edit history) Share this post Link to post Share on other sites
jlhaslip 4 Report post Posted September 24, 2008 Correct. You need to address relatively from the html file to the location of the images.Moved to HTML forum. Share this post Link to post Share on other sites