Posts: 2,536
Location: Western Maryland
|
I found this markup (twice) on your page which will clearly not present an image properly (has no src attribute):
HTML Code:
<img width="3" height="42" alt="" border="0">
I also notice that in a lot of cases on your page you have surrounded an image with strong tags. I am not aware that this has any effect on an image. Take those out.
Another point: some servers don't care -- some do -- but you have "Images/" for some of your image paths and "images/" for others -- make them consistent with the capitilization you are using on the server. That could certainly be causing an image not to be rendering properly.
Another instance of bad markup -- and this is the instance of an image that did not show properly on the page I loaded (in reference to your question).
HTML Code:
<img name="" src="" width="150" height="125" alt="">
__________________
—Kyrnt
|