Brad.exe Posted April 28, 2010 Share Posted April 28, 2010 The box that being pointed to with the red arrow is the issue. I need to understand why this code isn't just letting the text sit beside the check box instead of ontop. EDIT: This is /probably/ the wrong place to ask but I'm starting to get annoyed. Code Link: http://www.oceanicviewstudios.com/register/code.txt ~Brad.exe [attachment deleted by admin] Link to comment https://forums.phpfreaks.com/topic/200033-register-form-problem/ Share on other sites More sharing options...
canadabeeau Posted April 28, 2010 Share Posted April 28, 2010 have you set the check box in CSS to 10% width or similar becuase it needs to be less so the text will sit next to, just one idea Link to comment https://forums.phpfreaks.com/topic/200033-register-form-problem/#findComment-1049884 Share on other sites More sharing options...
Brad.exe Posted April 28, 2010 Author Share Posted April 28, 2010 There isn't a CSS tag in our CSS for the checkbox. My partner just went ahead and used one on the code its self instead of fooling with CSS since he claims he has no experience. <div style="vertical-align: middle; height: 100px;" align="center"> I agree<input type="checkbox" name="agree" value="agree" /> Link to comment https://forums.phpfreaks.com/topic/200033-register-form-problem/#findComment-1049887 Share on other sites More sharing options...
KevinM1 Posted April 28, 2010 Share Posted April 28, 2010 So, was that div just added by your partner, or was it there originally? Link to comment https://forums.phpfreaks.com/topic/200033-register-form-problem/#findComment-1049921 Share on other sites More sharing options...
Brad.exe Posted April 28, 2010 Author Share Posted April 28, 2010 /Sorry about the misplacement. :-\/ But yeah he added the DIV, and he's always complaining about using TABLES and I'm like uggh, really? Link to comment https://forums.phpfreaks.com/topic/200033-register-form-problem/#findComment-1050076 Share on other sites More sharing options...
n000bie Posted April 29, 2010 Share Posted April 29, 2010 Add width to this div <div style="vertical-align: middle; height: 100px; width:200px" align="center"> I agree<input type="checkbox" name="agree" value="agree" /> Link to comment https://forums.phpfreaks.com/topic/200033-register-form-problem/#findComment-1050331 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.