View Full Version : Forms


Bamboo
03-25-2003, 02:53 AM
I recently got a form, but I have no idea how to blend it in so it looks like the colors of my page. People have said that the codes that are already on my page should effect it, but it hasn't.Help? ( I took out my e-mail address,name,and website)

Here is my code:

<FORM action="http://www.response-o-matic.com/cgi-bin/rom.pl" method="POST">
<INPUT TYPE="hidden" NAME="your_email_address"
VALUE="">
<INPUT TYPE="hidden" NAME="your_name"
VALUE="">
<INPUT TYPE="hidden" NAME="email_subject_line"
VALUE="Ask Me Anything">
<INPUT TYPE="hidden" NAME="thank_you_title"
VALUE="You R0ck">
<INPUT TYPE="hidden" NAME="return_link_url"
VALUE="">
<INPUT TYPE="hidden" NAME="return_link_name"
VALUE="Document One Thirty">
<input type="text" value="ask me anything" name="question" SIZE=30>
<input type=submit name="submit" value="ask">

Faerie_jane
03-25-2003, 02:01 PM
hm. I'm not sure off of the top of my head. However, are you already using CSS for your webpage? lissa has a premade CSS code that you can use and just change the color codes (its on her CSS help page) and the input and text box part of the CSS form should affect your form. Other than that...I'm not sure. CSS should work though...

bejayel
03-25-2003, 07:32 PM
lol if you want evrything to be changed it is rather easy just add this tag.

style="background-color: #XXXXXX; border-style: 1px dashed; border-color: #XXXXXX; font-family: comic sans ms; color: #XXXXXX;"

i think it is something along those lines. i dont actually test anything before i post it here. anyway i made the border 1px dashed cause the dashed usually goes well with pretty much any type of layout, and it looks neat. hope that helped a little

Bamboo
03-25-2003, 08:23 PM
Where would I put that code,Shocker?