maintaining height and width of content block

Permalink
I have one editable area on my site.

How do I maintain the height and width of the block and put a background image into the block so I have a consistent div throughout the site?

trixiemay
 
SVijay replied on at Permalink Reply
SVijay
Hi,

<div id="sidebar">
         <?php 
         $as = new Area('Sidebar');
         $as->display($c);
         ?>      
      </div>


you can write CSS for the id (sidebar).