Jump to content


Customizing Forms


3 replies to this topic

#1 WoWscape

    Young Padawan

  • Members
  • Pip
  • 77 posts

Posted 14 August 2005 - 12:13 AM

Ok well I'm kinda new to dreamweaver although its pretty much easy :ph34r: But my problem is I don't know how to customize the font colors of the fields and the backround etc... So I was wondering if someone here could help me with it. Because it dosen't acutally give much options to customize. So if anybody could help I would really appreciate it! Thanks. :)

#2 coolaid

    P2L Jedi Master

  • Members
  • PipPipPipPip
  • 1,435 posts
  • Gender:Male
  • Interests:i wonder..

Posted 14 August 2005 - 02:15 AM

you would need to learn css for that. but once you figure that out. its very simple. i dont want to explain in it detail because it sounds like you're just getting started and you probably wouldnt understand it, so heres some quick code you can insert into the <head></head> tags of an html page which would change forms appearances.

<style type="text/css">
input{
    background:#000;
    color:#fff;
}
</style>

#000 is hex for black, which would make background forums black. then #fff would make the text color white.

Edited by coolaid, 14 August 2005 - 02:16 AM.


#3 raenef

    Code Enforcer

  • Members
  • PipPipPip
  • 540 posts
  • Location:Battle Creek, Michigan
  • Interests:Web Development and Graphic Design

Posted 14 August 2005 - 02:18 AM

You can do so with CSS, heres some resources:
http://www.macromedia.com/devnet/mx/dreamw.../css_forms.html
http://www.devpapers.com/article/91
http://www.webcredible.co.uk/user-friendly...css-forms.shtml
Of course you'll need to flip your dreamweaver into code-view to type this stuff in.
Good luck :)

Edited by raenef, 14 August 2005 - 02:19 AM.


#4 WoWscape

    Young Padawan

  • Members
  • Pip
  • 77 posts

Posted 14 August 2005 - 12:14 PM

No no I mean I do know CSS and HTML perfectley. I was just wondering how I was I suppose to make the css class of the input box. But I do understand css ;)





1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users