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?




Reply With Quote


Bookmarks