Topic: Tableless Tests
Following on from the previous discussion about going tableless you have now had the chance to see a tableless design in action. I've also had the chance to see it on a populated live board.
My observation is that it is completely successful and worthwhile on index.php because it introduces a lot of flexibility without any downside from what I can see.
In the case of viewforum it also seems to work. The one sticking point is search results. It isn't really possible to put the forum in its own column. The reason is that all the columns apart from the first have widths in em's. (percentages don't work very well). The result is on a narrower display you would end up with the forum column taking a lot more width than the main column.
