adredz Posted February 27, 2008 Share Posted February 27, 2008 Hi! How to put the form at the bottom left of the page? I have my form ( it's a comment form ) placed inside a table and the latter is placed inside the div tag. Any help please... Quote Link to comment Share on other sites More sharing options...
adredz Posted February 27, 2008 Author Share Posted February 27, 2008 Hi, Here's my code. I really have no idea to place the form at the bottom. <html> <head> <title>Mobile Phone Tweaks</title> </head> <style type="text/css"> .ent {font-family: verdana, tahoma; font-size: 10px;} .ek {filter: alpha(opacity="70"); background-color="none"; border: 0px solid;} a:link { text-decoration: none} a:active { text-decoration: none} a:visited { text-decoration: none} </style> <table style="border: 1px dotted #FFFFFF" cellpadding="1" cellspacing="1" border="1" bordercolor="#4B7EC5" cellpadding="1" cellspacing="1" border="1" bordercolor="#000000" class="ek" align="center" height="95"> <tr> <td width="800" height="91" class="ent" bgcolor="lightgray" > <center> <p><b><font size="5" face="Fixedsys">Mobile Phone Tweaks</font></b></p> <p><b><font face="Fixedsys" size="3">Providing you Tweak Tutorials for your chosen Model</font></b></p> </center> </td> </tr> </table> <div align="center"> <table style="border: 1px dotted #FFFFFF" cellspacing="1" border="1" bordercolor="#4B7EC5" class="ek" height="800" width="806" bgcolor="lightgray"> <tr> <td> <h3 class="comments">Leave a Reply</h3> <form action=".php" method="post" id="commentform"> <p><input type="text" name="author" id="author" value="" size="22" tabindex="1" /> <label for="author"><small>Name (required)</small></label></p> <p><input type="text" name="email" id="email" value="" size="22" tabindex="2" /> <label for="email"><small>Mail (will not be published) (required)</small></label></p> <p><input type="text" name="url" id="url" value="" size="22" tabindex="3" /> <label for="url"><small>Website</small></label></p> <p><textarea name="comment" id="comment" cols="70%" rows="10" tabindex="4"></textarea></p> <p><input name="submit" type="submit" id="submit" tabindex="5" value="Submit Comment" /> <input type="hidden" name="comment_post_ID" value="143" /> </p> </td> </form> </tr> </table> </div> </html> Sorry if I am doing query this wrong, I am just starting to get my way around here... Thanks! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.