Hi at all
I'ld want to hide a tag during display on screen and I want to show the tag
when I print the page.
I try:
<td style="display: none">
or
<div style="display: none">
<td></div>
but the <tdis always displayed and it work also on screen
How can I do please?
Best regards and thank you in advance
I'ld want to hide a tag during display on screen and I want to show the tag
when I print the page.
I try:
<td style="display: none">
or
<div style="display: none">
<td></div>
but the <tdis always displayed and it work also on screen
How can I do please?
Best regards and thank you in advance
Comment