Jump to content

Browser Default Css


karthiseenu

Recommended Posts

<textarea rows="somthing" cols="somthing">some text</textarea>

or to set a default height

<html><head><style type="text/css"textarea{height: somthing;}</style><title>somthing or other</title></head><body><textarea>some text</textarea></body></html>

I just can't even consider using so many text areas are you making a questionaire? If so try these.

<input type="text" value="what you want it to say" />

If you aren't making a questionaire or somthing related just disregard thatIf you meen the browser default height just put a

<textarea> </textarea>

I hope i helped you out-snowboard01

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...