Jump to content

PHP login and registration formulier with a html index


yasminlove1

Recommended Posts

i see, i have made a voet like this: <voet> </voet> for the picture and a <header> </header> for the rest of it, but it still doesn`t work..

the picture is now where i want it, but the color after the picture on the background is gone, and comes not back with background-color: red; or something, it still will be white..

the midle is the right color..

Link to comment
Share on other sites

  • Replies 211
  • Created
  • Last Reply

Top Posters In This Topic

i know, but i can`t do that.. it won`t work how i wan`t that it must work..

the body goes in the midle, and everything is in the body (not the head), and the pictuere must apart..

 

 

edit, it was a try in the hope it should work with <voet>  :unsure: 

Edited by yasminlove1
Link to comment
Share on other sites

yes, i use google, i have found it, and i have reset it what the picture was setting right..

but i know how it must, but i have widht for body..

can you please give me a helpwebsite?

i have googled the hole day long.. i can`t found something..

the picture must out of that widht..

Edited by yasminlove1
Link to comment
Share on other sites

do you mean this?:

 

<div class="container">text</div>

 

and

 

<div class="header">text</div>
<div class="mainmenu">text</div>

 

this is apart of the body..?

i gonna try it! :D

 

 

edit, it doesn`t work..

Edited by yasminlove1
Link to comment
Share on other sites

Validate your site...

And LISTEN what we say.....

 

Div's are not correctly placed....

Pffffffff.......

Again... in your bodysection, there contains the containerdiv with the framework with header footer etc...

Edited by MissMarisjuh
Link to comment
Share on other sites

Validate your site...

And LISTEN what we say.....

 

Div's are not correctly placed....

Pffffffff.......

Again... in your bodysection, there contains the containerdiv with the framework with header footer etc...

i`m sorry but i don`t understand what you say..

i am netherlands you know..

Link to comment
Share on other sites

It's so simple.......

 

In a scheme:

Body

Container div

 

-div header

-div menu

- div content

-div footer

/container div

 

/body

Please show your code here in this structure so we can check it.

Edited by MissMarisjuh
Link to comment
Share on other sites

i wan`t to have a round hook that you can see, and the picture right under in the hook..

But i dont know what`s rong.. i used the validator.. but it is hard to understand english by the validator..

 

 

div footer {
    border-top-left-radius: 50px;
    float: right;
    width: 390px;
    height: 250px;
}
 

 

this is how i understand it what you said to me..

 

 

 
<!DOCTYPE html>

<html>

<head>

<meta http-equiv="Content-Type" content="text/html;charset=utf-8">

  <title>Horselife</title>
 
  <link rel="stylesheet" href="index.css">
 
</head>

<body>
<container div>

   <img src="http://s3.amazonaws.com/pizap_gallery/062413/medium/pizap.com10.223355115856975321372029466154.jpg" alt=Horselife id="hoofdfoto"/> <br><br>
   
   
<ul>
   <li><a href="../nieuw.html">Nieuw hier?</a></li>
   <li><a href="../contact.html">Contact</a></li>
</ul>

   
   <h3>Welkom op Horselife!</h3>
   
   <img src="http://u.jimdo.com/www60/o/s1a8880590aa1f2a7/img/i26cb75cb4e3ecea6/1368381675/std/image.jpg" alt="Horselifewelkom" id="indexfoto"/>



  <p>Horselife is een paardenspel waarin je net zoals in het echt een stal kunt runnen en met paarden wedstrijden rijden, fokken, trainen en nog veel meer.<br>
Voor meer informatie kun je op Nieuw hier? klikken bovenaan.</p>


   





<form action="loginv.php" method="POST">
<table>
<tr><td>Gebruikersnaam:</td><td><input type="text" name="gebruikersnaam" value=""></td></tr>
<tr><td>Stalnaam:</td><td><input type="text" name="stalnaam" value=""></td></tr>
<tr><td>Wachtwoord:</td><td><input type="password" name="wachtwoord1" value=""></td></tr>
<tr><td></td><td><input type="submit" name="inloggen" value="inloggen">
</table>
</form>









<form action="registreerv.php" method="POST">
<table>
<tr><td>Gebruikersnaam:</td><td><input type="text" name="gebruikersnaam" value=""></td></tr>
<tr><td>Stalnaam:</td><td><input type="text" name="stalnaam" value=""></td></tr>
<tr><td>Naam paard:</td><td><input type="text" name="naam paard" value=""></td></tr>
<tr><td>Ras:</td><td><input type="text" name="ras" value=""></td></tr>
<tr><td>Geslacht:</td><td><input type="text" name="geslacht" value=""></td></tr>
<tr><td>Wachtwoord:</td><td><input type="password" name="wachtwoord1" value=""></td></tr>
<tr><td>Controle wachtwoord:</td><td><input type="password" name="wachtwoord2" value=""></td></tr>
<tr><td>Emailadres:</td><td><input type="text" name="emailadres" value=""></td></tr>
<tr><td></td><td><input type="submit" name="registreer" value="Aanmelden">
</table>
</form>   



<center><script type="text/javascript" src="http://widget.supercounters.com/hit.js"></script><script type="text/javascript">sc_hit(614811,20,7);</script><br>
</center>




<div footer>

<img src="http://www2.artflakes.com/artwork/products/276616/poster/a8ff85b37895d52e168f4b2efed53c75.jpg" alt=indexfotorechts/>    

</div footer>
 
</container div>
 
</body>






</html>
 

 

 

but this is the picture:

 

 


<div footer>

<img src="http://www2.artflakes.com/artwork/products/276616/poster/a8ff85b37895d52e168f4b2efed53c75.jpg" alt=indexfotorechts/>    

</div footer>
 
</container div>
 
</body>
 
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.