f500designs Posted December 3, 2008 Share Posted December 3, 2008 This is making me pull my hair out: http://www.bluesanddesign.com/gemini/contactus.php Scroll down to where the user will select the "Contact Me Via" checkboxes. The options are on top of each other and I want them to be side by side. Here is the CSS code for that section. Any ideas?? form.ddfm .fmcheck { width: 65%; float: left; display: block; margin-bottom: 1px; } form.ddfm .fmcheck p { width: 65%; float: left; display: block; margin-bottom: 1px; /* padding: 0; margin: 0 0 5px 0; line-height: 140%; */ } Quote Link to comment Share on other sites More sharing options...
haku Posted December 4, 2008 Share Posted December 4, 2008 Your problem isn't css, it's html. Remove the < br /> tags from between each item. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.