i think you have to use the ID parameter in the input tag in your HTML
Name: <input type="text" name="name" value="your name" id="name" /><br/> Age: <input type="text" name="age" value="your age" id="age" /><br/>
try that and see how it goes....
If I'm not mistaken, ID in a form element will assign it a 'style', much the same way as 'class' does. It's been a while since I've done any HTML/CSS, so I could be wrong.
-- By-Tor.com ...it's all about the Rush http://www.by-tor.com
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php