Re: [css-d] Simple two columns

2005-08-30 Thread Stevio
Lol yeah I still believe in using tables at times for layout, so much more reliable and simple and does what you expect and you don't need workarounds. Stephen - Original Message - From: Rob Agar [EMAIL PROTECTED] Sent: Tuesday, August 30, 2005 2:29 AM How do I stop col2 wrapping

Re: [css-d] Simple two columns

2005-08-30 Thread Holly Bergevin
. Hope that helps, ~holly Thanks, Stephen - Original Message - From: 4css [EMAIL PROTECTED] To: Stevio [EMAIL PROTECTED]; CSS Discuss css-d@lists.css-discuss.org Sent: Friday, August 26, 2005 10:34 PM Subject: Re: [css-d] Simple two columns Hi Stephen How do I go about making two

Re: [css-d] Simple two columns

2005-08-30 Thread Stevio
: [css-d] Simple two columns How do I stop col2 wrapping below col1 however when the browser window is shrunk down in size? (Has to work in IE). table cellspacing=0 tr td class=col1.../td td class=col2.../td /tr /table OK, I'm a green + knobbly troll. But it would work, and it's simple... Rob

RE: [css-d] Simple two columns

2005-08-30 Thread Rob Agar
Stevio: The table solution is so much more reliable, robust, doesn't break, and does what it says on the tin. yep, that's precisely the conclusion I came to. As a programmer, I *do* want to do things properly, but sometimes the correct way is way more painful than it should be. Maybe it's a

RE: [css-d] Simple two columns

2005-08-29 Thread Rob Agar
How do I stop col2 wrapping below col1 however when the browser window is shrunk down in size? (Has to work in IE). table cellspacing=0 tr td class=col1.../td td class=col2.../td /tr /table OK, I'm a green + knobbly troll. But it would work,

Re: [css-d] Simple two columns

2005-08-26 Thread 4css!!!!
Hi Stephen How do I go about making two simple columns to sit side by side to each other using CSS? If you go to this link on the css-d site, you will find some two column layouts, maybe one of these will help you out? http://css-discuss.incutio.com/?page=TwoColumnLayouts More links for