Form Color
Well i have to change my form color of user registration pack and i cant find the register button on my index.php in login table..
www.immortalflash.com
 
 
     5/11/2011 3:59 pm  |  #1 majidnadeem425054
5/11/2011 3:59 pm  |  #1 majidnadeem425054  Well i have to change my form color of user registration pack and i cant find the register button on my index.php in login table..
www.immortalflash.com
 5/12/2011 5:56 am  |  #2 ijs174940Beta Tester
5/12/2011 5:56 am  |  #2 ijs174940Beta Tester
        button code
 <input type="image" hspace="0" vspace="0" border="0" name="LogIn" id="LogIn" value="Log In" alt="Log In" src="WA_SecurityAssist/images/Pacifica/Refined_login.gif"  />
Based on gif image
When you say you want to change the colour of the form could you give us some more details as in what you want to change.
 5/12/2011 6:03 am  |  #3 majidnadeem425054
5/12/2011 6:03 am  |  #3 majidnadeem425054  you can see form on www.immortalflash.com..when u write text in form its white so no able to see text so i want to change that
 5/12/2011 6:35 am  |  #4 Jason ByrnesWebAssist
5/12/2011 6:35 am  |  #4 Jason ByrnesWebAssist
        The most basic way to change from elements style is to create a new css style:
input {
    color: #000;
}
For more details on more elegant form styling see the following article:
prettyaccessibleforms
 5/12/2011 6:51 am  |  #6 Jason ByrnesWebAssist
5/12/2011 6:51 am  |  #6 Jason ByrnesWebAssist
        edit the css file for your page and add:
input {
color: #000;
}
 5/12/2011 7:01 am  |  #8 Jason ByrnesWebAssist
5/12/2011 7:01 am  |  #8 Jason ByrnesWebAssist
        I do not see the style I told you to add in your css.
edit the evo.css file and add this at the end:
input {
color: #000;
}
 5/12/2011 7:08 am  |  #9 majidnadeem425054
5/12/2011 7:08 am  |  #9 majidnadeem425054  great !!!!
but u can see now my all fonts are messed up :S
 5/12/2011 7:11 am  |  #10 Jason ByrnesWebAssist
5/12/2011 7:11 am  |  #10 Jason ByrnesWebAssist
        I dont follow, your login form looks fine to me.
please provide a detailed explanation of what you mean by "messed up"
 
    Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.
These out-of-the-box solutions provide you proven, tested applications that can be up and running now. Build a store, a gallery, or a web-based email solution.