  TexasGuy 49 States And Texas Premium join:2002-12-02 Houston, TX | HTML "alt" tag
Is it possible to include in HTML ALT tag something to force it to break line? -- Who drank has died, who drinks will die. Is he immortal who is sober? |
|
  rjackson Premium,Mod join:2002-04-02 Ringgold, GA clubs: | I don't think so.
The purpose of the ALT tag is to provide a description of the image for text-based browsers.
It's a shot in the dark, but you might try a "\n" inside your alt tag and see if that does it. I highly doubt it though. |
|
  Big_D Premium join:2003-06-02 Augusta, GA | reply to TexasGuy This worked for me in IE 6.
<img src="" alt="test test">
-- You want the truth? You can't handle the truth! |
|
 anthrorules Premium join:2003-09-14 Rollinsville, CO
·Qwest.net
·IonSKY
| reply to rjackson quote:
The purpose of the ALT tag is to provide a description of the image for text-based browsers.
Not only for text-based browsers, but also for those people who disable graphics in their GUI-based browsers, and also for people with visual impairments.
Check out the following website:
»www.section508.gov/ »www.w3.org/WAI/
You could consider using the longdesc attribute, which would allow you to provide a formatted description of the images in your web pages. -- Earthlink/Direcway SRS - DW4000 | ver. 4.2.1.10 | Proxy/Port 83 | G4R | 970 | Dell Dimension 4550 - WinXP Pro SP1 - 256MB Ram |ZA+ 4.5 | AVG 7.0 - Resident | BitDefender 7.1 Free - On-Demand |TR | Ad-Aware | SpyBot S&D | MailWasher Pro |
|
  TexasGuy 49 States And Texas Premium join:2002-12-02 Houston, TX | reply to Big_D Yeah, in IE it works. Thanks. |
|
  Big_D Premium join:2003-06-02 Augusta, GA | No problem, glad its working for you. |
|
  justin Australian join:1999-05-28 Brooklyn, NY | reply to TexasGuy The correct way to create tooltips over anything is TITLE= ALT= is for text browsers for images only. |
|
  Nutty Hiker Premium join:2002-07-25 Rancho Cucamonga, CA
·Charter Pipeline
| The man knows of what he speaks! Why is it that people neglect the TITLE attribute?
said by justin : The correct way to create tooltips over anything is TITLE= ALT= is for text browsers for images only.
-- <?php include("customSig.inc"); ?> |
|