▼  Site Navigation Main Articles News Search  ▼  Anime + Manga Anime Reviews Anime Characters Gallery Screenshots Manga Reviews  ▼  Misc Links to Webcomics Bible Quotes About Older Musings
site version 7.3
HTML and CSS –– fluid textarea
written by: admin


Date Written: 5/31/08 Last Updated: 3/10/10

Just an example of fluid textarea.

<style type="text/css">
textarea {width:50%;}
</style>

<div style="width:100%;text-align:center;">
<textarea name="quote" rows=5 style="width:50%;"></textarea></div>



demo



To set the length of input type=text add a value like size=45.  For example:
<input type='text' size=75 name="location" value="Hi">



You can learn more about CSS and Textarea here.

TAGS: html, css
copyright 2005–2024