Share » Forums » Setup & design » print view link

print view link

print view link

Tuesday 28 February 2006 11:58:08 pm - 2 replies

Author Message

Sergiy Pushchin

Thursday 02 March 2006 2:45:21 pm

If I understand you correctly you should not have this link in your print_pagelayout.tpl, or do you have this link not in pagelayout but in override for full node view?

Siniša Šehović

Sunday 05 March 2006 5:27:22 am

Hi risto,

You could use css to hide link on print page.

Just create css file with:

a {
display: none;
}

and include that file like:

<LINK rel="stylesheet" media="print" href="YOUR_FILE.CSS" type="text/css">

Notice that media="print". Media can be "screen" or "print".

That will do the trick :-)

S.

---
If at first you don't succeed, look in the trash for the instructions.

You must be logged in to post messages in this topic!

36 542 Users on board!

Forums menu