Why won't this... <script type="text/javascript">
$(document).ready(function(){ $('#emailError').hide(); }); </script> hide this... <p id="emailError" style="color:red;">Please enter your email address.</p> ??? Rick
Why won't this... <script type="text/javascript">
$(document).ready(function(){ $('#emailError').hide(); }); </script> hide this... <p id="emailError" style="color:red;">Please enter your email address.</p> ??? Rick