I was wondering if anyone can give me some advice on the topic of templates. I encounter this problem with practically every site I make: I want to create a page layout which will be consistent to all pages of the site. The issue is: the amount of content on each page varies! If it was just a top and bottom to the layout, I have no problem. I just create a template and make the center an editable region and then I can add as much content as I want to each page and the center region will stretch to accomodate the content. Problem is, what if I have a left and right border to this layout? As I add content, I will slowly leave the borders at the top of the page as the content extends downward. I need a way for the borders to extend with the content-WITHOUT RECREATING THE BORDERS FOR EACH PAGE!! Somebody suggested using css but I'm not so familiar with it and I was unsure how to do it.. Thanx in advance.