Hi,
For my site: http://www.easysitebuild.com/contact.html
I am having a problem when someone types in text, its very small, how can I adjust this?
| SitePoint Sponsor |
Hi,
For my site: http://www.easysitebuild.com/contact.html
I am having a problem when someone types in text, its very small, how can I adjust this?
Build a Website Easily in Only 5 Minutes. Free Trial
EasySiteBuild.com
input, textarea { font-size: 20px; }Originally Posted by dropship
I chose a big size for effect.
Nice job with the site, it is coming along well.
This is my form code below but I don't know where to type that code you mentioned.
<form method="post" action="sendeail.php">
<p class="t2" align="left"><b>Your Name/b><br>
<input type="text" name="visitor" size="47"> </p>
<p class="t2" align="left"><b>Your Email/b><br>
<input type="text" name="visitormail" size="47"> <br>
<br>
<b>Mail Message/b> <br>
<textarea name="notes" rows="14" cols="76"></textarea> <br>
<input type="submit" value="Send Mail"></p>
</form>
Build a Website Easily in Only 5 Minutes. Free Trial
EasySiteBuild.com
I use a little CSS shorthand so my rules might look a little different then what you are accustomed to.Originally Posted by dropship
Copy and paste this code into your stylesheet located here http://www.easysitebuild.com/images/style.css:Tweak the font size as needed.Code:input, textarea { font-size: 20px; }
Thanks that worked like a charm. However I can't backspace or delete a character after typing it in. Is it just my computer?
Build a Website Easily in Only 5 Minutes. Free Trial
EasySiteBuild.com
Nevermind its working now. Thanks for your help!
Build a Website Easily in Only 5 Minutes. Free Trial
EasySiteBuild.com
Bookmarks