Code:
blockquote {
  background: transparent url(top-left.png) left top no-repeat;
}
blockquote div {

  padding: 0 48px;
  background: transparent url(bottom-right.png) right bottom no-repeat;
}
Code:
<blockquote>
<div>
<?php echo $entrytext ?>
</div>
</blockquote>
How can i get the above DIV extend with the php content i put inside it?
Thank you