Jump to content
MakeWebGames

[mccode] login/register addon


Solid Snake

Recommended Posts

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.

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...