Hi all web sifu's and master, I'm really new in css&html. Can you help me to center this block?I'm really don't know how to center this two block. The exact adress is here: http://gadgetcroc.com/homestay/. Any comment and help really appreciate,thank you.
You need to change this: <div class="room span4"> Code (markup): to this <div class="room span6"> Code (markup): You will need to do that for both of those elements.
@HuggyStudios Wow, thank you very much sir,I'm really appreciate it. Now my image is centered, and how to center the form?
It won't fit evenly so you need to set the last column to span4 instead of span2. <div class="span4"> <a href="#" class="btn btn-pimary btn-submit"><font><font>In advance</font></font></a> </div> Code (markup):