ChuckFrain said: Thanks for the comments. The image will be worked on in the coming days. If you know how to leave the column that you speak of, I'll be glad for the advice. It'll save me time from figuring it out:)
It depends on how you're handling the design. If you're using a CSS-based layout, you just need to add a new floating div to the left of the other two columns. So it'd be something like this:
#left-column { width: 150px; float: left; }
#center-column { width: 500px; }
#right-column { width: 150px; float: right; }
If more than one div is aligned to the same position (such as "left") then the floats will stack from left to right, in the order that you call them. This is an extremely basic example though and it'll likely require some tinkering to get it to work properly. You'll likely have to work with padding and margins, and you may want to make the sizes relative rather than absolute. If you run into any trouble, just let me know. I'd be glad to help out.
And yes, any RSS, ATOM, and RDF feed can be added to the site. The SSH key is required on the Ubuntu site so that the users can log in themselves and edit the file or run a script to add themselves to the feed. I haven't taken it to that level yet so for now it's a matter of emailing me the relevent info and I'll add you manually.
Cool. I don't have a blog at the moment but I was considering starting one, so I'll definitely send you the info if I decide to do so.