Web Wiz - Green Windows Web Hosting

  New Posts New Posts RSS Feed - Looks odd wtih standard textboxes
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Forum LockedLooks odd wtih standard textboxes

 Post Reply Post Reply
Author
Stoney View Drop Down
Newbie
Newbie


Joined: 22 October 2006
Location: United Kingdom
Status: Offline
Points: 3
Post Options Post Options   Thanks (0) Thanks(0)   Quote Stoney Quote  Post ReplyReply Direct Link To This Post Topic: Looks odd wtih standard textboxes
    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???.....
Back to Top
WebWiz-Bruce View Drop Down
Admin Group
Admin Group
Avatar
Web Wiz Developer

Joined: 03 September 2001
Location: Bournemouth
Status: Offline
Points: 9844
Post Options Post Options   Thanks (0) Thanks(0)   Quote WebWiz-Bruce Quote  Post ReplyReply Direct Link To This Post 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.
Back to Top
Stoney View Drop Down
Newbie
Newbie


Joined: 22 October 2006
Location: United Kingdom
Status: Offline
Points: 3
Post Options Post Options   Thanks (0) Thanks(0)   Quote Stoney Quote  Post ReplyReply Direct Link To This Post Posted: 22 October 2006 at 10:17pm
I know this is cheeky but...
 
I create a CSS how ? i have dreamweaver.....
Back to Top
WebWiz-Bruce View Drop Down
Admin Group
Admin Group
Avatar
Web Wiz Developer

Joined: 03 September 2001
Location: Bournemouth
Status: Offline
Points: 9844
Post Options Post Options   Thanks (0) Thanks(0)   Quote WebWiz-Bruce Quote  Post ReplyReply Direct Link To This Post 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>
Back to Top
Stoney View Drop Down
Newbie
Newbie


Joined: 22 October 2006
Location: United Kingdom
Status: Offline
Points: 3
Post Options Post Options   Thanks (0) Thanks(0)   Quote Stoney Quote  Post ReplyReply Direct Link To This Post 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>
 
 
Back to Top
 Post Reply Post Reply

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.08
Copyright ©2001-2026 Web Wiz Ltd.


Become a Fan on Facebook Follow us on X Connect with us on LinkedIn Web Wiz Blogs
About Web Wiz | Contact Web Wiz | Terms & Conditions | Cookies | Privacy Notice

Web Wiz is the trading name of Web Wiz Ltd. Company registration No. 05977755. Registered in England and Wales.
Registered office: Web Wiz Ltd, Unit 18, The Glenmore Centre, Fancy Road, Poole, Dorset, BH12 4FB, UK.

Prices exclude VAT at 20% unless otherwise stated. VAT No. GB988999105 - $, € prices shown as a guideline only.

Copyright ©2001-2026 Web Wiz Ltd. All rights reserved.