Welcome to TalkGraphics.com
Results 1 to 10 of 239

Threaded View

  1. #11

    Default Re: Show Us Your Website!

    squeaky, alt and title are not tags.
    You don't need to worry about the (real) <IMG tag in Xtreme, it's done automatically when exporting, it's not something you need to add anywhere.

    But FYI, the image tag looks like this:

    <img src=picture.jpg>

    It's a tag because it starts with a 'lesser-than' symbol '<' and ends with a 'greater-than' symbol '>'.
    alt or title are 'attributes' which add things to the image properties. For example;

    <img src="picture.jpg" alt="picture of a rabbit">
    This will show the words 'Picture of a rabbit' on the page when the browser cannot show the actual image.

    <img src="picture.jpg" title="picture of a rabbit">
    This will show the words 'Picture of a rabbit' as a tooltip when you hover the mouse over the image on the page.

    <img src="picture.jpg" alt="picture of a rabbit" title="picture of a rabbit">
    This will show the words 'Picture of a rabbit' on the page when the browser cannot show the actual image AND show the words 'Picture of a rabbit' as a tooltip when you hover the mouse over the image on the page.
    Last edited by steve.ledger; 22 April 2008 at 06:02 PM. Reason: typos

 

 

Tags for this Thread

Bookmarks

Posting Permissions

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