,hml not accepting formatting
I notice that .html doesn't take any formatting, as I'm trying to do on line 4 below.
- $('<div></div')
- .attr({id: "make_link_tip"})
- .addClass('ed_tip_top_row')
- .html('External target: <code>http://amazon.com</code>.')
- .prependTo('#make_link');
It won't even take <b> . . .</b>
Is there a way to format some of the text?
Thanks