I have this code on my site:
the page looks fine with javascript on.Code:<noscript><? if(!validateUsername($_POST['username']) && ($_POST)){ ?> <div style="padding-top:10px;"><strong><img src="images/red_x.png" width="24" height="24" /> Invalid Username:</strong> The username must have 5 or more characters <?php $errors=1; } ?></div></noscript>
I notice that when i turn off javascript, it skews everything. whereas i had everything scattered, it removes that style. why?


Reply With Quote
Bookmarks