Hi Folks
so i managed to output some data in table format into an HTML file using the report text tool, table tool and render tool. Where the result is clickable links organised in columns.
Now i want to add bullets using the <ul> and <li> tags.
However these seem to be conflicting with what the pcxml allows. Is there a way to force a pass through of those html tags into the render?
Cheers
Solved! Go to Solution.
Hi @GavinAttard,
Would you have an example of what you are trying to build and an example of error message if any?
I have attached a really basic example but I am not sure if this is the kind of thing you are trying to build.
Kind regards,
Paul Noirel
Customer Support Engineer
Hi @GavinAttard,
Interesting example, thanks for sharing!
Indeed, in my example I have used <htmlpassthrough><![CDATA[ ... ]]></htmlpassthrough> to encapsulate the list.
Kind regards,
Paul Noirel
Customer Support Engineer
Hi
Re-opening this
So i used the methodas follows:
<htmlpassthrough><![CDATA[
<ul><li>]]></htmlpassthrough>[L1:A]<htmlpassthrough><![CDATA[</ul></li>]]></htmlpassthrough>
However the results was not quite as expected.
How does one combine dynamic fields with html passthrough?
kr
Just a heads up for other users searching "Bullet Points" in the Community...
For bullet point lists and rendering to something other than HTML, it's helpful to use two consecutive 'Report Text' tools.
Ahhhhh.. will give this a go
Gavin Attard
Digital Analyst
This is a great solution, and extremely simple. I've taken this solution a step further (and lazier) and now I'm just copying and pasting HTML between the tags and it comes out fine (except for image links, but easily fixable).
Right now I'm replicating an outlook email template, formatted in HTML, and making minor adjustments...then I'm claiming it as my own
BWAHAHAHA!