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%; */ } Link to comment https://forums.phpfreaks.com/topic/135420-dd-php-formmailer-help-css/ 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. Link to comment https://forums.phpfreaks.com/topic/135420-dd-php-formmailer-help-css/#findComment-705619 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.