iGuest 3 Report post Posted March 6, 2005 i'm just wondering if you guys know how to edit the size of the text in a simple guestbook from the cpanel? i mean each time that you submit a comment in the guestbook, the text is big. that is what i mean. do anyone know how to resize it? Share this post Link to post Share on other sites
iGuest 3 Report post Posted March 6, 2005 Could you give me a link to it? Share this post Link to post Share on other sites
iGuest 3 Report post Posted March 6, 2005 find that line <input name="textfield" type="text" size="10"> you will have to edit size Share this post Link to post Share on other sites
iGuest 3 Report post Posted March 6, 2005 well here is the link to get to the guestbook:http://forums.xisto.com/no_longer_exists/and i can't see textfieldthis is what i got to copy <form action="/cgi-sys/guestbook.cgi" target=guestwindow><input type="hidden" name="user" value="trishtt"><input type="hidden" name="action" value="addguest"><input type="hidden" name="basehref" value="http://trish.phphosted.com"><input type="hidden" name="template" value="default">Name: <input type="text" name="name"><br>Email: <input type="text" name="email"><br>Url: <input type="text" name="url"><br>Comments: <textarea name="comments"></textarea><br><input type="submit" value="Sign Guestbook"></form> Share this post Link to post Share on other sites
iGuest 3 Report post Posted March 6, 2005 add size=what size you want to all <input type="text"Eg. <input type="text" name="name" size="10"> <input type="text" name="email" size="10"> <input type="text" name="url" size="10"> Share this post Link to post Share on other sites
iGuest 3 Report post Posted March 6, 2005 <form action="/cgi-sys/guestbook.cgi" target=guestwindow><input type="hidden" name="user" value="trishtt"><input type="hidden" name="action" value="addguest"><input type="hidden" name="basehref" value="http://trish.phphosted.com"><input type="hidden" name="template" value="default">Name: <input type="text" name="name" size="10"><br>Email: <input type="text" name="email" size="10"><br>Url: <input type="text" name="url" size="10"><br>Comments: <textarea name="comments"></textarea><br><input type="submit" value="Sign Guestbook"></form> I have edited it for you Share this post Link to post Share on other sites
iGuest 3 Report post Posted March 6, 2005 <html><title>.....My Bubble Network........:Somewhere I Belong:...</title><body bgcolor="#000"><link rel="stylesheet" href="http://trish.phphosted.com/style.css" type="text/css"><body leftmargin=0 background="http://trish.phphosted.com/images/image_05.jpg" topmargin=0 marginwidth=0 marginheight=0><p class="head" align="center">GuestBook</p><br><form action="/cgi-sys/guestbook.cgi" target=guestwindow> <input type="hidden" name="user" value="trishtt"> <input type="hidden" name="action" value="addguest"> <input type="hidden" name="basehref" value="http://trish.phphosted.com"> <input type="hidden" name="template" value="default"> Name: <input type="text" name="name"><br> Email: <input type="text" name="email"><br> Url: <input type="text" name="url"><br> Comments: <textarea name="comments"></textarea><br> <input type="submit" value="Sign Guestbook"> </form><!--- Don't modify the cgi tag ---><cgi><!--- Don't modify the cgi tag ---></body</html> well here is the full code of the template...i put the code like you said (little one) but i didn't mean the size of name /e-mail/url/coments and all that.if you look to the image that i show, i want resize the text Mar 3, 2005 at 22:07:24 Trish_Fan Welcome in my guestbook!I want it small... but how could i edit the <cgi> Share this post Link to post Share on other sites