kippie
03-06-2003, 11:05 AM
I would like to change the colors of input boxes, for example to change the color black of the inset borders into blue inset border (see HTML below).
Can anyone help?
This is the HTML:
<html>
<head>
<meta http-equiv="content-type" content="text/html;charset=iso-8859-1">
<meta name="generator" content="Adobe GoLive 4">
<title>Untitled Document</title>
</head>
<body bgcolor="white" text="black">
<form>
<table width="572" border="0">
<tr height="35">
<td width="96" class="tekst" height="35" align="left" valign="top">Email<font color="#ff9933" face="Arial,Helvetica,sans-serif" size="2">*</font><font color="#4c5ea1"> </font></td>
<td valign="top" align="left" colspan="3" height="35"><input type="text" name="email" size="20" class="textfield"></td>
<td width="1" height="35"></td>
<td valign="top" colspan="2" align="left" height="35">Addres<font color="#ff9933" face="Arial,Helvetica,sans-serif" size="2">*</font></td>
<td valign="top" align="left" colspan="4" height="35"><input type="text" name="adres" size="20" class="textfield"></td>
</tr>
</table>
</form>
</body>
</html>
Kippie
Can anyone help?
This is the HTML:
<html>
<head>
<meta http-equiv="content-type" content="text/html;charset=iso-8859-1">
<meta name="generator" content="Adobe GoLive 4">
<title>Untitled Document</title>
</head>
<body bgcolor="white" text="black">
<form>
<table width="572" border="0">
<tr height="35">
<td width="96" class="tekst" height="35" align="left" valign="top">Email<font color="#ff9933" face="Arial,Helvetica,sans-serif" size="2">*</font><font color="#4c5ea1"> </font></td>
<td valign="top" align="left" colspan="3" height="35"><input type="text" name="email" size="20" class="textfield"></td>
<td width="1" height="35"></td>
<td valign="top" colspan="2" align="left" height="35">Addres<font color="#ff9933" face="Arial,Helvetica,sans-serif" size="2">*</font></td>
<td valign="top" align="left" colspan="4" height="35"><input type="text" name="adres" size="20" class="textfield"></td>
</tr>
</table>
</form>
</body>
</html>
Kippie