vForums Support > Programming & Coding :: Code Requests & Support :: > [F] ID Names

[F] ID Names - Posted By Fel!x (felix) on 8th Feb 08 at 11:52am
What are ID codes/names/whatevers of THESE on vForums, the ones I use on ProBoards aren't working O___o.

Thanks...

EDIT: As in text areas, drop down, buttons etc.

Re: ID Names - Posted By Ross (admin) on 8th Feb 08 at 11:55am
Subject = document.post_form.subject
Message = document.post_form.message
Submit Button = document.post_form.post

Re: ID Names - Posted By Fel!x (felix) on 8th Feb 08 at 11:57am
Thanks xD

EDIT: Ross, what would I put to do this to those areas:
Code:
 
  1. {
  2. background-image:
  3. url('');
  4. font-size: pt;
  5. color:  #;
  6. font-family: ;
  7.         border: 1px solid #;
  8. }
 

Re: ID Names - Posted By Michael (wrighty) on 8th Feb 08 at 2:14pm
input and textarea! {Smile}

Re: ID Names - Posted By Fel!x (felix) on 8th Feb 08 at 3:11pm
That's what I had before I posted this thread, but it didn't work xD Is it my lack of coding knowledge, or is it just my forum being weird? [I would usually give my forum url, but it's my skin competition entry xP]

Re: ID Names - Posted By Michael (wrighty) on 8th Feb 08 at 3:50pm
make sure the background-image: and url('') part are on the same line,
and it's:

textarea, input {

Re: ID Names - Posted By Fel!x (felix) on 8th Feb 08 at 6:26pm
It would seem I had an unclosed bracket, sorry Wrighty {Embarassed}

xD Thanks though {Grin}

Re: ID Names - Posted By Michael (wrighty) on 8th Feb 08 at 6:56pm
No worries! {Smile}