OK, so I've been reading about CSS, and how in XHTML 1.0 the <table> tag is supposed to be "deprecated" and the World Wide Web consortium is trying to move developers away from the <table> tag completely, and into CSS based positioning.
After reading tons of CSS tutorials and positioning guides I was finally able to come up with a basic layout that doesn't use a single table (http://www.examancer.com/test.html), but I still have one huge problem:
Lets say I'm displaying a list of threads in a forum, and I want to display the thread title, the number of views, the number or replies, and the thread author all on the same line/row, but I want all the columns of all the rows to line up. How would I go about doing THAT in CSS? I can't seem to find an easy way.