morgan1122 Posted December 20, 2010 Posted December 20, 2010 } print "<h3>Staff Notepad</h3><hr />"; if($_POST['pad']) { Does anyone know how i can change the size of the box? Quote
SilvaTungDevil Posted December 20, 2010 Posted December 20, 2010 <textarea rows='10' cols='80' name='newnote'></textarea> 10 and 80 are two sizes i specified. Cols make it wider and rows make it taller. IIRC Quote
Equinox Posted December 20, 2010 Posted December 20, 2010 Assuming you're using <textarea> you need to edit rows= and cols= Bah, thanks to slow MWG, someone beat me to it. Quote
morgan1122 Posted December 23, 2010 Author Posted December 23, 2010 can someone post what it should be please as im crap at php/html im learning tho Quote
Curt Posted December 23, 2010 Posted December 23, 2010 <textarea rows='10' cols='80' name='newnote'></textarea> search for textarea in the script and edit the rows='10' and cols='80' to your likings..change these numbers and see how it affects your the page... I would also suggest w3schools.com to teach you some basics of PHP as this is a very basic problem :) Happy Holidays, Curt 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.