Hello, I'm using the 'title' tag to display information about an image. But i want to write multi-line text. When i use this code: <img src="http://someimage" title=" blah blah blah yada yada yada "> Code (markup): I get the text: "blah blah blahyada yada yada". How can i show multi-line text correctly? thank ahead.
In general the answer is : this is not possible. There is no strictly difined restriction how to display attribute "title" ( www .w3. org/TR/html4/struct/global.html#h-7.4.3 ) So browsers display it different ways. You will have line break for attribute "title" in IE, but FF will deside itself where to break the line if it's too long.
I see, is there any other way i can get a multi-line tool tip for an image (or link or anything), without using code (java etc.). I want to use this in forum posts and i can't use coding.