Jump to content
xisto Community
Sign in to follow this  
campainer

Is there any Way

Recommended Posts

you can do this by linking the entire page you're trying to change the input field text in to an external .css file. (cascading style sheets)

to do this just insert the following code in the head part of the document:

<link rel="stylesheet" href="res/style.css" type="text/css">

then you have to make the css file, open up notepad and paste the following code in, save it as style.css
BODY {[br]	background-color: #333333;[/br]	font-family: tahoma;[br]	font-size: 10px;[/br]	color: #FFFFFF;[br]	scrollbar-3dlight-color: #111111;[/br]	scrollbar-arrow-color: #555555;[br]	scrollbar-base-color: #333333;[/br]	scrollbar-darkshadow-color: #333333;[br]	scrollbar-face-color: #222222;[/br]	scrollbar-highlight-color: #333333;[br]	scrollbar-track-color: #333333; [/br]	scrollbar-shadow-color: #333333;[br]}[/br]a {color: #00ff00; text-decoration: none; cursor: crosshair}[br]a:active {text-decoration: none; color:#00ff00;}[/br]a:link {text-decoration: none; color:#00ff00;}[br]a:visited {text-decoration: none; color:#009900;}[/br]a:hover {text-decoration: none; color:#000000;}[br]table { font-family: tahoma; font-size: 10px; color: #00ff00; }[br][/br]td, th {[/br]	FONT-SIZE: 10px; COLOR: #ffffff; FONT-FAMILY: tahoma; CELLPADDING: 0; CELLSPACING: 0;}[br][/br]INPUT, TEXTAREA, OPTION, SELECT {	BORDER: #ffffff 1px solid; FONT-SIZE: 10px; BACKGROUND: bgcolor="#333333"; COLOR: #ffffff; FONT-FAMILY: tahoma;}

i use the above style for my website found at Chaocid.tk. to change the color of the input field text just find the part where it says input (near the end) then change the "color" part after it to whatever color you'd like the font to be.. i think that'll do the trick. :P

Share this post


Link to post
Share on other sites

Or you could do this (stealing ill's css code because I'm lazy and I'm bad with CSS):

<input type="text" name="something" value="something" style="BORDER: #ffffff 1px solid; FONT-SIZE: 10px; BACKGROUND: bgcolor="#333333"; COLOR: #ffffff; FONT-FAMILY: tahoma;">

Share this post


Link to post
Share on other sites

no problem campainer. :P but if you don't want to change the whole style of the page, you'll need to use Gamesquare's way, because the css code i put-up alters link colors and the scrollbar colors instead of just the input fields.~gives Gamesquare a thumbs up

Share this post


Link to post
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
Sign in to follow this  

×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.