Re: [css-d] Right col jumps to next line

2014-06-18 Thread GJim
Howdy MiB, ~~~ Wednesday, June 18, 2014, 1:22:55 PM (USA 'Somewhere on-the-road time-zone'), you wrote the message that appears below. My reply appears here and/or interspersed within your message. ~~~ > You can also forego HTML email and just use plain text or Rich Text and just > Communicate.

Re: [css-d] Right col jumps to next line

2014-06-18 Thread MiB
jun 18 2014 19:10 Hahnel, Fred (DET-MRM) : > You need to use inline css with all your code. Don't use either. Or > floats. > > Think 1999. > For help: http://www.emailology.org/ Good ideas there I’m sure. You can also forego HTML email and just use plain text or Rich Text and just Communi

Re: [css-d] Right col jumps to next line

2014-06-18 Thread Hahnel, Fred (DET-MRM)
You need to use inline css with all your code. Don't use either. Or floats. Think 1999. For help: http://www.emailology.org/ -Original Message- From: css-d-boun...@lists.css-discuss.org [mailto:css-d-boun...@lists.css-discuss.org] On Behalf Of J.C. Berry Sent: Tuesday, June 17, 201

Re: [css-d] Right col jumps to next line

2014-06-17 Thread Tom Livingston
>

Re: [css-d] Right col jumps to next line

2014-06-17 Thread Tom Livingston
On Tue, Jun 17, 2014 at 7:26 PM, J.C. Berry wrote: > Hello, I have a question about a simple layout here. The width is 660px as > you can see, with the two columns 405px and 240px respectively. I've zeroed > out the margins and padding as needed, but the right col still drops down. > Any ideas? >

Re: [css-d] Right col jumps to next line

2014-06-17 Thread Chris Rockwell
Hi J.C., You have `float:left` on the right column; removing it will resolve the issue you're seeing. Is there another reason why you are using floats in this table layout? Also, you close an un-opened div after your . In the future, it would be helpful if you created a jsfiddle.net with this c