Border around login

New to HTML? Just have some questions? Post them here.

Border around login

Postby eskimo on Wed May 20, 2009 3:03 pm

This is a really stupid request, but i just cant find it - how can i take away the border around the login form?
Thanks!
eskimo
New
 
Posts: 1
Joined: Wed May 20, 2009 3:00 pm

Re: Border around login

Postby Douglas on Thu May 21, 2009 11:13 pm

haha there is no such thing as a stupid question! Each form with this style basically looks like this in:

Code: Select all
html/login_form.php

<?php
/* DO NOT REMOVE */
if (!defined('QUADODO_IN_SYSTEM')) {
exit;
}
/*****************/
?>
<fieldset>
   <legend>
      <?php echo LOGIN_LABEL; ?>
   </legend>
LOTS OF STUFF HERE
</fieldset>


All you have to do is remove it so it looks like this:

Code: Select all
html/login_form.php

<?php
/* DO NOT REMOVE */
if (!defined('QUADODO_IN_SYSTEM')) {
exit;
}
/*****************/
?>
LOTS OF STUFF HERE


and that will remove the border :) Hope you enjoy the script!
User avatar
Douglas
Site Admin
 
Posts: 703
Joined: Sat Oct 27, 2007 11:29 pm
Location: BC, Canada


Return to HTML

Who is online

Users browsing this forum: No registered users and 1 guest

cron