How does this look to you guys?

in safari it looks good, but i think the main box should be closer to the left side of the browser window, i think it looks unbalanced. otherwise it's kinda empty, but i like the plain look. is that css?
 
Css isn't hard...heck, it's easier to learn than html was (and ya know how easy that was :p).

'Course, your site is fine without it. I didn't look at the source, but I'm guessing you made the table a percentage of the window rather than an absolute pixel size, right?
 
The source has left, right, top, and bottom margins of 40. The table spans to 100% of the height and width of the remaining area. Since some browsers don't recognise the right and bottom margin tags (i.e. Safari and Mozilla), it looks a bit skewed off to the right side of the window in those browsers.

What is CSS and how is it usually used? :D
 
CSS stands for Cascading Style Sheets. It's used to do formatting, page layout, and stuff like that. HTML wasn't really made to do any of that stuff, just made to present text.
 
I really like your design! Quite nice! Only thing I noticed (besides the skew to the right) was that the Last Updated thing in the upper-right seems like it should have some space between itself and the edge of the main box.

I'm not a big fan of designing with tables...CSS is a little miracle of the web, now that browsers are finally lending it decent support (IE/Win barred). I highly recommend it...There are so many benefits. Read www.alistapart.com ...I believe they have some good CSS tutorials that actually explain why it's good.

Anyways, your design rocks! Way to go on the liquid layout!
 
Back
Top