Hi all, is it possible to add a header and footer to html tables. I would like to add our company info, address and logo to header and some other text to thefooterr
Solved! Go to Solution.
I assume you create the table using Create HTML Table Action? You simply need to create a string variable with all your header info including the HTML codes. EG
CompanyName<br>Street<br>city<br>Country Zip<p>Tel: 123456<p>
The above would produced
Company name
Street
City
Country Zip
Tel: 123456
The all you need do is A new compose after the above and your HTML table with a a concat. EG
concat(variable,HTML Table)
Shane Young Channel on Youtube has a video on it. I think this is the one https://www.youtube.com/watch?v=2rfAQe1kK8M&t=381s
He has a few on this topic
I assume you create the table using Create HTML Table Action? You simply need to create a string variable with all your header info including the HTML codes. EG
CompanyName<br>Street<br>city<br>Country Zip<p>Tel: 123456<p>
The above would produced
Company name
Street
City
Country Zip
Tel: 123456
The all you need do is A new compose after the above and your HTML table with a a concat. EG
concat(variable,HTML Table)
Hi thank you - how do I add a logo? Or picture
Shane Young Channel on Youtube has a video on it. I think this is the one https://www.youtube.com/watch?v=2rfAQe1kK8M&t=381s
He has a few on this topic
User | Count |
---|---|
92 | |
44 | |
21 | |
19 | |
17 |
User | Count |
---|---|
144 | |
51 | |
42 | |
40 | |
31 |