Jump to content

bärti

+Premium Members
  • Posts

    46
  • Joined

  • Last visited

Posts posted by bärti

  1. Just a thought....

     

    Did you recently edit the page? Maybe HTML Tidy Stripped out your code? maybe?

    Do you mean the GC.com page? No, I don't edit this page. The following code is only an example to make the GC.com page more powerful.

     

    <head>
      ...
      <script type="text/javascript" src="../includes/lightbox.js"></script>
      <link rel="stylesheet" href="../css/lightbox.css" type="text/css" media="screen" />
      <Link rel="stylesheet" type="text/css" href="../printer.css" media="print">
      ...
    </head>

    printer.css

    .gmnoprint {display: none;}

    or

    .noprint {display: none;}

     

    Before the last update it was possible to use class="gmnoprint" in the coding. Now it is not available.

     

    My request to the web developers of GC.com is: Please include a new CSS-Style (media="print") like the example above.

     

    Greetings from Germany

    Stephan

  2. Since the last update I'm missing the embedded CSS Style "gmnoprint". I used it to suppress graphics in my cache descriptions. For example look at my cache Yabba Dabba Doo. When you have printed the description before the last update the graphic would not be printed.

     

    Is it posible to include a new printer friendly CSS-Style like this?

     

    <head>
      ...
      <Link rel="stylesheet" type="text/css" href="../printer.css" media="print">
      ...
    </head>

     

    printer.css

    .gmnoprint {display: none;}

     

    The coding in my description of Yabba Dabba Doo:

    ...
    <TD width="380" align="center" valign="middle" class="gmnoprint">
    <P align="center">
    	<IMG src="http://img.geocaching.com/cache/09c40f9a-9e06-4e99-8037-35fcbe594a16.jpg" 
    	width="350" height="352" border="0">
    </P>
    ...

     

    I think many users would be happy to use this CSS-Style.

     

    Best regards

    Stephan

×
×
  • Create New...