My site layout is very simple. I want it to look something like this:
- One row of text that spans the width of the page.
- Four separate columns of text below that.
- Two columns below that where:
- The column on the left is thinner and spans the remaining height of the page.
- The column on the right has one short row of text and then another row of text below it that spans the remaining height of the page.
Each red block is text. Right now I just have each block underneath the next one, all centered. I want it to be laid out like the image above.
I cannot seem to figure out how to do this properly. Using relative alignment is a mess. Percentages don't seem to work either.