Add or remove parts of the article
Posted: 26 Nov 2014, 19:38
Hi,
I'm trying to obtain some kind of "product sheets" by articles wrote in Joomla, but sometimes this sheet are sligtly different by the web,
I've to add some additional info or remove some unwanted.
How to obtain this kind of behaviour ?
What if I add a css class to text blocks like
this to show just on the web:
this to show just on pdf:
Do you think is there any other kind of solution ?
I'm trying to obtain some kind of "product sheets" by articles wrote in Joomla, but sometimes this sheet are sligtly different by the web,
I've to add some additional info or remove some unwanted.
How to obtain this kind of behaviour ?
What if I add a css class to text blocks like
this to show just on the web:
Code: Select all
<p class="hide-in-pdf">....</p>
this to show just on pdf:
Code: Select all
<p class="hide-in-web">....</p>
Do you think is there any other kind of solution ?