Welcome to TalkGraphics.com
Results 1 to 4 of 4

Thread: Forms

  1. #1
    Join Date
    Jun 2001
    Location
    Lake Saint Louis
    Posts
    69

    Default

    is there a way to make text-fields in fors different colors and have no border? is there a way to make the text inside a different font?

    http://www.fusionwi.com/ltm.gif FusionWI.com
    IP

  2. #2
    Join Date
    Jun 2001
    Location
    Lake Saint Louis
    Posts
    69

    Default

    is there a way to make text-fields in fors different colors and have no border? is there a way to make the text inside a different font?

    http://www.fusionwi.com/ltm.gif FusionWI.com
    IP

  3. #3
    Join Date
    Aug 2000
    Location
    Austria
    Posts
    1,081

    Default

    Jon,

    this one is easy with a 'style'-info:
    <form>
    <input type="text" size="40" value="Bold blue Verdana on light yellow ..." name="textfield" style="font-family: Verdana; font-weight: bold;

    border: 0; font-size: 10pt; background-color: #FFFFE0; color: 0000FF">
    </form>

    For some strange reason, it has a border here in the forum. When I tried the same code for itself locally, the border was gone.

    Here's the code (if Infopoop let's me that is ..)
    I hope that somebody can also help me with my 'dropdown' question, here in this forum [img]/infopop/emoticons/icon_frown.gif[/img]

    Wolfgang
    IP

  4. #4
    Join Date
    Jun 2001
    Location
    Lake Saint Louis
    Posts
    69

    Default

    Thanks alot man that really helps but What about your dropdown question?

    http://www.fusionwi.com/ltm.gif FusionWI.com
    IP

 

 

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
  •