Creating a printable version link... -
10-04-2004, 11:49 PM
I have a page with a couple of tables. I would like to have the users to click on a "printable version" link to just show them the content of the tables without the rest of the web page. This page is constructed with HTML and I just don't know how to do it.. I'm very new at this..
If you'll like to vew the page just let me know. Thanks for any input.
the easy way is to open your code with the table you want to be printable and copy it into a new html file with nothing but the code for the tables and save it as whatever and then where you want it to have the link for the printable version add this tag.
Quote:
<a href="print.html">Printable Version</a>
and replace "print.html" with whatever you named the page.
:)
did anyone but me notice this is started in october