Roll20 uses cookies to improve your experience on our site. Cookies enable you to enjoy certain features, social sharing functionality, and tailor message and display ads to your interests on our site and others. They also help us understand how our site is being used. By continuing to use our site, you consent to our use of cookies. Update your cookie preferences .
×
Create a free account

Straddling columns in Tables

Heya everyone,     I was wondering if there was a way to straddle many columns in a particular row of a table, when designing macros.  For instance, I am making spell macros, and wonder if I can straddle several columns when describing the spell description, but leave the other columns intact (components, range, Duration, etc.) Cheers, Tom
1603912557
The Aaron
Roll20 Production Team
API Scripter
You are probably using the Default Roll Template?  If that's the case, the answer is probably not.
true.. I am using the  template:DnD35StdRoll....  so am I out of luck?
1603913113

Edited 1603913141
Tom
Pro
and is there another template out there that would be more flexible? I am playing 3.5
1603915648

Edited 1603915936
Kraynic
Pro
Sheet Author
I haven't ever used that sheet, but do any of the rolls made from the sheet have a notes or description section?  If so, you should be able to use that to get your text in at full width. Edit: Looking at the sheet code on github, it looks like you should be able to add a notes section.  It would have to be last.  Try using {{notes=Your spell description here}} as the last bit of your macro and see if it works.  If I am reading it right, it is set up to span the columns.
1603924183

Edited 1603926771
Tom
Pro
Thank you, I'll give it a shot... yup {{notes= message}} works... I was doing {{notes:= message}}  that little colon messed me up.... arg