So I am in the process of making a new layout for my website, except I have no idea how to use divs. I want to align all of my content to the right.
http://i41.tinypic.com/2dt0p6x.jpg
It is a huge mess right now. The "hiya there..." part (:P) is actually overlapping one of the other divs. Bad div!
I want it to look like this:
http://i42.tinypic.com/ig9t37.jpg
This is the code at the moment:
Code:
<body>
<body>
<div>
<img src="images/layout/head9.png" width="725" height="395" usemap="#map" border="0"></div>
<div>
target="_blank">ALL OF THE SIDEBAR STUFF</div>
<div><font color="#ffffff">hiya there my names keyodie and im a retard</font></div></body>
So.
1. How do I make the content go to the left of the sidebar without having it overlap?
2. How do I make all of the divs align to the right?
and 3. Helpp?
