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

2014-06-18 Thread Hahnel, Fred (DET-MRM)
, 2014 7:27 PM To: CSS-D Subject: [css-d] Right col jumps to next line 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

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

2014-06-18 Thread MiB
jun 18 2014 19:10 Hahnel, Fred (DET-MRM) fred.hah...@mrm-mccann.com: You need to use inline css with all your code. Don't use div 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

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.

[css-d] Right col jumps to next line

2014-06-17 Thread J.C. Berry
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? !DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.01 Transitional//EN

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 table. In the future, it would be helpful if you created a jsfiddle.net with

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 jcharlesbe...@gmail.com 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

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

2014-06-17 Thread Tom Livingston
style type=text/css body{background-color:#d0d0d0;font:14px tahoma;padding:0;margin:0;}/*Which font to use be default?*/ #emailwrapper{width:660px;margin:0 auto;padding:0;} #email_hdr{height:65px;vertical-align:middle;padding:0;margin:0;} #email_hdr