Results 1 to 4 of 4

Thread: alt message

  1. #1
    Join Date
    Aug 2005
    Posts
    200
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default alt message

    alt="Physical Education | Government" I would like these two things to be on top of each other instead of beside each other. What do I have to typ it in as to have it like that. JF

  2. #2
    Join Date
    Aug 2005
    Location
    Other Side of My Monitor
    Posts
    3,494
    Thanks
    5
    Thanked 105 Times in 104 Posts
    Blog Entries
    1

    Default

    The easyiest way to to run a CSS and in there state the size of your ALT bounding box. Make it small enough so that the words are FORCED to be ontop of each other.

    For an example try this script...

    http://www.dynamicdrive.com/dynamici...tmltooltip.htm

    just need the "width" of the box to be just bigger than your longest word.

    I am sure there are other ways as well, but this is simple.
    {CWoT - Riddle } {Freelance Copywriter} {Learn to Write}
    Follow Me on Twitter: @InkingHubris
    PHP Code:
    $result mysql_query("SELECT finger FROM hand WHERE id=3");
    echo 
    $result

  3. #3
    Join Date
    Dec 2004
    Location
    UK
    Posts
    2,358
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Quote Originally Posted by Freeman
    alt="Physical Education | Government"
    That doesn't seem to be a good choice of alternative text. When you view the document with images disabled, does that replacement make sense?

    I would like these two things to be on top of each other instead of beside each other.
    Which two things? 'Physical Education' and 'Government'?

    What do I have to typ it in as to have it like that.
    Nothing, because you can't. The value of the alt attribute is a simple string replacement used when the image cannot be shown. You cannot format it beyond the text formatting properties in CSS.

    Mike

  4. #4
    Join Date
    Aug 2005
    Posts
    200
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default ?

    Well thats crap. Why dosen't someone script somethng new that can do that.

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
  •