Print Page | Close Window

Looks odd wtih standard textboxes

Printed From: Web Wiz Forums
Category: Web Wiz Web App Support Forums
Forum Name: Web Wiz Rich Text Editor (RTE)
Forum Description: Support forum for the Web Wiz Rich Text Editor (RTE).
URL: https://forums.webwiz.net/forum_posts.asp?TID=21680
Printed Date: 29 March 2026 at 10:15am
Software Version: Web Wiz Forums 12.08 - https://www.webwizforums.com


Topic: Looks odd wtih standard textboxes
Posted By: Stoney
Subject: Looks odd wtih standard textboxes
Date Posted: 22 October 2006 at 10:54am
Excellent bit of code! but the text ares looks a bit odd on pages with other standard text areas and boxes...
 
Any way you can change standard text boxes and ares (that dont need to be RTE) so they look the same?
 
i.e not sunk and with the grey boarder???.....



Replies:
Posted By: WebWiz-Bruce
Date Posted: 22 October 2006 at 11:13am
Yes you can use CSS to do this.

Have a look at TopStyle Pro if you are unfamiliar with CSS, or even Dreamwever and create a CSS style that changes the border of your text areas to a solid 1 pixel wide border.


-------------
https://www.webwiz.net/web-wiz-forums/forum-hosting.htm" rel="nofollow - Web Wiz Forums Hosting
https://www.webwiz.net/web-hosting/windows-web-hosting.htm" rel="nofollow - ASP.NET Web Hosting


Posted By: Stoney
Date Posted: 22 October 2006 at 10:17pm
I know this is cheeky but...
 
I create a CSS how ? i have dreamweaver.....


Posted By: WebWiz-Bruce
Date Posted: 23 October 2006 at 9:04am
I've not tested this but your CSS should have something like:-

<style>
textarea {
    border: #000000 1px inset;
    border-color: #000000;
    background-color: #FFFFFF;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
}
</style>


-------------
https://www.webwiz.net/web-wiz-forums/forum-hosting.htm" rel="nofollow - Web Wiz Forums Hosting
https://www.webwiz.net/web-hosting/windows-web-hosting.htm" rel="nofollow - ASP.NET Web Hosting


Posted By: Stoney
Date Posted: 25 October 2006 at 11:39am
Got that to work brilliant thank you,
 
One more thing can you do the same on textboxes? ( I know you can set a textarea to 1 line and hide the scrobars )
 
Ive tryed
 
<style>
textfield {
    border: #000000 1px inset;
    border-color: #000000;
    background-color: #FFFFFF;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
}
</style>
 
&
 
<style>
textbox {
    border: #000000 1px inset;
    border-color: #000000;
    background-color: #FFFFFF;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
}
</style>
 
 



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.08 - https://www.webwizforums.com
Copyright ©2001-2026 Web Wiz Ltd. - https://www.webwiz.net