Message # 1 | 12:57 PM
1. For Guesbook: thats the problem

here the link: http://lizeal.tk/gb/

as you can see there are some boxes that collapse, i mean not on its right place and the text also continue to spread every where i tried to edit it but nothing happen ( i edit its table)

2. this search form what should i do to make this work:
Code
<form id="search-form" method="post" enctype="multipart/form-data">
                         <fieldset>  
                             <div class="search-field">
                    <input name="search" type="text" value="Search..." onBlur="if(this.value=='') this.value='Search...'" onFocus="if(this.value =='Search...' ) this.value=''" />
                    <a class="search-button" href="#" onClick="document.getElementById('search-form').submit()"></a>  
                             </div>       
                         </fieldset>
                     </form>

problem : 405 not allowed.....uServe/3.2.2

3. Contact us:
Code
<form id="contact-form" method="post">
                    <fieldset>
                    <label><input name="email" value="Email" onBlur="if(this.value=='') this.value='Email'" onFocus="if(this.value =='Email' ) this.value=''" /></label>
                    <label><input name="subject" value="Subject" onBlur="if(this.value=='') this.value='Subject'" onFocus="if(this.value =='Subject' ) this.value=''" /></label>
                    <textarea onBlur="if(this.value=='') this.value='Message'" onFocus="if(this.value =='Message' ) this.value=''">Message</textarea>
                    <div class="buttons">
                    <a href="#" onClick="document.getElementById('contact-form').reset()">Clear</a>
                    <a href="admin@lizeal.tk" onClick="document.getElementById('contact-form').submit()">Send</a>
                    </div>                              
                    </fieldset>            
                             </form>

problem: error message when i use it

4. how to modify registration page into short one. just like registration page of facebook.
i want only to have a small regsitration page in the bootom part -----(what should i do to make it possible)

Added (2013-07-09, 6:57 AM)
---------------------------------------------
please i need answers my thread. ive been waiting if for two weeks since i post this thread.


1F4BF3B