Reply
Old December 9th, 2002 Top | #1
jkoXP
 
jkoXP's Avatar
Unregistered
Posts: n/a

Default help with HTML and text input spaces

I have a few text boxes, I dont like the 3d look, i want it so there is a black outline, then the white space, so its flat and not 3d... thanks for the help.. if I was unclear on describing what i want, let me know.
  Reply With Quote
Old December 23rd, 2002 Top | #2
 
Nismo83's Avatar
OSNN AZN Addict
Joined: March 2004
Posts: 383
Reputation: 10
Power: 103

Default

erm.. try using CSS. i uses css to make the text box smaller and its much more nicer than the 3d 1 that u mention. Try search on the internet for it.

PS: in CC now and my fave folders arent wit me, i got the url for it. Watch out for it
Nismo83 is offline   Reply With Quote
Old December 23rd, 2002 Top | #3
 
SPeedY_B's Avatar
I may actually be insane.
Joined: March 2002
Location: Midlands, England
Posts: 15,800
Reputation: 2877
Power: 310

Default

Here's the css i use on my shoutbox input
Code:
.editbox {
	background : #FFFFFF;
	border : 1 solid #000000;
	color : #000000;
	font-family : Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
}
Makes everything nice and 2D
SPeedY_B is offline   Reply With Quote
Old December 25th, 2002 Top | #4
 
Nismo83's Avatar
OSNN AZN Addict
Joined: March 2004
Posts: 383
Reputation: 10
Power: 103

Default

thanks for helping me out Speedy.. i got the code wit me now
Nismo83 is offline   Reply With Quote

Reply

Bookmarks

Thread Tools

Posting Rules

Similar Threads
Thread Thread Starter Forum Replies Last Post
Limit Form Input TYPE=TEXT to Numbers Only? madmatt Web Design & Coding 4 November 22nd, 2006 8:27am
[HTML/CSS] Text continues past the <div> border Glaanieboy Web Design & Coding 3 April 24th, 2005 5:58pm
[HTML] Text revolving Kev2012 Web Design & Coding 7 October 11th, 2004 7:20pm
Reset a field after submitting text (HTML) Glaanieboy Web Design & Coding 24 June 18th, 2003 1:22am
HTML text and stuff Geffy Web Design & Coding 6 February 3rd, 2003 9:08pm