Results 1 to 3 of 3

Thread: Editing Form Colors..?

  1. #1
    Join Date
    Feb 2008
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Editing Form Colors..?

    Is there any way to change the COLORS of any part of a form element? I'm just looking for something basic, nothing fancy unless there's no choice.

  2. #2
    Join Date
    Jan 2008
    Posts
    4,168
    Thanks
    28
    Thanked 628 Times in 624 Posts
    Blog Entries
    1

    Default

    You mean like the border of the input field? Or the text?
    Input border:
    Code:
    <input type="text" style="border:1px solid blue" />
    And for the text:
    Code:
    <input type="text" style="color:blue;" />
    Last edited by Nile; 02-03-2008 at 02:02 PM.
    Jeremy | jfein.net

  3. #3
    Join Date
    Feb 2008
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    omg thank you very much!! That's exactly what I was looking for, thanks ^^

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •