J
jack
Hello,
I'm having a rather strange problem that has only recently occurred. If you
visit this link: http://www.laughinglemon.ch/en/season.htm and click on
'artichoke' you should have a new window open with information about this
vegetable. There should be two images that also appear, but do not. This
is the same with all of the listings on this page. If I go to my code on my
side and look at the file for artichoke, I have the following html code:
<td width="190" height="160"><p align="left"><img border="0"
style="border:1px solid #cccccc" src="../../images/season/v_artichoke2.jpg"
width="180" height="150"></p></td>
<td width="195" height="160"><p align="left"><img border="0"
style="border:1px solid #cccccc" src="../../images/season/v_artichoke.jpg"
width="180" height="150"></p></td>
Now, I know the images are loaded on the remote side, and so I am
thinking...hmm...why are the images not loading when I look at the page
live? When I open the same file on the remote side, I have exactly the same
code, so things should be working...When I look at the live code by viewing
the source, I notice the following code:
<td width="190" height="160"><p align="left"></p></td>
<td width="195" height="160"><p align="left"></p></td>
The entire image portion of the code is not loading, but everything else
seems to be ok. Does anyone have any ideas on what could be causing this
problem?
Thanks,
Jack
I'm having a rather strange problem that has only recently occurred. If you
visit this link: http://www.laughinglemon.ch/en/season.htm and click on
'artichoke' you should have a new window open with information about this
vegetable. There should be two images that also appear, but do not. This
is the same with all of the listings on this page. If I go to my code on my
side and look at the file for artichoke, I have the following html code:
<td width="190" height="160"><p align="left"><img border="0"
style="border:1px solid #cccccc" src="../../images/season/v_artichoke2.jpg"
width="180" height="150"></p></td>
<td width="195" height="160"><p align="left"><img border="0"
style="border:1px solid #cccccc" src="../../images/season/v_artichoke.jpg"
width="180" height="150"></p></td>
Now, I know the images are loaded on the remote side, and so I am
thinking...hmm...why are the images not loading when I look at the page
live? When I open the same file on the remote side, I have exactly the same
code, so things should be working...When I look at the live code by viewing
the source, I notice the following code:
<td width="190" height="160"><p align="left"></p></td>
<td width="195" height="160"><p align="left"></p></td>
The entire image portion of the code is not loading, but everything else
seems to be ok. Does anyone have any ideas on what could be causing this
problem?
Thanks,
Jack