EduGeek Joomla 1.0 Package Thread, images not displaying in IE in Projects:; I've got a content item in which I have put the following code:
<table align="center" width="600px">
<tr"><td><a href="http://www.websitename.co.uk/index.php?option=com_content&task=view&id=19&Itemi d=22" style="text-decoration:none" ...
-
24th February 2009, 07:33 PM #1
- Rep Power
- 0
images not displaying in IE
I've got a content item in which I have put the following code:
<table align="center" width="600px">
<tr"><td><a href="http://www.websitename.co.uk/index.php?option=com_content&task=view&id=19&Itemi d=22" style="text-decoration:none" ><img src ="http://www.websitename.co.uk/images/stories/content/p1.jpg"></a></tr>
</tr>
</table>
Now, this all displays fine in Safari. In IE and Firefox the images do not display. Can't work it out for life of me!
-
-
IDG Tech News
-
24th February 2009, 07:44 PM #2 
Originally Posted by
tea_and_toast
I've got a content item in which I have put the following code:
Now, this all displays fine in Safari. In IE and Firefox the images do not display. Can't work it out for life of me!
Code:
<table align="center" width="600px">
<tr>
<td>
<a href="http://www.websitename.co.uk/index.php?option=com_content&task=view&id=19&Itemi d=22" style="text-decoration:none"</a>
<img src ="http://www.websitename.co.uk/images/stories/content/p1.jpg" alt="This is an image">
</td>
</tr>
</table>
Last edited by mac_shinobi; 24th February 2009 at 07:49 PM.
-
-
24th February 2009, 08:12 PM #3
- Rep Power
- 0
I'd forgotten to add a </td> tag, silly me. But I've validated the code now and I still can't view the images on some browsers?
Thanks for the help!
-
-
24th February 2009, 09:11 PM #4
- Rep Power
- 0
Baffled by how this worked, but thought I'd write how I fixed this in case anyone else reads the thread! I copied my jpg image into a new photoshop file, re-saved it, re-uploaded it and it worked... strange!
-
Thanks to tea_and_toast from:
-
22nd July 2009, 10:31 PM #5
- Rep Power
- 0
thank you!!
your final entry saved me as i was stumped and under a crunch deadline - it finally worked to just resave the images that were only not displaying in ie - thank you again!
-
-
22nd July 2009, 11:17 PM #6 Mac you missed out a '>' in there i'll leave it to you to edit it
also I think she wanted to use the picture as a link.
Just a FYI but pictures as links are bad according to the DDA unless theres a text counterpart.
-
-
23rd July 2009, 08:27 AM #7 
Originally Posted by
mossj
Mac you missed out a '>' in there i'll leave it to you to edit it

also I think she wanted to use the picture as a link.
Just a FYI but pictures as links are bad according to the DDA unless theres a text counterpart.
where did I miss out a '>' ??
-
-
23rd July 2009, 08:35 AM #8 
Originally Posted by
mac_shinobi
where did I miss out a '>' ??
Code:
<a href="http://www.websitename.co.uk/index.php?option=com_content&task=view&id=19&Itemi d=22" style="text-decoration:none"</a>
Should be
Code:
<a href="http://www.websitename.co.uk/index.php?option=com_content&task=view&id=19&Itemi d=22" style="text-decoration:none"></a>
-
-
23rd July 2009, 08:39 AM #9 cheers for that - however I dont get the edit button for the above post of mine so can not edit it and yes I am logged in
-
-
23rd July 2009, 08:50 AM #10 You also didn't close the img tag, but that doesn't really matter unless you want it fully valid.
<img src ="http://www.websitename.co.uk/images/stories/content/p1.jpg" alt="This is an image"
/>
-
-
11th June 2012, 01:29 AM #11
- Rep Power
- 0
IE won't display images, but Firefox does
I have IE 9, & Firefox 12
What do I need to add or change for JPG images to display in IE?
Here is my code:
<html>
<head>
<!--Classic Car Pictures-->
</head>
<body bgcolor="F0F0FF" text="000000" link"0000FF" vlink="FF0000" alink="FF0000">
<h1 align=center>Classic Cars</h1>
<table border="0" width="95%">
<tr>
<td>
<p align=center><b>1933 Roadster</b></p>
</td>
</tr>
<tr>
<td>
<center>
<img src="/dlfiles/ClassicCars/33Roadster.jpg" height="75%" width="75%" />
</center>
</td>
</tr>
<tr>
<td>
<p align=center><b>1957 Chevy</p>
</td>
</tr>
<tr>
<td>
<center>
<img src="/dlfiles/ClassicCars/57Chevy.jpg" height="75%" width="75%">
</center>
</td>
</tr>
<tr>
<td>
<p align=center><b>1962 Ferrari</p>
</td>
</tr>
<tr>
<td>
<center>
<img src="/dlfiles/ClassicCars/62Ferari.jpg" height="75%" width="75%">
</center>
</td>
</tr>
<tr>
<td>
<p align=center><b>1965 Chevy</p>
</td>
</tr>
<tr>
<td>
<center>
<img src="/dlfiles/ClassicCars/65Chevy.jpg" height="75%" width="75%">
</center>
</td>
</tr>
<tr>
<td>
<p align=center><b>Mustang</p>
</td>
</tr>
<tr>
<td>
<center>
<img src="/dlfiles/ClassicCars/Mustang.jpg" height="75%" width="75%">
</center>
</td>
</tr>
<tr>
<td>
<p align=center><b></p>
</td>
</tr>
<tr>
<td>
<center>
<img src="/dlfiles/ClassicCars/0610121047.jpg" height="75%" width="75%">
</center>
</td>
</tr>
<tr>
<td>
<p align=center><b></p>
</td>
</tr>
<tr>
<td>
<center>
<img src="/dlfiles/ClassicCars/0610121051.jpg" height="75%" width="75%">
</center>
</td>
</tr>
<tr>
<td>
<p align=center><b></p>
</td>
</tr>
<tr>
<td>
<center>
<img src="/dlfiles/ClassicCars/0610121111.jpg" height="75%" width="75%">
</center>
</td>
</tr>
</table>
</body>
</html>
-
SHARE: 
Similar Threads
-
By DSapseid in forum EduGeek Joomla 1.0 Package
Replies: 0
Last Post: 26th September 2008, 09:19 AM
-
Replies: 3
Last Post: 23rd September 2008, 04:48 PM
-
By kerlj001 in forum EduGeek Joomla 1.0 Package
Replies: 5
Last Post: 24th February 2008, 08:28 PM
-
By kearton in forum EduGeek.net Site Problems
Replies: 2
Last Post: 9th January 2008, 09:20 AM
-
By richard.thomas in forum Windows
Replies: 6
Last Post: 2nd November 2007, 10:41 AM
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules