Removing Scroll bars from a <textarea> form

Hello all I am working with forms in dream weaver and every time I insert a text area form it automatically has scrolls attached. is there anything I can do maybee with css to remove the scroll bars or am I out of luck thanx for any help.

#395804

Eh, look in the HTML for the textarea tag. What are the attributes? Also, are the scrolls automatically attached in Dreamweaver, or Internet Explorer? Scrolling isn't default behavior in browsers, so maybe this is only a Dreamweaver thing...

-NC

#395807

Hey nightcrawler1089 thanx for the reply. Well maybee I solved my probblem I just made a class that increased the width and the height of the regular text input box and that is what I wanted a text input box like the one here when you are typing a reply to a post here on aquasoft.org. Not sure if it is the correct way but its working. thanx again.

Actually if I could ask for one more form question is there a way to create a button in lets say photoshop and replace the default submit button that the default form comes with thanx again

#395810

<input type="image" id="search_image" name="Submit" src="../../unavailable.html" alt="Search" value="Search" />

The id is optional, and you can apply whatever CSS attributes you want. Change the image by altering the src value; google.gif was just a magnifying glass image I used.

-NC

#395931