PDA

View Full Version : DIV Extend With Content


VitaminWater
05-24-2009, 04:53 AM
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;
}


<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