motionsync 0 Posted February 8, 2006 I have some problems to put some photos on the web I have try everything and every combination in Photoshop for Save for the web but when the photo is online it doest show up?? You see what i mean? I have done dosnet off webpages but this is really strange to me.... any tips? lambis Share this post Link to post Share on other sites
segal3 0 Posted February 8, 2006 Are the photos uploaded and linked to their location on the web, not a location on your harddrive? Is it above the text layer in Dreamweaver? When you preview the page in Dreamweaver (in the browser), does it show up then? ~Matt Segal Share this post Link to post Share on other sites
motionsync 0 Posted February 8, 2006 Are the photos uploaded and linked to their location on the web, not a location on your harddrive? linked to their location on the web, Is it above the text layer in Dreamweaver? yes. When you preview the page in Dreamweaver (in the browser), does it show up then? yes the show up Share this post Link to post Share on other sites
Giles 1 Posted February 8, 2006 it will be the path path or the root ... show us the code .. or the webpage and we can tall you better ... Share this post Link to post Share on other sites
motionsync 0 Posted February 8, 2006 http://www.tripledepth.com/program.html crazy there is a line in the code: <td><IMG SRC="pictures/banner/program.jpg" ALT="" WIDTH="700" that is missing if the page in online Code in Dreamweaver <table width="700" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td><IMG SRC="pictures/banner/program.jpg" ALT="" WIDTH="700" HEIGHT="200" BORDER="0"></td> </tr> </table> <TABLE WIDTH="700" BORDER="0" align="center" CELLPADDING="0" CELLSPACING="0" STYLE="background-color:#29292A;"> Code in internet explorer online <table width="700" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td> </td> </tr> </table> <table width="700" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td></td> </tr> </table> <TABLE WIDTH="700" BORDER="0" align="center" CELLPADDING="0" CELLSPACING="0" STYLE="background-color:#29292A;"> Share this post Link to post Share on other sites
segal3 0 Posted February 8, 2006 All the photos show up on that site...including the one you said was missing. ~Matt Segal Share this post Link to post Share on other sites
Giles 1 Posted February 8, 2006 ditto ... it's all good and shows up fine at my end too code looks fine ok .. maybe the images src could use a / infront like <IMG SRC="/pictures/banner/program.jpg" ALT="" WIDTH="700" HEIGHT="200" BORDER="0"> Share this post Link to post Share on other sites
motionsync 0 Posted February 8, 2006 So it is my Internet explorer that is spooky? Share this post Link to post Share on other sites
segal3 0 Posted February 8, 2006 I'm using Firefox...you could try reloading, see if that works. ~Matt Segal Share this post Link to post Share on other sites
motionsync 0 Posted February 8, 2006 i have reloas nad clean the cache the same . i have try to with a / infront like the same. anyway if the webpage looks good in other browsers thats fine with me :-) Share this post Link to post Share on other sites
segal3 0 Posted February 8, 2006 Just confirmed in IE6, and all photos load there. Something screwy on your side I suppose ~Matt Segal Share this post Link to post Share on other sites
motionsync 0 Posted February 8, 2006 the must be Matt. i will try to reinstall internet exlorer Man i have lost houers to try to find a problem that is not existing...:-) Thanks guys for all the help Share this post Link to post Share on other sites