The Tournament Director Forums

Main => Help Me => Topic started by: thegooser on January 03, 2009, 03:25:04 PM

Title: HTML table within cell
Post by: thegooser on January 03, 2009, 03:25:04 PM
Hi all...

I want to be able to put the league in my template (pre-game screen).

When I put a HTML table into a cell it displays very strangely. If I add css to the top of it then it just displays a black cell.

any ideas how to do this? Ideally I'd like to use the export stats function to export our current league, then paste it into a cell.
Title: Re: HTML table within cell
Post by: thegooser on January 03, 2009, 05:54:49 PM
OK after a bit of playing around I've fixed it.

I used an iframe and a bit of playing around.

If anyone has the same problem in the future and has come across this post then let me know
Title: Re: HTML table within cell
Post by: Corey Cooper on January 05, 2009, 12:33:40 PM
HTML tables don't inherit styles the way other HTML elements do.  There are a couple of ways to workaround this, and you've found one of them.  I think the iframe approach is usually the best way.