Symbianize Forum

Most of our features and services are available only to members, so we encourage you to login or register a new account. Registration is free, fast and simple. You only need to provide a valid email. Being a member you'll gain access to all member forums and features, post a message to ask question or provide answer, and share or find resources related to mobile phones, tablets, computers, game consoles, and multimedia.

All that and more, so what are you waiting for, click the register button and join us now! Ito ang website na ginawa ng pinoy para sa pinoy!

[help] ALIGNING ELEMENTS IN BOOTSTRAP!

gutomlagi

The Patriot
Advanced Member
Messages
638
Reaction score
0
Points
26
View attachment 203468

help nmn sa pag aalign ng form na to huhuhu BOOTSTRAP po!

Code:
<ul class="pager" ><li class="next " ><a href="logout.php" name="logout">Logout</a>
<div class="col-md-6 ">

    <img src="profilepics/sample.jpg" class="img-circle pull-left" width =200 height=200 >

</div>

<form class="form-horizontal " role="form">

  <div class="form-group form-group-sm">
    <label class="col-sm-2 control-label" for="lg">First name</label>
    <div class="col-xs-5">
      <input class="form-control" type="text" id="lg">
    </div>
  </div>
  <div class="form-group form-group-sm">
    <label class="col-sm-2 control-label" for="sm">Middle name</label>
    <div class="col-xs-5">
      <input class="form-control" type="text" id="sm">
    </div>
  </div><div class="form-group form-group-sm">
    <label class="col-sm-2 control-label" for="sm">Last name</label>
    <div class="col-xs-5">
      <input class="form-control" type="text" id="sm">
    </div>
  </div>
<div class="form-group form-group-sm">
    <label class="col-sm-2 control-label" for="sm">Contact Number</label>
    <div class="col-xs-5">
      <input class="form-control" type="text" id="sm">
    </div>
  </div>
<div class="form-group form-group-sm">
    <label class="col-sm-2 control-label" for="sm">Email</label>
    <div class="col-xs-5">
      <input class="form-control" type="text" id="sm">
    </div>
  </div>
<div class="form-group form-group-sm">
    <label class="col-sm-2 control-label" for="sm">Username</label>
    <div class="col-xs-5">
      <input class="form-control" type="text" id="sm">
    </div>
  </div>
  <div class="form-group form-group-sm">
    <label class="col-sm-2 control-label" for="sm"></label>
    <div class="col-xs-5">
      <a href="retreivepass.php"><input class="btn btn-default"
      name="submit" type="button" id="sm" value="Reset Password" ></a>
      <input class="btn btn-default" type="button" id="sm1" value="Edit" onClick="changetext()">
    </div>
  </div>

</form>
 

Attachments

  • sdfs.JPG
    sdfs.JPG
    32.8 KB · Views: 7
Back
Top Bottom