|
Alright - I had another thought....
I might be able to grab the HTML that comes back from the web service and replace all <tr>, <td> etc elements with <div> elements. That way I'd just end up having a bunch of nested DIVs, and the evil table is gone.
I tried mocking that up, and I dunno, I just couldn't get it to look right. The vertical centering of the text was tricky (I didn't end up solving it), and I couldn't get the little images to go where they should.
Anyone care to help me out? (The code above should be fine, just replace all the table elements with DIVs)
|