Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~162 People Reached
Favorite Forums
Favorite Tags
Member Avatar for kyo.yamagata

I have this code for my HTML form and I'm using Twitter Bootstrap for my CSS. <form method="post" action="inquiry.php" class="form-horizontal"> <label><font color="red">*</font> First Name:</label> <input name="firstname" type="text" class="input-large" value="<?php echo $firstname; ?>"> .... ..... </form> My problem is my input boxes are shrinking. To make it more clear here is …

Member Avatar for lps
0
162