collymellon

msg:613395 | 1:41 pm on Sep 8, 2005 (gmt 0) |
As far as I'm aware there is no defined way to cause a line break in ALT text. I have been waiting to find an answer to this myself..
|
mcibor

msg:613396 | 1:49 pm on Sep 8, 2005 (gmt 0) |
Shacks! What a shame... Thanks anyway!
|
flashfan

msg:613397 | 2:01 pm on Sep 8, 2005 (gmt 0) |
| The title attribute may be set for both A and LINK to add information about the nature of a link. This information may be spoken by a user agent, rendered as a tool tip, cause a change in cursor image, etc. |
| The browser supports plain text rather than html. I don't think you can add linebreak to it.
|
collymellon

msg:613398 | 2:03 pm on Sep 8, 2005 (gmt 0) |
Probably no use to you/bore you silly but its a hugh amount of info about ALT tags.. ALT tags [htmlhelp.com]
|
bruhaha

msg:613399 | 7:32 pm on Sep 8, 2005 (gmt 0) |
This question was answered in this very forum about seven weeks ago. There are two approaches: 1) Use the character entity for a carriage return, which is Thus: <...title="Exemplary website"> (For a full list of character entities, try Googling "HTML Character Codes".) 2) to do any additional styling to your "tooltips", Google "CSS tooltips"
|
choster

msg:613400 | 7:39 pm on Sep 8, 2005 (gmt 0) |
While inserting the entity for a carriage return/linefeed (
 or 
) will produce the desired result in Internet Explorer for Windows, it is not part of any standard and is not supported, for instance, by Gecko browsers on Windows. I have not tested other platforms.
|
bruhaha

msg:613401 | 7:55 pm on Sep 8, 2005 (gmt 0) |
| it is not part of any standard and is not supported, for instance, by Gecko browsers on Windows |
| That is true. . . and a pity. I guess if you really must have the conrol, you must resort to option #2, CSS Tooltips (or to Javascript e.g., overlibmws.js.)
|
dutch_dude

msg:613402 | 10:55 pm on Sep 8, 2005 (gmt 0) |
A floating element may be more like what you want, can put in a nice icon and styled text in it too for example. Easy to achieve with javascript.
|
RayofTennessee

msg:613403 | 2:09 am on Sep 9, 2005 (gmt 0) |
Why not just give goth words their own link? i.e. <a href="mysite.htm">My</a><br /><a href="mysite.htm">Website</a> If there is another way around this I don't know of one but this should give you the same effect. Or if you really need to have the information split across rows just shorten the width (css or td cell) so it will have no choice but to word wrap across two lines.
|
mcibor

msg:613404 | 4:00 pm on Sep 9, 2005 (gmt 0) |
Because the alt text is just more info about sth: In this example it's more info about the person online: <a href="person.html?id=212" title="More info 
 and even more info">Andrew Watson</a> You see why is that? The link is short because it's a list. If anybody knows Andrew Watson it's not him :) Thanks guys for the answer! To know that sth cannot be done is also information. Best regards Michal Cibor
|
|