Results 1 to 8 of 8

Thread: Printing mode

  1. #1
    Christian
    Guest

    Default Printing mode

    Hi all,

    How can I get a part of a page e.g. a text or a picture or combination in
    the most easy way to a printing mode? I would like to add a button "print
    version" which gives immediately a print version on the screen. Is there a
    tool to do that automatically?

    Hope somebody is getting my idea...!

    Thanks for any help.

    Christian





  2. #2
    Richard Wayne Garganta
    Guest

    Default Re: Printing mode

    Christian wrote:
    > Hi all,
    >
    > How can I get a part of a page e.g. a text or a picture or combination in
    > the most easy way to a printing mode? I would like to add a button "print
    > version" which gives immediately a print version on the screen. Is there a
    > tool to do that automatically?
    >
    > Hope somebody is getting my idea...!
    >
    > Thanks for any help.
    >
    > Christian
    >
    >

    Sounds like a job for CSS. Oops, did I say that? I am sorry.

  3. #3
    Christian
    Guest

    Default Re: Printing mode

    Ohh, great, thanks so far, but...: Could you add another favor? What does
    that mean "Sounds like a job for CSS"..??
    THANKS
    Christian

    "Richard Wayne Garganta" <richinri@cox.net> schrieb im Newsbeitrag
    news:f2macl$28f2@flsun90netnews01.netobjects.com.. .
    > Christian wrote:
    >> Hi all,
    >>
    >> How can I get a part of a page e.g. a text or a picture or combination in
    >> the most easy way to a printing mode? I would like to add a button "print
    >> version" which gives immediately a print version on the screen. Is there
    >> a tool to do that automatically?
    >>
    >> Hope somebody is getting my idea...!
    >>
    >> Thanks for any help.
    >>
    >> Christian

    > Sounds like a job for CSS. Oops, did I say that? I am sorry.




  4. #4
    Micah Klesick
    Guest

    Default Re: Printing mode

    It means that you will probably have to use CSS coding to do it. If you
    search www.dynamicdrive.com for that, you will find a couple I beleive.

    --
    Micah Klesick
    www.learnNOF.creationtidbits.com
    Flash video and PDF tutorials on
    NetObjects Fusion
    --
    For a Forum on NOF versions 8-10 go to
    www.learnNOF.creationtidbits.com/index.php
    --

    "Christian" <elephant@gmx.net> wrote in message
    news:f2me0u$3c51@flsun90netnews01.netobjects.com.. .
    > Ohh, great, thanks so far, but...: Could you add another favor? What does
    > that mean "Sounds like a job for CSS"..??
    > THANKS
    > Christian
    >
    > "Richard Wayne Garganta" <richinri@cox.net> schrieb im Newsbeitrag
    > news:f2macl$28f2@flsun90netnews01.netobjects.com.. .
    >> Christian wrote:
    >>> Hi all,
    >>>
    >>> How can I get a part of a page e.g. a text or a picture or combination
    >>> in the most easy way to a printing mode? I would like to add a button
    >>> "print version" which gives immediately a print version on the screen.
    >>> Is there a tool to do that automatically?
    >>>
    >>> Hope somebody is getting my idea...!
    >>>
    >>> Thanks for any help.
    >>>
    >>> Christian

    >> Sounds like a job for CSS. Oops, did I say that? I am sorry.

    >
    >




  5. #5
    Nancy O
    Guest

    Default Re: Printing mode

    This tut shows how to create printer friendly pages in NOF.
    http://alt-web.com/Tutorials/printer_friendly.html

    Sorry, but conventional CSS print media methods don't work because NOF uses
    proprietary tags like <body NOF> and <MBLayout> which CSS doesn't
    understand.

    --Nancy
    http://alt-web.com/Tutorials/


    "Christian" <elephant@gmx.net> wrote in message
    news:f2m876$28f1@flsun90netnews01.netobjects.com.. .
    > Hi all,
    >
    > How can I get a part of a page e.g. a text or a picture or combination in
    > the most easy way to a printing mode? I would like to add a button "print
    > version" which gives immediately a print version on the screen. Is there a
    > tool to do that automatically?
    >
    > Hope somebody is getting my idea...!
    >
    > Thanks for any help.
    >
    > Christian
    >
    >
    >




  6. #6
    James
    Guest

    Default Re: Printing mode

    A simple solution would be to make a pdf copy of the content you want people
    to download and print. They can activate it by clicking on a link (icon)
    that says 'print'.

    Just a suggestion...

    "Christian" <elephant@gmx.net> wrote in message
    news:f2m876$28f1@flsun90netnews01.netobjects.com.. .
    > Hi all,
    >
    > How can I get a part of a page e.g. a text or a picture or combination in
    > the most easy way to a printing mode? I would like to add a button "print
    > version" which gives immediately a print version on the screen. Is there a
    > tool to do that automatically?
    >
    > Hope somebody is getting my idea...!
    >
    > Thanks for any help.
    >
    > Christian
    >
    >




  7. #7
    Christian
    Guest

    Default Re: Printing mode

    James, thank you very much - this way I use to do but looking on news sites
    etc. I am wondering whether there is an automized solution - or so...
    Maybe this is not existing...?

    "James" <james@livingcomfort.com.au> schrieb im Newsbeitrag
    news:f2o56g$8so4@flsun90netnews01.netobjects.com.. .
    >A simple solution would be to make a pdf copy of the content you want
    >people to download and print. They can activate it by clicking on a link
    >(icon) that says 'print'.
    >
    > Just a suggestion...
    >
    > "Christian" <elephant@gmx.net> wrote in message
    > news:f2m876$28f1@flsun90netnews01.netobjects.com.. .
    >> Hi all,
    >>
    >> How can I get a part of a page e.g. a text or a picture or combination in
    >> the most easy way to a printing mode? I would like to add a button "print
    >> version" which gives immediately a print version on the screen. Is there
    >> a tool to do that automatically?
    >>
    >> Hope somebody is getting my idea...!
    >>
    >> Thanks for any help.
    >>
    >> Christian
    >>
    >>

    >
    >




  8. #8
    Christian
    Guest

    Default Re: Printing mode

    Nancy, this works perfectly! Great, thanks very much.
    Christian


    "Nancy O" <nancyoshea1@NOSPAMverizon.net> schrieb im Newsbeitrag
    news:f2n5m1$5iv2@flsun90netnews01.netobjects.com.. .
    > This tut shows how to create printer friendly pages in NOF.
    > http://alt-web.com/Tutorials/printer_friendly.html
    >
    > Sorry, but conventional CSS print media methods don't work because NOF
    > uses
    > proprietary tags like <body NOF> and <MBLayout> which CSS doesn't
    > understand.
    >
    > --Nancy
    > http://alt-web.com/Tutorials/
    >
    >
    > "Christian" <elephant@gmx.net> wrote in message
    > news:f2m876$28f1@flsun90netnews01.netobjects.com.. .
    >> Hi all,
    >>
    >> How can I get a part of a page e.g. a text or a picture or combination in
    >> the most easy way to a printing mode? I would like to add a button "print
    >> version" which gives immediately a print version on the screen. Is there
    >> a
    >> tool to do that automatically?
    >>
    >> Hope somebody is getting my idea...!
    >>
    >> Thanks for any help.
    >>
    >> Christian
    >>
    >>
    >>

    >
    >




Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •