merrymonk:

You need to STOP coming here solely to avoid "toil and trouble" and come, instead, to learn. - - for abusing the Monastery (again!) as a code-writing or code-editing service.

And, as you have been told several times, </br> is not a valid code here. PM doesn't use a full-spec html, xml, xhtm, or anything standard in user-written nodes. The acceptable markup can be found, profusely illustrated, in Markup in the Monastery; a briefer version is in Perl Monks Approved HTML tags .

When you want to make a bulleted list, use <ul><li>an item</li><li>next item</li><li>last</li></ol>; if you want your list numbered, use <ol> (li pairs, to taste) </ol> which will be much easier to read.

You'll also make your questions more readily readable (comprehensible) if you separate your ideas (topics) into paragraphs. Stream-of-consciousness narrative may be fine in fiction, but it really doesn't help you get help here.

Update: linked to wrong faq for "Approved HTML Tags;" now fixed.


In reply to Re^3: Excel - adding & writing to multiple worksheets query by ww
in thread Excel - adding & writing to multiple worksheets query by merrymonk

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.