Hello,
I want to add a font color to this drop down menu script and I don't know where to add it.
Thank you.
Ann Stalls
This is the drop down menu:
http://www.dynamicdrive.com/dynamici...bodescribe.htm
Hello,
I want to add a font color to this drop down menu script and I don't know where to add it.
Thank you.
Ann Stalls
This is the drop down menu:
http://www.dynamicdrive.com/dynamici...bodescribe.htm
add color to the style listing:
of course the right syntax is needed... ; or , or none, etc. I can't think well right now, but it should be right with the semi-colon there.Code:<select name="select1" size="1" style="background-color:#FFFFD7; color:#0000FF"
{CWoT - Riddle } {Freelance Copywriter} {Learn to Write}
Follow Me on Twitter: @InkingHubris
PHP Code:$result = mysql_query("SELECT finger FROM hand WHERE id=3");
echo $result;
Thank you so much.
Hugs
Ann
You are welcome. I take it that worked then.![]()
{CWoT - Riddle } {Freelance Copywriter} {Learn to Write}
Follow Me on Twitter: @InkingHubris
PHP Code:$result = mysql_query("SELECT finger FROM hand WHERE id=3");
echo $result;
Bookmarks