Results 1 to 2 of 2

Thread: Help me to show the image in my site

  1. #1
    Join Date
    Feb 2008
    Posts
    1

    Arrow Help me to show the image in my site

    I have an icon Logo1.gif downloaded on /home/dhivya/html/ folder.

    But I can't make it to work on my simple homepage. What line shall I enter

    on /home/dhivya/html/myhomepage.html file?

    I tried something like <A

    HREF="file:///home/dhivya/html/logo1.gif">logo</A>
    etc.

    It can't work. Only the word logo displayed on the homepage. Please

    advise. TIA


    On browser URL box;
    file:///home/satimis/html/logo1.gif

    displaying it and working.


    Furthermore how to control its rotation speed and the size of this icon w/o

    re-edit it on graphic software.

  2. #2
    Join Date
    Feb 2006
    Location
    Salisbury UK
    Posts
    4,332
    The code for a simple link is:-

    <a href="logo1.gif">logo</a>

    where the logo1.gif is in the same folder (html) as the html file. You don't need to state the other folders in this case.

    If your logo1.gif is in another folder you need to link to the folder. See the rules on this page:-

    http://www.wickham43.supanet.com/tut...ml#targetlinks

    Furthermore how to control its rotation speed and the size of this icon w/o
    re-edit it on graphic software.


    If it's an animated gif, then form a new gif. http://www.whitsoftdev.com/unfreez/ is a simple program.
    Code downloaded to my PC will be deleted in due course.
    WIN7; IE9, Firefox, Opera, Chrome and Safari for Windows; screen resolution usually 1366*768.
    Also IE6 on W98 with 800*600 and IE8 on Vista 1440*900.

Similar Threads

  1. 4 Steps to Attract Site Visitors to Image Gallery
    By useful in forum Web Design, HTML Reference and CSS
    Replies: 0
    Last Post: 29 Aug 2006, 03:04 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •