awsomejoe23
04-10-2007, 05:47 AM
OK I installed a javascript for a faq page. I have been able to get all the colors and sizes right until just about now. I can't get the boxes that display the answers and questions to turn from white to my greyish color, or the font inside it.
Heres the code
<center>
<form name=faqform>
<table border=1 cellspacing=0 cellpadding=5>
<tr bgcolor="#444444">
<td align=center><font face="verdana,arial" size="-1" color="C4C4C4">
<b><font color="#C4C4C4">Coders World</font></b></font></td>
</tr>
<tr bgcolor="#383838"><td><font face="verdana,arial" size="-1" color="#C4C4C4"><br>
Browse the Frequently Asked Questions below and click for the answer.
<p>
<ul><select size=5 name=question onChange="javascript:showFAQ(this.form);">
<option value="Look at the Announcement in coders forum. "> --> How do I sign up to be a team member?
<option value="Yes, as long as you are willing to learn. We will always need help with the small things as well as the big things."> --> I have a very limited knowledge of computer programing. Can I still sign up?
<option value="Any regular member of coders forum is eligible to receive out programs for free."> --> How do I obtain one of the coding teams programs?
<option value="You can join the coding team and help us produce programs, or just spread the word and invite your friends. "> --> I really enjoy coders forum and want to help out. How can I?
</select>
</ul>
<p>
And Their Answers:
<p>
<ul>
<textarea name="answer" rows=5 cols=40 wrap=virtual></textarea>
</ul>
</font>
</td>
</tr>
</table>
</form>
</center>
I can't get the black font inside the white boxes to change colors, or the box itself. Any suggestions?
Thanks,
Joe
Heres the code
<center>
<form name=faqform>
<table border=1 cellspacing=0 cellpadding=5>
<tr bgcolor="#444444">
<td align=center><font face="verdana,arial" size="-1" color="C4C4C4">
<b><font color="#C4C4C4">Coders World</font></b></font></td>
</tr>
<tr bgcolor="#383838"><td><font face="verdana,arial" size="-1" color="#C4C4C4"><br>
Browse the Frequently Asked Questions below and click for the answer.
<p>
<ul><select size=5 name=question onChange="javascript:showFAQ(this.form);">
<option value="Look at the Announcement in coders forum. "> --> How do I sign up to be a team member?
<option value="Yes, as long as you are willing to learn. We will always need help with the small things as well as the big things."> --> I have a very limited knowledge of computer programing. Can I still sign up?
<option value="Any regular member of coders forum is eligible to receive out programs for free."> --> How do I obtain one of the coding teams programs?
<option value="You can join the coding team and help us produce programs, or just spread the word and invite your friends. "> --> I really enjoy coders forum and want to help out. How can I?
</select>
</ul>
<p>
And Their Answers:
<p>
<ul>
<textarea name="answer" rows=5 cols=40 wrap=virtual></textarea>
</ul>
</font>
</td>
</tr>
</table>
</form>
</center>
I can't get the black font inside the white boxes to change colors, or the box itself. Any suggestions?
Thanks,
Joe