Results 1 to 3 of 3

Thread: Log in for LoGD

  1. #1
    Join Date
    Jun 2007
    Location
    England
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Log in for LoGD

    I'm running a LoGD game and I want to change the log in page. At the moment it looks like this in the centre:




    but I would like it to look something like this:




    The code I have to edit is:
    Code:
    <!--!login-->
    <table border='0' cellpadding='0' cellspacing='0'>
     <tr>
      <td><img src='images/logindragon.gif' class='noborder'></td>
     </tr>
     <tr>
      <td valign='center' align='center' class='noborder'>
       <table border='0'>
    	<tr>
    	 <td align='center'><font color='#ffff00'>{username}:</font></td>
    	 <td align='center'><font color='#ffff00'>{password}:</font></td>
    	</tr>
    	<tr>
    	 <td><input name='name' id='name' accesskey='u' size='10'></td>
    	 <td><input name='password' id='password' accesskey='p' type='password' size='10'></td>
    	</tr>
    	<tr>
    	 <td colspan='2' align='center'><input type='submit' value='{button}' class='button'><br></td>
    	</tr>
       </table>
      </td>
     </tr>
    </table>

    But I'm not sure what to change it to .. Can anyone help?

  2. #2
    Join Date
    Oct 2006
    Location
    미네소타, 미국
    Posts
    158
    Thanks
    0
    Thanked 1 Time in 1 Post

    Default

    I cant do anything without the images unless the ones you posted are actual size
    The only person I think is cool is -==INSERT YOUR NAME HERE==-

  3. #3
    Join Date
    Jun 2007
    Location
    England
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Yes they are actual size

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •