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; }How can i get the above DIV extend with the php content i put inside it?Code:<blockquote> <div> <?php echo $entrytext ?> </div> </blockquote>
Thank you



Reply With Quote
Bookmarks