AngeloZanetti wrote:
>
> Shawn McKenzie wrote:
>
>> PJ wrote:
>>
>>> PROBLEM 1 solved: errant <div>s removed; strange that they were
>>> inhibiting entry of data into form field?
>>>
>>> PROBLEM 2 not resolved: but the form was off the page and clipped in
>>> upper right hand corner. What can be done to get it to show correctly?
>>>
>>>
>> Remove the link to any stylesheets that you're using and see what it
>> looks like.
>>
>>
>>
>>
>
> Where is your source code / form so we can see what is going on?
>
> http://www.Elemental.co.za http://www.Elemental.co.za
> http://www.wapit.co.za http://www.wapit.co.za
>
The code:
...snip
<div id="loginbox">
<form name="login" method="post" action="<? echo
$_SERVER['PHP_SELF'] ?>">
<h2>accès client <br /><input type="text"
name="title" value="<? echo $user; ?>" size="10" /><br />
mot de passe <br /><input type="text" name="title" value="<?
echo $passwd; ?>" size="10" /><br />
<input class="submit" name="submit" type="submit"
value=" entrez " /><br /></h2>
<h2><a href="inscription.php"> Inscription </a></h2>
</form>
</div
snip...
I had posted this earlier... just before finding the blockage for the input in
PROBLEM 1, though I don't know why some stray <div>s would cause that.
--
Hervé Kempf: "Pour sauver la planète, sortez du capitalisme."
-------------------------------------------------------------
Phil Jourdan --- [email protected]
http://www.ptahhotep.com
http://www.chiccantine.com/andypantry.php
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php