View Full Version : Size of TextBox


Milkymoon7896
02-17-2003, 06:48 PM
hi, I am confused on how u resize your text box, see the one I have is part of a tag board, and the html the site I got the tag board form didnt have a width or anything...could you help. Here is the page my tag board is on now..here, lolhttp://www.freewebs.com/flashoflight/index3.html Hope you can help!

Andyman
02-17-2003, 07:14 PM
Could you possibly show the coding for the Text Box? Or you can look over it yourself and change the number where it says "rows" or "cols".

Milkymoon7896
02-17-2003, 09:06 PM
heres my script for my tagboard....


<SCRIPT LANGUAGE="Javascript" TYPE="text/javascript" SRC="tagboard.js"></SCRIPT>
<link rel="stylesheet" href="ricebowl.css" type="text/css">
<table width="160" cellpadding="2" cellspacing="0" border="0">
<tr>
<td width="150" height="200" valign=top>
<iframe src="http://www.tag-board.com/my.tag?name=Light-Flash" name="tag" width="160" height="200"
marginwidth="0" marginheight="0"></iframe>
<script>netscape_support();</script>
</td>
</tr>
<tr>
<td>
<font face="Tahoma" size="2">Brought to you by: Tagboard.com
</td>
</tr>
<tr>
<td>
<form action="http://www.tag-board.com/add.tag" method="post" name="tagform" target="tag">
<input type="hidden" name="name" value="Light-Flash">
<font face="Tahoma" size="2">Name<br>
<input name="tagname" maxlength="20"><br>
<font face="Tahoma" size="2">URL or Email<br>
<input name="tagurl" maxlength="100"><br>
<font face="Tahoma" size="2">Messages(<a href="http://www.tag-board.com/smilies/smilies.htm" onClick="return pop_up_smilies();" target="_blank">smilies</a>)
<br>
<textarea cols="15" rows="3" name="message" wrap>Hey, please keep it clean, Replace this with your own text.</textarea><br>
<input class=button type="submit" value="TAG" style="color:#000000" style="background:#7F0000" onclick="return Clear_Last_Message_on_Sub
mit();">
</form>
<script>rememberme()</SCRIPT>
</td>
</tr>
</table></center></center>

Andyman
02-18-2003, 01:09 AM
just change the numbers in bold:

<textarea cols="15" rows="3" name="message" wrap>Hey, please keep it clean, Replace this with your own text.</textarea><br>

or if you were talking about the smaller boxes:

<font face="Tahoma" size="2">Name<br>
<input name="tagname" maxlength="20"><br>

Milkymoon7896
02-18-2003, 12:24 PM
Thanks