That is correct.. I need it to wrap in a div like you showed above instead of a span. Formatting is not always showing properly across all browsers. Let me give you an example:
http://imagique.client-connect.com/skins/Imagique/feature.aspx?elid=264
Pardon the look of the site (dealing with clients you know) - the left box (location) uses a div tag around the text. The exact text, same code but uses a span tag (Walk-ins Welcome) looses the height, padding etc.
What I need is to make it use divs, not spans since the results differ from browsers to browser with span tags but divs produce the desired editing.
D.