Mafiabusiness Posted October 7, 2012 Posted October 7, 2012 http://i.imgur.com/Ie4HN.png How do i move this to the left? or under the picture? { print " <tr> <td colspan=2><img src='captcha_verify.php?bgcolor=C3C3C3' width='170' height='88'/><br /></td> <td><b>Enter Captcha Code</b></td><td colspan=2><div class='reg_namebox'><input type='text' name='captcha' /></td> </tr> "; } print " <tr> <td colspan=3 align=center><div class='reg_nametxt'><input type=submit value=$rreg id='reg_btn' style='color:#000;></td> </tr> </table><div class='regtop'> </div> </form><br />"; Tell me if you need more parts of the code. Quote
mixmaster Posted October 7, 2012 Posted October 7, 2012 (edited) replace <td colspan=2><img src='captcha_verify.php?bgcolor=C3C3C3' width='170' height='88'/></td><td><b>Enter Captcha Code</b></td><td colspan=2><div class='reg_namebox'><input type='text' name='captcha' /></td></tr> "; with <td colspan=2><img src='captcha_verify.php?bgcolor=C3C3C3' width='170' height='88'/></td><tr><td><b>Enter Captcha Code</b></td></tr><td colspan=2><div class='reg_namebox'><input type='text' name='captcha' /></td> </tr> "; Edited October 7, 2012 by mixmaster Quote
Mafiabusiness Posted October 7, 2012 Author Posted October 7, 2012 replace <td colspan=2><img src='captcha_verify.php?bgcolor=C3C3C3' width='170' height='88'/></td><td><b>Enter Captcha Code</b></td><td colspan=2><div class='reg_namebox'><input type='text' name='captcha' /></td></tr> "; with <td colspan=2><img src='captcha_verify.php?bgcolor=C3C3C3' width='170' height='88'/></td><tr><td><b>Enter Captcha Code</b></td></tr><td colspan=2><div class='reg_namebox'><input type='text' name='captcha' /></td> </tr> "; Thank you! How can i make that box white? Because i got a black background and it's not so very visible. Quote
rulerofzu Posted October 7, 2012 Posted October 7, 2012 http://lmgtfy.com/?q=css Will provide you with everything you need. Quote
Mafiabusiness Posted October 7, 2012 Author Posted October 7, 2012 http://lmgtfy.com/?q=css Will provide you with everything you need. I'm a novice. Quote
rulerofzu Posted October 8, 2012 Posted October 8, 2012 So was everyone when they started. Difference is trying to do it yourself and if you cannot then posting what you have tried so learning from your mistakes instead of asking for it to be handed to you without trying. This is basic css styling. Something you should know already before attempting to make a game. Your trying to run before you can walk. Quote
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.