Jump to content

header doesn't work


SGUserFace

Recommended Posts

First

<section id="Register">
    <h3>Register</h3>
    <form method="post">
        <input type="email" name="Email" placeholder="Email" required style="display: block; width:100%; height: 20px; margin-bottom: 10px;" />
        <input type="submit" name="Register" value="Register" style="display: block; margin-bottom: 10px;" />
        <label for="GoLogIn">LogIn</label>
    </form>
</section>

Second

<section id="Register">
    <h3>Register</h3>
    <form method="post">
<input type="email" name="Email" placeholder="Email" required style="display: block; width:100%; height: 20px; margin-bottom: 10px;" />
        <input type="submit" name="Register" value="Register" style="display: block; margin-bottom: 10px;" />
        <label for="GoLogIn">LogIn</label>
    </form>
</section>
Edited by SGUserFace
Link to comment
Share on other sites

Let me be honest with you: I think programming just isn't for you. I've read several of your threads in different forums, and you've never made any progress. You cannot ask questions, you cannot talk about problems, you cannot learn. In the end, it's always “I don't understand”.

 

I think your only chance is to find somebody who literally sits down with you and shows you what you need to do.

Link to comment
Share on other sites

You check all the lines? What does that mean? In order to know if something doesn't work you actually have to execute it.

 

As for your html, where did you learn this? You have a label tag linked to a field that doesn't exist. What's the point?

 

Your style on the first input element - why is the width set to 100%? You want that field to fill the page width?

 

I'm not aware of your previous postings, but just looking at this one makes me wonder what your background is.

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

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

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

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.