Hiding style sheet

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • KHaled

    Hiding style sheet

    Hello..

    I am developing a web page which will include style sheets, and
    I would like to have it so that the viewer cannot access the
    code, but obviously be able to see and navigate the page.

    Are there ways of hiding style sheets so that they would not be
    downloadable using a site downloader software ?

    TIA,
    KH.
  • John Bokma

    #2
    Re: Hiding style sheet

    KHaled wrote:
    [color=blue]
    > Hello..
    >
    > I am developing a web page which will include style sheets, and
    > I would like to have it so that the viewer cannot access the
    > code,[/color]

    Impossible. In order to use it, your browser needs to download it.
    [color=blue]
    > but obviously be able to see and navigate the page.
    >
    > Are there ways of hiding style sheets so that they would not be
    > downloadable using a site downloader software ?[/color]

    No. A browser needs to download stuff like that in order to use it. It can
    not mind read, nor guess. Something has to travel from the site to the
    browser, and hence arrives at the computer of the visitor and hence, can be
    copied, viewed, printed or whatever he/she wants to do with it.

    --
    John MexIT: http://johnbokma.com/mexit/
    personal page: http://johnbokma.com/
    Experienced programmer available: http://castleamber.com/
    Happy Customers: http://castleamber.com/testimonials.html

    Comment

    • Dennis M. Marks

      #3
      Re: Hiding style sheet

      In article <Xns957EC2979EA 79khaledlocalho st@130.133.1.4> , KHaled
      <me@localhost.h ome> wrote:
      [color=blue]
      > Hello..
      >
      > I am developing a web page which will include style sheets, and
      > I would like to have it so that the viewer cannot access the
      > code, but obviously be able to see and navigate the page.
      >
      > Are there ways of hiding style sheets so that they would not be
      > downloadable using a site downloader software ?
      >
      > TIA,
      > KH.[/color]

      If the web page can download it then it can be downloaded directly. No
      special software. Just look for the address in the html source and
      enter it on the address line. The answer is NO. Same answer as
      javascripts.

      --
      Dennis Marks

      Mail to the return email address is bounced.
      Go to web site for active email address.


      ----== Posted via Newsfeeds.Com - Unlimited-Uncensored-Secure Usenet News==----
      http://www.newsfeeds.com The #1 Newsgroup Service in the World! >100,000 Newsgroups
      ---= East/West-Coast Server Farms - Total Privacy via Encryption =---

      Comment

      Working...