Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

picture problem 2

Status
Not open for further replies.

lmanuelab

Programmer
Joined
Dec 30, 2004
Messages
39
Location
US
i already uploaded my pictures and html files but the pictures are not showing
 
Maybe if you told us where the site is? or showed us the code that displays the pictures? and showed us a folder structure on the server?

________________________________________________________________
If you want to get the best response to a question, please check out FAQ222-2244 first.
'If we're supposed to work in Hex, why have we only got A fingers?'
Drive a Steam Roller
 
what's your code?, did you make sure they're in the right folder or are being accessed correctly?.

ie
Code:
<img src="foldername/imagename.jpg">
 
yes they are in the correct format. everything worked before i uploaded everything now only some work
 
Code:
<A href="commercial.html"><img src="hotelpic.gif"  /a>

Code:
<a href="commercial.html"><img src="hotelpic.gif"></a>

It all loads for me.
 
i don't know why the link for wood blinds dont work
 
the pictures in my slide show don't work
 
I don't think the problem is in your HTML/CSS, it seems to me to be more to do with where the *.html and *.jpg files are placed on the server.
 
Check spelling and cases (upper/lower).
 
HTML isn't case sensitive, but it could be spelling errors.
 
they are all place in the same folder if they wouldn't be all should't work but some are working
 
have you tried uploading the images and html pages that don't display?.
 
yes but they have the same problems
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top