Hmm. I wonder if it is a style sheet problem. I didn't even think of that. If so, why would it function in the normal .htm file but not in my Perl script though? Anwyay, here's the style sheet:
a { color: #000099; } a:hover{ color:#33FF33; background-color:white; text-decoration:underline; } .smallred { font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #CC0000; } .smallblack { font-family: Arial, Helvetica, sans-serif; font-size: 10px; color:#000000; } .smallblackheading { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color:#000000; font-weight: bold; } .smallredheading { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color:#CC0000; font-weight: bold; } .h1shade { font-family: Arial, Helvetica, sans-serif; font-size: 36px; text-transform: lowercase; color: #000066; background-color: #CCCCCC; } .h2shade { font-family: Arial, Helvetica, sans-serif; font-size: 24px; text-transform: lowercase; color: #330066; background-color: #CCCCCC; } .h3shade { font-family: Arial, Helvetica, sans-serif; font-size: 18px; text-transform: lowercase; color:#990000; background-color: #CCCCCC; } .h1 { font-family: Arial, Helvetica, sans-serif; font-size: 36px; text-transform: lowercase; color: #000066; } .h2 { font-family: Arial, Helvetica, sans-serif; font-size: 24px; text-transform: lowercase; color: #330066; } .h3 { font-family: Arial, Helvetica, sans-serif; font-size: 18px; text-transform: lowercase; color:#990000; } .bar { font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 24px; color: #000033; text-transform: lowercase; background-color: #FFCC00; border-style: solid; border-top-width: 3px; border-left-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-color: #333333; } .note { border-style: solid; border-top-width: 10px; border-color:#660033; } .bodytext { font-family: Arial, Helvetica, sans-serif; font-size: 10px; color:#000033 font-weight: normal; border:solid thin yellow; }

In reply to Re^3: 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":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • 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
  • 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;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.