Help in jquery selectors

Wrolibefererm

New Member
Hi please refer the following HTML code:\[code\]<div id="content"> <p> <font size='2'> <img src="http://stackoverflow.com/questions/4084095/something.jpg" width="500" height="500" /> this is the text content. this is the text content. this is the text content... </font> </p></div>\[/code\]this is the html code which is being generated from admin section of my web application. I can't modify it and also can't change the structure of the above code. it is generating dynamically.I need to wrap the text content in a html element using jquery wrap() method so that I can put some css on the text content and not on img element.Note: The div element with id "content" is my own, I can access only this using HTML.Please help how to do this?Thanks
 
Top