• questuk

    (@questuk)


    My image is working fine on Mozilla firefox. However, for some baffling reason when I go to my website on IE or Chrome my image won’t open. Can somebody plz tell me how to fix this? My knowlege off css and php is poor.

    My website is https://www.kam-quest.com I know it is a mess at the moment but I have just started.

    I

Viewing 3 replies - 1 through 3 (of 3 total)
  • kmessinger

    (@kmessinger)

    This is the src you have. <img src="KamQuest" The img src should have a file name.

    Example:
    <img src="smiley.gif" alt="Smiley face" height="42" width="42" />

    Thread Starter questuk

    (@questuk)

    Thanks kmessinger for your advice and srry for my late reply. I typed in that path however, the image is still not right. The title appears has >”title=”KamQuest-KamQuest” /> If you or anyone else can tell me how to rectify this I will be very grateful.

    Mark

    kmessinger

    (@kmessinger)

    You entered the SAMPLE code and now you have this, <img src="smiley.gif" alt="smiley face" height"42" width"42" /> kamQuest - kamQuest" />

    It should read img src="whatever your file is named + the extension" alt="whatever you want as an alternate name" height"the height of your image in pixels" width"the width of your image in pixels" />

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Image problem on Chrome and IE’ is closed to new replies.