http://qs321.pair.com?node_id=1149252


in reply to Re^4: True or False? A Quick Reference Guide
in thread True or False? A Quick Reference Guide

Yup. I've had that feature turned on ever since I learned about it. :-)

It looked like my anchors and column settings were no longer valid. Not being an expert (or even a novice) in such things, I assumed it was an issue with HTML5. I'll take formatting suggestions if you've got any...

  • Comment on Re^5: True or False? A Quick Reference Guide

Replies are listed 'Best First'.
Re^6: True or False? A Quick Reference Guide
by Anonymous Monk on Dec 03, 2015 at 03:43 UTC

    It looked like my anchors and column settings were no longer valid. Not being an expert (or even a novice) in such things, I assumed it was an issue with HTML5. I'll take formatting suggestions if you've got any...

    well, perlmonks advertises html4 not html5

    I don't really have any recommendations, to me it looks fine in my tests with and without the colgroups

    Also, I don't see any actual anchors, you have commented out links, but no corresponding anchors like go here link

    h1

    h2

    h3

    h4

    You are here anchor
    like <a href="#go here">go here link</a> <h1>h1</h1> <h2>h2</h2> <h3>h3</h3> <h4>h4</h4> <a name="go here">You are here anchor </a>