Okay, so here’s my problem. In my redesign, I’ve managed to break this page. I’m not sure what happened to it, but it’s thoroughly dead. It’s the only instance I have of tables on the site, but it’s exactly the kind of data that tables were meant to contain, right? I don’t know a better, more semantic way to display it than through tables. Yet tables broke it.
Any ideas would be very much appreciated. Thanks!
Edit: Nevermind. It turns out when I enabled the Textile plugin, it automagically added
tags to my code. However, this created a minor issue in that you can’t have a table inside a paragraph. Back to manually coding ’s and “ for me!