[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