View Full Version : Simple Html Question
molko72
July 30th, 2004, 09:02 PM
Ok guys. I've made my layout in Photoshop, sliced and saved it. I go to Dreamweaver and do nothing just to test it first. When I enter the HTML code into the HTML editor on Geocities (my host) when I preview my website I can't see any of my images. Perhaps the path is wrong?
Help appreciated.
degsy
July 30th, 2004, 09:03 PM
Welcome :)
Have you got a link to the site?
Could you post your code?
Are you getting Red X's?
renegade600
July 30th, 2004, 09:16 PM
a link to the site will help. That is the only way to know what you need. However check the case of the filename - they must match. Also make sure the path is correct and again make sure of the case in the path.
molko72
July 30th, 2004, 09:25 PM
http://www.geocities.com/rottenboy72/drud.htm
That was a test, and funnily enough none of the images show.
The code is...
<HTML>
<HEAD>
<TITLE>Untitled-1</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 (Untitled-1) -->
<TABLE WIDTH=500 BORDER=0 CELLPADDING=0 CELLSPACING=0>
<TR>
<TD COLSPAN=7>
<IMG SRC="images/Untitled-1_01.gif" WIDTH=500 HEIGHT=3 ALT=""></TD>
<TD>
<IMG SRC="images/spacer.gif" WIDTH=1 HEIGHT=3 ALT=""></TD>
</TR>
<TR>
<TD ROWSPAN=6>
<IMG SRC="images/Untitled-1_02.gif" WIDTH=2 HEIGHT=497 ALT=""></TD>
<TD COLSPAN=5>
<IMG SRC="images/Untitled-1_03.gif" WIDTH=496 HEIGHT=45 ALT=""></TD>
<TD ROWSPAN=6>
<IMG SRC="images/Untitled-1_04.gif" WIDTH=2 HEIGHT=497 ALT=""></TD>
<TD>
<IMG SRC="images/spacer.gif" WIDTH=1 HEIGHT=45 ALT=""></TD>
</TR>
<TR>
<TD ROWSPAN=4>
<IMG SRC="images/Untitled-1_05.gif" WIDTH=17 HEIGHT=448 ALT=""></TD>
<TD ROWSPAN=2>
<IMG SRC="images/Untitled-1_06.gif" WIDTH=80 HEIGHT=226 ALT=""></TD>
<TD COLSPAN=3>
<IMG SRC="images/Untitled-1_07.gif" WIDTH=399 HEIGHT=9 ALT=""></TD>
<TD>
<IMG SRC="images/spacer.gif" WIDTH=1 HEIGHT=9 ALT=""></TD>
</TR>
<TR>
<TD ROWSPAN=3>
<IMG SRC="images/Untitled-1_08.gif" WIDTH=19 HEIGHT=439 ALT=""></TD>
<TD ROWSPAN=2>
<IMG SRC="images/Untitled-1_09.gif" WIDTH=268 HEIGHT=395 ALT=""></TD>
<TD ROWSPAN=3>
<IMG SRC="images/Untitled-1_10.gif" WIDTH=112 HEIGHT=439 ALT=""></TD>
<TD>
<IMG SRC="images/spacer.gif" WIDTH=1 HEIGHT=217 ALT=""></TD>
</TR>
<TR>
<TD ROWSPAN=2>
<IMG SRC="images/Untitled-1_11.gif" WIDTH=80 HEIGHT=222 ALT=""></TD>
<TD>
<IMG SRC="images/spacer.gif" WIDTH=1 HEIGHT=178 ALT=""></TD>
</TR>
<TR>
<TD>
<IMG SRC="images/Untitled-1_12.gif" WIDTH=268 HEIGHT=44 ALT=""></TD>
<TD>
<IMG SRC="images/spacer.gif" WIDTH=1 HEIGHT=44 ALT=""></TD>
</TR>
<TR>
<TD COLSPAN=5>
<IMG SRC="images/Untitled-1_13.gif" WIDTH=496 HEIGHT=4 ALT=""></TD>
<TD>
<IMG SRC="images/spacer.gif" WIDTH=1 HEIGHT=4 ALT=""></TD>
</TR>
</TABLE>
<!-- End ImageReady Slices -->
</BODY>
</HTML>
degsy
July 30th, 2004, 09:30 PM
Have you uploaded the images?
www.geocities.com/rottenboy72/images/Untitled-1_03.gif
doesn't exist.
molko72
July 30th, 2004, 09:39 PM
Gah. I hate being a n00b, but you have to start somewhere.
I upload them to my file manager? I did that
degsy
July 30th, 2004, 09:41 PM
I'm not familiar with Geocities.
If it uses a file manager to upload the files then yes.
Remember to create the images folder to keep the path correct.
molko72
July 30th, 2004, 09:44 PM
D'oh! Cheers Degsy. Common sense is something I lack.
porterska
August 11th, 2004, 02:16 PM
OK, on geocities it needs all the graphic files on the filemanager as well, you will need to upload all the graphics.. SO if you look down this list you see alot of *.gif files, you will need to upload all of those files as well!
Good Luck!
<HTML>
<HEAD>
<TITLE>Untitled-1</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 (Untitled-1) -->
<TABLE WIDTH=500 BORDER=0 CELLPADDING=0 CELLSPACING=0>
<TR>
<TD COLSPAN=7>
<IMG SRC="images/Untitled-1_01.gif" WIDTH=500 HEIGHT=3 ALT=""></TD>
<TD>
<IMG SRC="images/spacer.gif" WIDTH=1 HEIGHT=3 ALT=""></TD>
</TR>
<TR>
<TD ROWSPAN=6>
<IMG SRC="images/Untitled-1_02.gif" WIDTH=2 HEIGHT=497 ALT=""></TD>
<TD COLSPAN=5>
<IMG SRC="images/Untitled-1_03.gif" WIDTH=496 HEIGHT=45 ALT=""></TD>
<TD ROWSPAN=6>
<IMG SRC="images/Untitled-1_04.gif" WIDTH=2 HEIGHT=497 ALT=""></TD>
<TD>
<IMG SRC="images/spacer.gif" WIDTH=1 HEIGHT=45 ALT=""></TD>
</TR>
<TR>
<TD ROWSPAN=4>
<IMG SRC="images/Untitled-1_05.gif" WIDTH=17 HEIGHT=448 ALT=""></TD>
<TD ROWSPAN=2>
<IMG SRC="images/Untitled-1_06.gif" WIDTH=80 HEIGHT=226 ALT=""></TD>
<TD COLSPAN=3>
<IMG SRC="images/Untitled-1_07.gif" WIDTH=399 HEIGHT=9 ALT=""></TD>
<TD>
<IMG SRC="images/spacer.gif" WIDTH=1 HEIGHT=9 ALT=""></TD>
</TR>
<TR>
<TD ROWSPAN=3>
<IMG SRC="images/Untitled-1_08.gif" WIDTH=19 HEIGHT=439 ALT=""></TD>
<TD ROWSPAN=2>
<IMG SRC="images/Untitled-1_09.gif" WIDTH=268 HEIGHT=395 ALT=""></TD>
<TD ROWSPAN=3>
<IMG SRC="images/Untitled-1_10.gif" WIDTH=112 HEIGHT=439 ALT=""></TD>
<TD>
<IMG SRC="images/spacer.gif" WIDTH=1 HEIGHT=217 ALT=""></TD>
</TR>
<TR>
<TD ROWSPAN=2>
<IMG SRC="images/Untitled-1_11.gif" WIDTH=80 HEIGHT=222 ALT=""></TD>
<TD>
<IMG SRC="images/spacer.gif" WIDTH=1 HEIGHT=178 ALT=""></TD>
</TR>
<TR>
<TD>
<IMG SRC="images/Untitled-1_12.gif" WIDTH=268 HEIGHT=44 ALT=""></TD>
<TD>
<IMG SRC="images/spacer.gif" WIDTH=1 HEIGHT=44 ALT=""></TD>
</TR>
<TR>
<TD COLSPAN=5>
<IMG SRC="images/Untitled-1_13.gif" WIDTH=496 HEIGHT=4 ALT=""></TD>
<TD>
<IMG SRC="images/spacer.gif" WIDTH=1 HEIGHT=4 ALT=""></TD>
</TR>
</TABLE>
<!-- End ImageReady Slices -->
</BODY>
</HTML>[/QUOTE]
:blush: