I know that you can use a stylesheet to select the areas and font, color, etc.
I have received the information on how to do this.
My problem, I can't seem to get it to work.
The last time I made an attempt, it messed up other codes I have in place.
This is how I understand the process;
First Create a Stylesheet
Does the stylesheet need certain opening and closing tags?
Contains .noprint section
Formatting section
Then I needed to add this across my site, to the Head of each page, or to the main head section.
To do this I found the following code to be inserted in the Tracking;
This is what I added;
<?php
XG_App::addToSection("<link rel="stylesheet" href="/print.css" type="text/css" media="print" />");
?>
I then uploaded the print.css stylesheet to the root directory of my site.
<head>
<STYLE TYPE="text/css">
</head>
/* Remove unwanted elements */
#xg, #xn, .noprint
{
display: none;
}
/* Ensure the content spans the full width */
#xg_module_body
{
width: 100%; margin: 0; float: none;
}
/* Change text colour to black */
.lighttext
{
color: #000
}
/* Improve colour contrast of links */
a:link, a:visited, #xg_body a:,
{
color: #781351
}
All I want to print out is the Member content of the My Page, or just the notes text area, maybe both.
I can't even begin to think about doing 2 if I can't get one to work.
Maybe I missed a step or something...............
Is there a way to make this work?
I have followed everything the way it was laid out to me.
I am just trying to make it easier for me and my Members to get a print out.
I know, it is easy to do with the print preview and all, for some of us.
It would be better to just click a link and have it done for you.
Any ideas.
And please, none of this, do this and that crap. Explain what you mean if you comment, PLEASE!
Very frustrated!