View Full Version : back again...with another question


CCSara3169
01-12-2003, 02:30 AM
go here soaringstarz.com (http://www.soaringstarz.com/)

when you go ther, you'll see the button ["click to enter"]

anyone know where I could findthe HTML code for that certain button?

starlet
01-12-2003, 05:35 AM
<FORM METHOD="link"
ACTION="lala.html">
<INPUT TYPE="submit"
VALUE="lala">
</FORM>

CCSara3169
01-12-2003, 08:49 PM
seriously now, your gonna think I'm stupid...how do you change the colors on it?

epolady
01-12-2003, 09:31 PM
You can use CSS.

Here (http://htmlgoodies.earthweb.com/beyond/cssforms.html) or place

input,textarea
{
color:#000000;
font-size: 10pt;
font-family: arial;
background :#FFFFFF;
}

in your internal or external CSS.

CCSara3169
01-15-2003, 02:13 PM
thank you