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

HTML input in handout pages

I'd like to be able to drop raw html into journal handouts, that way I can easily structure and dump large amounts of data at once. Currently I'm just trying to put up a simple table so I can provide my players with a 'loot' handout from the last encounter they did. I know I can click on the table button and fill one in, but since I work with other programs it'd be much easier if I could just dump out some html for a table and paste it in there. When I do it just displays the code as if it was all escaped. CSS would be a nice plus, but not at all required for what I'm doing right now. Is there some way to get this working? Thanks!
1464131617

Edited 1464131771
There shouldn't be any issues with copying and pasting HTML that can be created via the redactor toolbar (e.g. tables). Make sure that the HTML code doesn't contain any line breaks. If you continue to experience issues, feel free to post the code here.
Ahh, I see... The problem was that (since it's a long table) I had it spanning multiple lines(one line per table row). Taking out all line breaks did allow it to parse and appear correctly, thanks! Is there anyway to allow it to accept multi-line html pastes? Sure I can throw things through a quick filter to delete newlines, but it kinda makes it a bit of a mess. I'd even be ok with completely disabling the editor so I have to put in html for these files.
Wow! I had no idea you could do this! This'll make things easier...