Jump to content

Image Issue


facesoflife

Recommended Posts

I uploaded all of my files again and the images are not showing up still. I am really not sure what to do, anymore suggestions? Thanks. www.thethunderbar.com/thunderwear
They are not showing because you uploaded them to the wrong place. Either move the images to an "image" subfolder or remove that from the code.BTW, if you are going to use tables, and this may be one case where it is valid, then you need to do it correctly. There is no accessibility code in your tables at all.Your code has a few errors on it. The missing </td> after this line is a biggie:<div align="center" class="style16">T-shirt</div>Start moving the styling to a style sheet in addition to what you already have. And add the universal reset to the start of your inline sheet (* {border:0; padding:0; margin:0;}).
Link to comment
Share on other sites

As I have said, you need to check if the file path of the image is correct.e.g. if <img src="html/images/apple.jpg"> the apple.jpg should be inside the folder images and check if the file name is correct.1. file name correct2. path/link is correct

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...