Jump to content

moogle1979

New Members
  • Posts

    4
  • Joined

  • Last visited

Posts posted by moogle1979

  1. Everyone says margins, padding, absolutes, and floats are bad but I have everything working great will all those except this one little troublesome div.

     

    Honestly I would not know how to position a layout without those items, I am sure there is a more professional way, but I am restructuring this website from deprecated css styles such as moz-opacity and opacity.

     

    I am sure I am probably using styles not recommended by professionals but it does look really good besides that one troublesome div.









  2. <?php
    // checks to see if person is logged in
    if ($_SESSION['login'] == 1){
    ?>

    <?php echo $_SESSION['name']; ?>'s Avatar

    Welcome, <?php echo $SESSION['name'] . "! (" . $SESSION['userid'] . ")"?>



    Status: <?php echo $_SESSION['status']; ?>

    Money: <?php echo $_SESSION['money']; ?>

    Bank: <?php echo $_SESSION['bank']; ?>

    Level: <?php echo $_SESSION['lvl']; ?>

    HP: <?php echo $_SESSION['hp']; ?>

    Exp: <?php echo $_SESSION['exp']; ?>

    Logout

    <?php
    }
    else {
    ?>

    Please Login to Start Playing


    Username:

    Password:  




    Lost Password?


    <?php
    }
    ?>



     








    Welcome to Rigganmore


    The Land of a Thousand Dreams




    Not a Member?


    Pre-Registration




×
×
  • Create New...