Jump to content

[SOLVED] Indent a message box


grahamb314

Recommended Posts

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>

Link to comment
https://forums.phpfreaks.com/topic/130200-solved-indent-a-message-box/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.