Clean print

  • Thread starter Thread starter capn bob
  • Start date Start date
C

capn bob

What do I need to do to set up to allow a visitor to print a recipe that I
have posted, stripped of html code, with just a couple of clicks. I am using
FP 2003.
 
Hi
If you have just a few recipes and they are not pulled from a database you
could just create a clean page with just the recipe text perhaps held
together in a table or div . You could then have a simple link to this
clean page. You can then add a javascript print button on this clean page or
the person could print the page using the main browser menu.
There other ways which you can do this using css but if you have only a few
recipes then these might be a bit unnecessary for your needs
Here is a search
http://www.google.co.uk/search?hl=en&q=+css+print+web+page+link&meta=
 
Thanks to both Tom and Paul for your responses. I played around with both
but in the end used Paul's K.I.S.S. approach
 
Back
Top