Quote:
Originally Posted by GCC LLC
Anyone know of a way to make this a fixed width page? I know Lynne mentioned adding a width to the floatcontainer but that doesn't seem to work.
|
If it's not working, then you aren't applying the css correctly.
For width:
HTML Code:
<div style="width:90%" class="floatcontainer">
For width and align center:
HTML Code:
<div style="width:90%; margin:0 auto" class="floatcontainer">