You are not logged in.
Pages: 1
Hi,
I don't think this is the same as the thread "display problems internet explorer mozilla" but could be similar.
I managed to get a third col working on the right hand side with some quotations I interspersed with images, however in Firefox only the quotations/text appears and in Internet Explorer an image box the correct size appears. I've tried making the images smaller but it made no difference. I've tried uploading other images that work elsewhere and it made no difference. Any suggestions?
See http://www.smpyp.org/draft4
Thanks,
at
Offline
Hi,
I don't think this is the same as the thread "display problems internet explorer mozilla" but could be similar.
I managed to get a third col working on the right hand side with some quotations I interspersed with images, however in Firefox only the quotations/text appears and in Internet Explorer an image box the correct size appears. I've tried making the images smaller but it made no difference. I've tried uploading other images that work elsewhere and it made no difference. Any suggestions?
See http://www.smpyp.org/draft4
Thanks,
at
If you put image code into css, then link is relative. If you put code img into theme file then you must use data/themes/name-of-theme/images/carflames.jpg
Now you have:
<img width="130" height="114" alt="" src="images/carflames.jpg."/>Offline
aedintwamley wrote:Hi,
I don't think this is the same as the thread "display problems internet explorer mozilla" but could be similar.
I managed to get a third col working on the right hand side with some quotations I interspersed with images, however in Firefox only the quotations/text appears and in Internet Explorer an image box the correct size appears. I've tried making the images smaller but it made no difference. I've tried uploading other images that work elsewhere and it made no difference. Any suggestions?
See http://www.smpyp.org/draft4
Thanks,
at
If you put image code into css, then link is relative. If you put code img into theme file then you must use data/themes/name-of-theme/images/carflames.jpg
Now you have:
<img width="130" height="114" alt="" src="images/carflames.jpg."/>
IE show empty box when cant find image, ff dont display anything.
Offline
Pages: 1