+ Post New Thread
Results 1 to 10 of 10
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" ...
  1. #1

    Join Date
    Jul 2008
    Posts
    26
    Thank Post
    3
    Thanked 1 Time in 1 Post
    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!

  2. #2

    mac_shinobi's Avatar
    Join Date
    Aug 2005
    Posts
    6,577
    Thank Post
    838
    Thanked 583 Times in 546 Posts
    Rep Power
    163
    Quote Originally Posted by tea_and_toast View Post
    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 08:49 PM.

  3. #3

    Join Date
    Jul 2008
    Posts
    26
    Thank Post
    3
    Thanked 1 Time in 1 Post
    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!

  4. #4

    Join Date
    Jul 2008
    Posts
    26
    Thank Post
    3
    Thanked 1 Time in 1 Post
    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!

  5. Thanks to tea_and_toast from:

    tania (22nd July 2009)

  6. #5

    Join Date
    Jul 2009
    Posts
    1
    Thank Post
    1
    Thanked 0 Times in 0 Posts
    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!

  7. #6
    mossj's Avatar
    Join Date
    Dec 2008
    Location
    Leicester
    Posts
    1,466
    Thank Post
    157
    Thanked 189 Times in 174 Posts
    Rep Power
    46
    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.

  8. #7

    mac_shinobi's Avatar
    Join Date
    Aug 2005
    Posts
    6,577
    Thank Post
    838
    Thanked 583 Times in 546 Posts
    Rep Power
    163
    Quote Originally Posted by mossj View Post
    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 '>' ??

  9. #8
    Batman's Avatar
    Join Date
    Mar 2009
    Location
    Northampton
    Posts
    941
    Thank Post
    115
    Thanked 118 Times in 74 Posts
    Rep Power
    34
    Quote Originally Posted by mac_shinobi View Post
    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>

  10. #9

    mac_shinobi's Avatar
    Join Date
    Aug 2005
    Posts
    6,577
    Thank Post
    838
    Thanked 583 Times in 546 Posts
    Rep Power
    163
    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

  11. #10
    p858snake's Avatar
    Join Date
    Dec 2008
    Location
    Queensland
    Posts
    1,381
    Blog Entries
    2
    Thank Post
    25
    Thanked 164 Times in 140 Posts
    Rep Power
    44
    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" />

SHARE:
+ Post New Thread

Similar Threads

  1. Websearch not displaying
    By DSapseid in forum EduGeek Joomla 1.0 Package
    Replies: 0
    Last Post: 26th September 2008, 10:19 AM
  2. Outlook not displaying FROM field
    By MK-2 in forum Windows
    Replies: 3
    Last Post: 23rd September 2008, 05:48 PM
  3. IE7 not displaying Menus
    By kerlj001 in forum EduGeek Joomla 1.0 Package
    Replies: 5
    Last Post: 24th February 2008, 09:28 PM
  4. [CLOSED] Bug/Error: Signature not displaying correctly
    By kearton in forum EduGeek.net Site Problems
    Replies: 2
    Last Post: 9th January 2008, 10:20 AM
  5. Displaying AUP
    By richard.thomas in forum Windows
    Replies: 6
    Last Post: 2nd November 2007, 11: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
  •