You should really check out this stylesheet demo site. It renders boxes properly with Netscape 4.5 in WinNT. I also recommend trying different browsers against the W3C CCS Test Suite if you want to know what they can do, it's a great reality check when something you coded doesn't show up right. Western Civ has some interesting if semi-ugly pages with a great browser compatibility matrix. They also have other good stuff nearby. Since imperfect HTML can get really hosed by stylesheets, validate your html. If you use CGI.pm, watch out--it generates a HTML 2.0 doctype descriptor that this validator hates (is this a bug?). You may also want to validate your stylesheet. I hope you find this info useful, even though it ain't strictly Perl.

Update: The newest versions of CGI.pm can generate a variety of doctype declarations.


In reply to CSS Resources by TGI
in thread Lesson Two of Online CGI Course by Ovid

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.