css - How can i add a line-break on a costume tooltip? -


how can add line-break on costume tooltip? css or jquery 1 , not sure how , it's simple native tooltips using 
 doesn't work costume 1 , , makes displaying info hard , example:

 name:john smith age:15 hair-color:green . . . 

so solution?

if use simple line break &#13; or \n , have set white-space: pre; preserve line breaks , white space. or may transform each &#13; line break html tag <br /> in backend or via js.

see: https://developer.mozilla.org/en-us/docs/css/white-space


Popular posts from this blog

Php - Delimiter must not be alphanumeric or backslash -

c# - How to change the "Applies To" field under folder auditing options programatically (.NET) -

c++ - Ambiguity when using boost::assign::list_of to construct a std::vector -