First of all, the staging site is at http://1mansblog.com
Now, if you look down at the bottom of the page you'll see there are two "Widgets" including descriptions and text. They are each enclosed in <div class="RecentPosts">, and are cumulatively contained within the footer widget area <div class="FooterWidgetArea">.
What I want is for the widgets to be center aligned. Not the text within them.
So, if the page would look like this:
CODE
---------------------------------------------
| |
| |
| |
| |
| |
| |
| |
| |
| Widget Widget |
---------------------------------------------
The method of alignment also needs to be flexible enough to accomodate any number of Widget areas. So, if there is only 1 it needs to be centered, or if there are 3 they need to be centered.
Anyone got a suggestion of how to tackle this issue? Obviously I can add or remove DIVs or do anything else so any suggestion or even pointers to other sites would help.
Also, as you're reading through there, feel free to criticize ANYTHING else you find... but only on the front page for now. There is still a ton of work to go on this but I might as well start knocking out the items everyone finds while I'm working on it. Now as you examine the code you're going to see that I've also used a table for the header layout - an obvious no-no which I'll work on later.
Thanks,
John
