http://qs1969.pair.com?node_id=917151


in reply to Re: Laying Your Foundations
in thread Laying Your Foundations

Broken HTML?
perl.j-----A Newbie To Perl

Replies are listed 'Best First'.
Re^3: Laying Your Foundations
by davido (Cardinal) on Jul 28, 2011 at 00:28 UTC

    Even if your intent was to have most of your post in bold italic, there are still problems with your HTML. And leaving them in a post reminds me of a kid running off with his shoes untied, in his eagerness to play with his friends.

    PerlMonks provides safeguards that I find helpful:

    • Visit Display Settings and make the following settings:
      • Enforce proper nesting of HTML: Checked.
      • HTML Error Reporting Level: 3
      • HTML Error Reporting During Preview: 4
    • Visit User Settings and make the following settings:
      • Turn Hints Off: Unchecked.
      • No Forced Preview: Unchecked.

    With those settings you will see the most common HTML errors identified when you hit preview. Then you will have plenty of opportunity to fix the mistakes before committing your document to public view. Even after it's been posted, you'll continue to see the nag-tags until you've taken the time to edit your post fixing HTML errors.

    In that way, when someone suggests your HTML is broken you will not be unaware or unable to identify where it needs to be fixed.


    Dave

      Thanks to luis.roca's great help, I have fixed the HTML problems in my post.
      perl.j-----A Newbie To Perl
      A reply falls below the community's threshold of quality. You may see it by logging in.
Re^3: Laying Your Foundations
by Anonymous Monk on Jul 28, 2011 at 00:02 UTC
    Did you intend the majority of your posting to be in bold italics?

      Apparently he did. Each of the five list items is formatted like so:

      <p><b>1)<i> ... </p></b>

      In my browser (Chrome) at least, it appears that the </b> is ignored because it's outside the <p> block.

      The needed </i> is completely missing.

      I reckon we are the only monastery ever to have a dungeon stuffed with 16,000 zombies.
      Yes, I did.
      perl.j-----A Newbie To Perl
        Having most of it in bold makes it painful to read, and increases the chance that many folks will just not bother to do so.

        Bold text is useful for making individual words (or a small group - like a heading) stand out against the background, but making it all bold is just makes it a pain to read.