Solid Snake Posted October 25, 2008 Share Posted October 25, 2008 I was so bored so i decided to make a little feature for your login screen, register screen and where else you want to put it first open login.php and register.php and locate: You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. Below it add: You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. and download the attachment below. NOTE: Contact Us, Screenshots, Privacy and TOS coming soon. Quote Link to comment Share on other sites More sharing options...
mdshare Posted October 25, 2008 Share Posted October 25, 2008 Re: [V2 (maybe V1)] login/register addon How it should be ! The above snippet works but is a bad example of html... sorry Solid Snake Why is it bad ? * Tabled layouts , a table shouldn't be used for a layout but only for tabular data. * The center element was deprecated in HTML 4.01. * The center element is not supported in XHTML 1.0 Strict DTD. Your HTML You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. What should arive in your css file or at least between style tags You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. Taken from listomatic Quote Link to comment Share on other sites More sharing options...
Solid Snake Posted October 25, 2008 Author Share Posted October 25, 2008 Re: [V2 (maybe V1)] login/register addon How it should be ! The above snippet works but is a bad example of html... sorry Solid Snake Why is it bad ? * Tabled layouts , a table shouldn't be used for a layout but only for tabular data. * The center element was deprecated in HTML 4.01. * The center element is not supported in XHTML 1.0 Strict DTD. Your HTML You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. What should arive in your css file or at least between style tags You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. Taken from listomatic Thanks MD looks like im still way behind lol and thanks for the update i now know what to use lol Quote Link to comment Share on other sites More sharing options...
Solid Snake Posted October 25, 2008 Author Share Posted October 25, 2008 Re: [V2 (maybe V1)] login/register addon hm also that puts the menu in a list i was putting it as a bar example below login register TOS screenshots contact us Quote Link to comment Share on other sites More sharing options...
mdshare Posted October 25, 2008 Share Posted October 25, 2008 Re: [mccode] login/register addon err don't put it between <td> tags revamp your main page template as it should be and the example I gave is taken from listomatic just lil alterd to show the same .... there are other ways to have the same effect eg a #nav.p {style} <p id=nav>..<a href=... anyway just try to get rid of tabled layouts and stop using <center> as it's a deprecated element Quote Link to comment Share on other sites More sharing options...
Solid Snake Posted October 26, 2008 Author Share Posted October 26, 2008 Re: [mccode] login/register addon lol the reason the <center> is there because when it wasnt it knacked up lol Quote Link to comment Share on other sites More sharing options...
BlueDevil23 Posted October 26, 2008 Share Posted October 26, 2008 Re: [mccode] login/register addon He's not saying, not to center it, hes saying, use CSS to center it, instead of the <center> tags, since <center> is a deprecated element. #center { text-align: center; } Hope, that helps. :) Quote Link to comment Share on other sites More sharing options...
Solid Snake Posted October 26, 2008 Author Share Posted October 26, 2008 Re: [mccode] login/register addon lol im not good with CSS but ill give it a shot cheers Quote Link to comment Share on other sites More sharing options...
mdshare Posted October 27, 2008 Share Posted October 27, 2008 Re: [mccode] login/register addon and the list is horizontal not vertical, off course if you forget the css it shows vertical Quote Link to comment Share on other sites More sharing options...
Solid Snake Posted October 27, 2008 Author Share Posted October 27, 2008 Re: [mccode] login/register addon atm i am ATTEPMTING to make a login of my own (not working though) and the way you posted is better for my new login so thanks for that MD Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.