View Single Post
  #2 (permalink)  
Old 09-02-2010, 09:02 AM
blueguy blueguy is offline
Junior Member
 
Join Date: 09-02-10
Location: Poland
Posts: 5
iTrader: 0 / 0%
Hi

You can't do it as you think. Background is the background so the content will be always at the top of it.
You can add padding-right and then it will create a spacing from right border.

Other way- You can add <img /> tag (which is your image) at the beginning, before any text in your blockquote and add style property float: right for this image.
Then your image will float to the right top corner and text will be around. But it requires adding of image...
 
Reply With Quote