css noob here, struggling to figure out how to make the float:left work.
The page that I am trying to fix is here: http://www.yshara.com
1) I would like to align the links: twitter and website on that page to the right of the profile page.
2) How to align the heading ‘Joe Johnson’ etc with the image-container top.
thanks for your help.
Apply clearfix to the parent div as opposed to placing one in the middle:
EDIT: sorry, didn’nt read your second question. The thing pulling your title down is the margin on
<h1>tags. Add this in your CSS: