grahamb314 Posted October 26, 2008 Share Posted October 26, 2008 Hi all, I have this box which i want to indent by say 1 or 2 spaces. How would I best do this? Thanks <html> <head> <title>Message Us</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> </head> <body> <form action="/URL REMOVED method="post"> <div align="left">Message Us<br> <textarea name="message" rows="8" cols="16""; ></textarea> <br> <input type="submit" name="submit" value="Send"> </div> </form> </body> </html> Quote Link to comment https://forums.phpfreaks.com/topic/130200-solved-indent-a-message-box/ Share on other sites More sharing options...
BoltZ Posted October 28, 2008 Share Posted October 28, 2008 For every space you want then add right before <textarea> Quote Link to comment https://forums.phpfreaks.com/topic/130200-solved-indent-a-message-box/#findComment-676256 Share on other sites More sharing options...
grahamb314 Posted October 28, 2008 Author Share Posted October 28, 2008 Thanks! Quote Link to comment https://forums.phpfreaks.com/topic/130200-solved-indent-a-message-box/#findComment-676389 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.