Hi Skeeve,

  1. Shift-Reload? Never heard of that. What does that do? I tried it but couldn't see it do anything.
  2. Empty the Browser's Cache? Is this the same as deleting temporary internet files? I tried that, yes.
  3. Load the style sheet directly into my browser? Do you mean doing something like this in the address bar? http://127.0.0.1:81/perl/secure/training_site.css I tried that; it only opens the style sheet inside of an editor.
  4. View the source page received? Yes, and the HTML code looks fine. In fact copying and pasting the resulting HTM code as it's own HTM file does correctly display the styles.

    Thanks for responding.


    In reply to Re^2: Style Sheet Doesn't Display Styles by JaredHess
    in thread Style Sheet Doesn't Display Styles by JaredHess

    Title:
    Use:  <p> text here (a paragraph) </p>
    and:  <code> code here </code>
    to format your post, it's "PerlMonks-approved HTML":



  5. Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  6. Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  7. Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  8. Please read these before you post! —
  9. Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  10. You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  11. Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  12. See Writeup Formatting Tips and other pages linked from there for more info.