Hi Brian, as far as I can remember your v1 had a fully right-aligned bottom same as what this gives you.
Maybe it looked slightly different on your screen because you now have a new computer with a higher resolution monitor than before?
But actually, there is maybe one easy way to set up what you are talking about, put this in, instead of what I wrote above:
body { text-align:right; padding-right:200px; }
Notice there the 200px part? If you want to have more space to the right size increase the number part to something like 300 or 400, etc...
- Michael
|