PDA

View Full Version : How to create image only tables that don't have dice assignment options?



Mythrial
August 29th, 2022, 18:08
Hey guys, sorry if I've missed something obvious here, I'm manually importing things from the Dungeons of Drakkenheim campaign guide, and I'm trying to put in some reference data that's in a table format, but not the type of table you roll on, and I'm trying to figure out how to emulate that in FGU. I've tried a variety of ways to get rid of the two blocks at the beginning of a row where you enter in the dice range, but I just can't figure out how. I just want to put these tables in so I can reference them for some things rather than being able to roll on them. Would it be better to just put the screenshots of them in as images instead of trying to format the data in?

5414654147

Zacchaeus
August 29th, 2022, 18:20
Welcome to FGU.

Don't use rollable tables. You can add tables to story or reference pages. See here for further information. https://fantasygroundsunity.atlassian.net/wiki/spaces/FGCP/pages/996640055/Basic+Actions#Formatted-Text-Fields

LordEntrails
August 29th, 2022, 18:47
There is an extensions that you might want to look into.
https://forge.fantasygrounds.com/shop/items/34/view

ddavison
August 29th, 2022, 18:50
You can type it up as an HTML table and it will work within a formatted text field.

<table>
<tr><td>XXX</td><td colspan=3>YYY</td>
<tr><td>XXX</td><td colspan=3>YYY</td>
</table>

Once you type that in, right-click and choose the Magic Wand to turn it into FG format.

Mythrial
August 29th, 2022, 18:54
Oh perfect, that's exactly what I needed, thanks a bunch!

Zacchaeus
August 29th, 2022, 19:18
You can type it up as an HTML table and it will work within a formatted text field.

<table>
<tr><td>XXX</td><td colspan=3>YYY</td>
<tr><td>XXX</td><td colspan=3>YYY</td>
</table>

Once you type that in, right-click and choose the Magic Wand to turn it into FG format.

That throws an error :)

LordEntrails
August 29th, 2022, 19:28
I think the rows are missing
</tr>

Zacchaeus
August 29th, 2022, 19:31
I think the rows are missing

They are but it still throws the error.

superteddy57
August 29th, 2022, 19:33
Always ruining my Monday Zacchaeus!

superteddy57
August 29th, 2022, 19:38
Works without the colspan=3 flag.

Zacchaeus
August 29th, 2022, 21:08
always ruining my monday zacchaeus!

lol

damned
August 30th, 2022, 00:13
3 shoudl probbaly be "3"