Viewing How do I import a table into text box and preserve the tabs?

How do I import a table into text box and preserve the tabs?



User: Richard S. 3 years ago
I'd like to import either a spreadsheet table or tabbed table. I have date, time, place, description of event. With freeform text the information gets messed up as the text box changes size. If the text broke at the tabs at least that would help.
User: EverWeb Support 3 years ago
Hi Richard,

Thanks for reaching out.

You might want to consider uploading it as an image or, embed it with the help of HTML Snippet widget. Here's how:

1. Obtain the PATH. To obtain the PATH in EverWeb, go to Assets, control+click your file and select “Copy relative path”. Screenshot: https://snipboard.io/sTZAIj.jpg
2. Check this code:
<iframe height=600 width=600 src="PATH"></iframe>
In this code, replace the PATH word with the relative path you’ve copied in the step 1.
3. The resulting code should look like this:
<iframe height=600 width=600 src="{!-ASSETSPATH-!}myfile.abc"></iframe>
4. Place HTML snippet widget on your page. In the widget settings on your right, paste the resulting code from the step 3.
5. The result would look like this: https://snipboard.io/OYglM0.jpg
You may change numbers after height and width, for example height=800.
6. Click Apply.

Hope this helps.

Best Regards,
Alex

-------------------------------
EverWeb Customer Support
Submit Tickets or Learn More
User: Richard S. 3 years ago
Alex, so I would make the changes outside of Everweb, make a jpg of it and upload it to Everweb. Correct? Thanks
User: Paul-RAGESW 3 years ago
Hi Richard,

There are also two table widgets here that may work for you;
https://www.everwebgarden.com/widgets/data-table.html
https://www.everwebgarden.com/widgets/responsive-searchable-table.html

-------------------------------
Paul
EverWeb Developer


Post Reply
You must login or signup to post.