I need to do something like:

This is how far I know:
http://jsbin.com/apikiw/3/edit#preview
The problems is that I can’t put it between the <p /> because it’s dynamic content… how I can solve that?
Thank you!
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The example you have given looks like it has a “float:right;” style on the quotation.
If this is dynamic, you will need to mark is as different to the rest of the content somehow.
This is what I did v quickly:
http://www.cyba.co/test.html
Note in the HTML that the quoted section appears just before the section it’s indented into. If this text is marked as the heading for that section, this is how you should structure the HTML.
[Edited to show CSS and jQuery]
Notes:
This is the principal, but of course you still need to tailor it to your needs, e.g. how the data changes for each usage, identifying where to put the quoted part, etc.
Also if you do use jQuery, don’t forget to include the jQuery script file!
I don’t want to assume too much – are you ok with where to add the CSS and script?