Jump to content
MakeWebGames

Recommended Posts

Posted

Ok this is by far a very simple login. it's more to teach new coders how to use a css to make a simple login. from there you can add background images/ ajax things/ jquery and so on.

i cant provide a screenshot so it would be great if anyone hear would.

the code:

 

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

i know that this is very simple but it does have login and register on the same page.

post neagtive comments if you wish

Posted

Personally, i don't think you quite understand the use of CSS. Why would you want to have a class and an ID for the same element? Yet both do the same you are wanting.

<td id="description" class="description" width="33.3%">

Waste much?

Posted

Seen as your learning then my advice would be to do it properly. Go read up on css. Then experiment.

Move the css to an external css file. (google how if you do not know)

Not only is it a better practise to have it in an external file but it also makes it easier to change.

Look at using div rather than tables. Use positioning to layout everything you have much better control over the layout using css positioning than you ever will using tables.

Style the form and button so that it fits your theme.

Dont forget check your site in firefox, ie8, safari and chrome. Css is not processed the same by all of them so you need to work on getting your site to look the same on all browsers.

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...