Actually, what CSS generally adds is faster downloads (CSS markup is generally smaller than HTML markup),
That I doubt. Perhaps you save a couple of bytes of downloaded content (not that that really matters - the ads on the pages take far more bytes than anything else), it does require an extra request. Beside the page, an additional request for the CSS pages has to be made - even if the response is just a 204 - Not Modified.

As for Firefox, I recently installed it, noticed that using the middle mouse button no longer opened the link in a new window, didn't find a setting or another easy way to open a link in a new window and ditched Firefox. I know people get all excited about tabs, but windows are under the control of my window manager, while tabs aren't. And since I can do important window operations (delete for instance, or cycling) with a single keystroke without having the move the mouse, using separate windows is much faster than tabs.


In reply to Re^6: Web forum markup language and the Monastery ([[...]]) by Anonymous Monk
in thread Web forum markup language and the Monastery by szabgab

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.