[EMAIL PROTECTED] wrote:

template that is fixed and centred as in <snip/> - i.e. one that will resize 
properly to 800x600 resolution.

Which is it, fixed or fluid (resizes)?

Does anyone know where I can find a decent 4 column css template to use?

You might find something at http://css-discuss.incutio.com/?page=FrontPage

If the columns' source order is the same as their presentational order (or reversed), then floating them could work. Even if they are in the wrong order, by combining floating and relative positioning the desired effect can be achieved. The biggest problem with such a layout is IE's resizing of boxes to fit contents. IIRC, setting {overflow : visible;} might solve that. (I know visible is the default, but don't forget we're talking about IE here.)
******************************************************
The discussion list for http://webstandardsgroup.org/


See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list & getting help
******************************************************



Reply via email to