I'm in the middle of adding these tooltips to my site. They are being used to explain certain areas on a page. I added some basic html tags inside the title field () to format the tip a little. Tags used were br, ul, li. It works fine but obviously isn't validating. Does this seem like a problem I should avoid?

Comments

psicomante’s picture

You can't avoid it with "title" tag. Also creating the "tip" tag in the html code, won't be validated. You should create a CSS class for styling tooltips.

psicomante’s picture

Status: Active » Fixed
mstef’s picture

I guess you didn't fully understand my question. That's alright. For anyone else facing this situation, you can use betterTips (jquery) and just set up an ajax-function to return a tooltip of any kind (with html tags).

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.