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] Quote Link to comment 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 Quote Link to comment 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" /> Quote Link to comment 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? Quote Link to comment 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? Quote Link to comment 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" /> 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.