If I understand you correctly, you want the site to be a fluid design. If so, then you need to load up your index.php from the template directory and search for the statement:
<table id="main" class="minimal" width="809">
Change it to:
<table id="main" class="minimal" width="100%">
ok i did that & expermented some more. i have the layout in
the position where i want it but the only problem is now that
is the td_bottom image in my css template i want to it on the
far right & i do not know how?
here is the code for td_bottom
td.bottom {
text-align: center;
height: 30px;
color: #999999;
line-height: 30px;
vertical-align: top;
background: url(../images/bottom_bg.png) repeat-x;
}
what do i need to modify?