Author Topic: HTML table within cell  (Read 1189 times)

thegooser

  • Jr. Member
  • **
  • Posts: 53
    • View Profile
HTML table within cell
« 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.

thegooser

  • Jr. Member
  • **
  • Posts: 53
    • View Profile
Re: HTML table within cell
« Reply #1 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

Corey Cooper

  • Administrator
  • Hero Member
  • *****
  • Posts: 6216
    • View Profile
Re: HTML table within cell
« Reply #2 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.