anime_rose
07-18-2003, 07:32 PM
I need help on coloring the text of the 'name' 'site' and 'message' boxes at my site (http://www.yukinohana.org/inori/), because ive tried lots of times and it just hasn't worked... Here's my code I used:
<table width="160" cellpadding="3" cellspacing="0" border="0" align="center">
<tr>
<td>
<iframe src="http://www.zonkboard.com/index.cfm?fuseaction=zonk%2Ev1&sitename=inori" name="tagscreen" width="100%" height="200" marginwidth="0" marginheight="0" style="border:1px solid #B1B0B1"></iframe>
</td>
</tr>
<tr>
<td>
<form action="http://www.zonkboard.com/index.cfm?fuseaction=zonk%2Epost&sitename=inori" method="post" target="tagscreen">
<font face="verdana,arial" size="1" color="B1B0B1">+ your name +::</font><br>
<input name="tagname" maxlength="100" style="font-family: Verdana, Tahoma, Arial; font-size: 8pt; background-color: #2F2F2F; color:#707070; cursor: text; border:1px solid #B1B0B1; color="B1B0B1"><br>
<font face="verdana,arial" size="1" color="B1B0B1">+ your site +::</font><br>
<input name="tagurl" value="http://" maxlength="300" style="font-family: Verdana, Tahoma, Arial; font-size: 8pt; background-color: #2F2F2F; color:#707070; cursor: text; border:1px solid #B1B0B1; color="B1B0B1"><br>
<font face="verdana,arial" size="1" color="B1B0B1">+ your prayer +::</font><br>
<textarea cols="24" rows="3" name="message" style="font-family: Verdana, Tahoma, Arial; font-size: 8pt; background-color: #2F2F2F; color:#707070; cursor: text; border:1px solid #B1B0B1; color="B1B0B1"></textarea><br>
<input type="hidden" name="sitename" value="inori">
<input type="submit" value="+ pray +" style="font-family: Verdana, Tahoma, Arial; font-size: 8pt; font-size:10; background-color: #2F2F2F; color:#707070; color:#707070; border:1px solid #B1B0B1; border-top-color: #B1B0B1; border-left-color: #B1B0B1; border-bottom-color: #B1B0B1; border-right-color: #B1B0B1;"> <input type="reset" width="15" value="+ rethink +" style="font-family:verdana; font-size:10; background-color: #2F2F2F; color:#707070; border:1px solid #B1B0B1; border-top-color: #B1B0B1; border-left-color: #B1B0B1; border-bottom-color: #B1B0B1; border-right-color: #B1B0B1;"></td>
</form>
</td>
</tr>
</table>
<table width="160" cellpadding="3" cellspacing="0" border="0" align="center">
<tr>
<td>
<iframe src="http://www.zonkboard.com/index.cfm?fuseaction=zonk%2Ev1&sitename=inori" name="tagscreen" width="100%" height="200" marginwidth="0" marginheight="0" style="border:1px solid #B1B0B1"></iframe>
</td>
</tr>
<tr>
<td>
<form action="http://www.zonkboard.com/index.cfm?fuseaction=zonk%2Epost&sitename=inori" method="post" target="tagscreen">
<font face="verdana,arial" size="1" color="B1B0B1">+ your name +::</font><br>
<input name="tagname" maxlength="100" style="font-family: Verdana, Tahoma, Arial; font-size: 8pt; background-color: #2F2F2F; color:#707070; cursor: text; border:1px solid #B1B0B1; color="B1B0B1"><br>
<font face="verdana,arial" size="1" color="B1B0B1">+ your site +::</font><br>
<input name="tagurl" value="http://" maxlength="300" style="font-family: Verdana, Tahoma, Arial; font-size: 8pt; background-color: #2F2F2F; color:#707070; cursor: text; border:1px solid #B1B0B1; color="B1B0B1"><br>
<font face="verdana,arial" size="1" color="B1B0B1">+ your prayer +::</font><br>
<textarea cols="24" rows="3" name="message" style="font-family: Verdana, Tahoma, Arial; font-size: 8pt; background-color: #2F2F2F; color:#707070; cursor: text; border:1px solid #B1B0B1; color="B1B0B1"></textarea><br>
<input type="hidden" name="sitename" value="inori">
<input type="submit" value="+ pray +" style="font-family: Verdana, Tahoma, Arial; font-size: 8pt; font-size:10; background-color: #2F2F2F; color:#707070; color:#707070; border:1px solid #B1B0B1; border-top-color: #B1B0B1; border-left-color: #B1B0B1; border-bottom-color: #B1B0B1; border-right-color: #B1B0B1;"> <input type="reset" width="15" value="+ rethink +" style="font-family:verdana; font-size:10; background-color: #2F2F2F; color:#707070; border:1px solid #B1B0B1; border-top-color: #B1B0B1; border-left-color: #B1B0B1; border-bottom-color: #B1B0B1; border-right-color: #B1B0B1;"></td>
</form>
</td>
</tr>
</table>