Coding HTML (SS) for linking page sections. NOTE - 2023-April:

  1. on all >>>> in quotes is the #reference (no slash in URL!)

  2. Firefox is showing issues with SS in/during EDIT mode:

    1. Code doesn’t display in actual box WHILE creating (blank).

    2. At opening of EDIT, custom code shows weird numerical display of coded block.

    3. SS Error message displays instead, on SAVE.

    4. Chrome is OK.


Code Block > different horizontal Rule/line (HR; padding is the same):

<style>
hr.line {
border-top: 5px solid gray;
width: 100%;
}
</style>
<body>
<hr class="line">
</body>

You can change width (left-justified), type=solid-or-dotted-or-dashed, color=red/blue/green/gray’light-gray=etc.


Code Block > Text Sub-Section URL LINKING - left

<h1 id="codeb1">Code Block Injection - CODE - left</h1>

H3 - regular and left

<h3 id="video">H3 - regular and left</h3>


H1 - BOLD and LEFT

<h1 id="show" class="text-align-left"><strong>H1 - BOLD and LEFT</strong></h1>


H1 - BOLD and CENTERED

<h1 id="show" class="text-align-center"><strong>H1 - BOLD and CENTERED</strong></h1>

Hello, World!


Contest Program: Download & View