Author Topic: tournamrnamentlayout  (Read 2821 times)

Mahound

  • Sr. Member
  • ****
  • Posts: 395
  • THE ONLY time i get screwed is when i play poker!
    • View Profile
tournamrnamentlayout
« on: August 13, 2017, 01:35:27 PM »
on the tournament layer would it-be able to add a circular cell so a message can made  to show a circular message and is their HTML available to be able to do this
can gif be  inserted into  into a cell?

Corey Cooper

  • Administrator
  • Hero Member
  • *****
  • Posts: 6216
    • View Profile
Re: tournamrnamentlayout
« Reply #1 on: August 14, 2017, 02:57:44 PM »
Adding an image is easy.  Just press the Insert Image button when editing the contents of a cell.  Then you just select an image and the TD app inserts the appropriate HTML for you.

I think by "circular cell" you might be referring to a marque HTML tag, like this:

<marquee>This text will scroll right-to-left.</marquee>

It's an older (and obsolete) HTML element but it still works.  Here is a reference page for its various options: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/marquee