2006-05-16 03:54:36
print problem
Ihi
I need to print some pages, but I can't find the print tools, should I enable or install the "print tools" first? how can I do this?
thanks
2006-05-16 03:54:36
Ihi
I need to print some pages, but I can't find the print tools, should I enable or install the "print tools" first? how can I do this?
thanks
2006-05-16 09:15:17
There is no need for a print tool. Use your browser's print button.
I do see that the print css is missing the style to hide the main navigation tabs. That can be easily fixed by adding the following style to the themes/default/print.css file:
div#topnavlistcontainer {
display: none;
}