From: Andy B. on
When creating css layouts, how would you determine how much room to leave
for text? Is there general rules on it?


From: Alexey Smirnov on
On May 1, 6:42 pm, "Andy B." <a_bo...(a)sbcglobal.net> wrote:
> When creating css layouts, how would you determine how much room to leave
> for text? Is there general rules on it?

There are two kind of layouts, fixed and floating. Set width not in a
fixed pixels but in percentages of the browser size and you will get
dynamic width according amount of text your page would have.