Zer0Cam Posted June 24, 2007 Share Posted June 24, 2007 Ok, this is starting to irritate me a little bit I been messing around with this all night and was wondering if you guys could help I am making a contact script and It's not aligning properly call me dumb but I want things to look nice and tidy maybe you guys can help </head> <body> <div align="left"> <table width="60%" height="538" border="1" bordercolor="#000000"> <tr> <td height="533" align="left" valign="top" bordercolor="#000000" bgcolor="#FFFFFF"> <p align="left"><strong> <div align="center"></div> <form action="http://www.geekinc.info/Themes/default/feedback.php" method="post"> <div align="left"> <table width="521" height="471" border="0" align="left" cellpadding="7" cellspacing="2" bordercolor="#000000" summary="feedback form"> <tr> <td width="50">Name:</td> <td width="437"> <input type="text" name="name" size="32" /></td> </tr> <tr> <td height="52">Email address:</td> <td> <input type="text" name="email" size="32" /></td> </tr> <tr> <td height="295" colspan="2"> Message<br /> <textarea name="comments" cols="50" rows="15"> </textarea> </td> </tr> <tr> <td height="78" colspan="2" align="center"> <p align="left">(Please be as detailed as possible).</p> <p align="left"> <input name="submit" type="submit" value="Submit Question" /> <br /> </p></td> </tr> </table> </div> </form> <div align="left"> <p></p> </div> </strong></td> </tr> </table> I want to move (Please be as detailed as possible). up just under the box as well as the submission button I want the boxes by name ad email address over to the left a bit I want to insert some text on the very top and I want to have an image in there I would like the message filed to expand to the right a little more I just can't seem to figure this out heres the link http://www.geekinc.info/index.php?action=Contact Link to comment https://forums.phpfreaks.com/topic/56938-contact-script/ Share on other sites More sharing options...
ardyandkari Posted June 30, 2007 Share Posted June 30, 2007 <table width="60%" height="538" border="1" bordercolor="#000000"> <tr> <td height="533" align="left" valign="top" bordercolor="#000000" bgcolor="#FFFFFF"> <p align="left"><strong> <div align="center"></div> <form action="http://www.geekinc.info/Themes/default/feedback.php" method="post"> <div align="left"> <table width="521" height="471" border="0" align="left" cellpadding="7" cellspacing="2" bordercolor="#000000" summary="feedback form"> <tr> <td width="50">Name:</td> <td width="437"> <input type="text" name="name" size="50" /></td> </tr> <tr> <td height="52">Email address:</td> <td><input type="text" name="email" size="50" /> </td> </tr> <tr> <td height="295" colspan="2"> Message <br /><blockquote><textarea name="comments" cols="50" rows="15"> </textarea> <br>(Please be as detailed as possible).</blockquote> <div align="center"> <input name="submit" type="submit" value="Submit Question" /> </div></td> </tr> <tr> </tr> </table> </div> </form> <div align="left"> <p></p> </div> </strong></td> </tr> </table> try this, i think that it will work.... you do have an html editor, dont you??? i just changed some very minor things to get this... Link to comment https://forums.phpfreaks.com/topic/56938-contact-script/#findComment-286678 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.