Newbie question...
Posted: Mon Oct 05, 2009 7:33 pm
This drives me nuts and it's probably very simple...
I use "FORM" to create click-able links with this syntax:
This works just fine and does what I intended to do except the default form colors that I need to change. And that's where I hit the wall, I could not find any reference as to changing the color for the background or the font. Nor do I see how CSS, HTML, etc would be able to control php form colors.
Is there a way to change php form default colors within or outside of the form statement?
TIA...
Cr00zng
I use "FORM" to create click-able links with this syntax:
Code: Select all
<FORM action=xyz.php method=post>
<INPUT type=submit value="Whatever"></FORM>Is there a way to change php form default colors within or outside of the form statement?
TIA...
Cr00zng