Hi, when printing a web page created with amember/wordpress, Not only does the page print but I also get a folder directory structure to the page printing as well. Is this a amember thing? A word press thing? How can I get just the page to print without the folder structure? Thanks, RJay
Click on this link and select print preview from the browser. http://www.innovative-trading-solutions-online.com/member/signup/index/c/rjayrenkotrial RJay
Hi, This is not related to aMember. You'll get the same issue on other pages for example: http://www.innovative-trading-solutions-online.com/test/kinetick/ Some styles and javascript is ignored when you print it, so printed page will be different.
>>How can I get just the page to print without the folder structure? What you are seeing is you MENU structure. You possibly could use some CSS to remove the menu when the page is printed. print.css #access { display:none; } Have a look at http://www.w3.org/TR/CSS2/media.html Regards, Gary