Search this site!
CSBSupport Home
>
Sample Code
>
Lines/Images
>
Add a horizontal line
|
Change name of a web page
|
Inserting an image
Add a horizontal line
This document describes how to insert a standard HTML horizontal line
Method 1: using the Trellix pass-thru technique
1. Click on page where you wish to insert the horizontal line
2. Type the following code exactly:
Less than symbol
<
Vertical pipeline
|
Space
HTML horizontal command
<hr>
Space
Vertical pipeline
|
Greater than symbol
>
3. Publish and check it out! If it works, you will see a horizontal line like the one below:
Method 2: using a Build Your Own Wen Gem (BYOG)
1. Click on page where you wish to insert the horizontal line
2. Click on Web Gems -> Make Your Site Informative -> Build Your Own Web Gem -> Choose
3. In the pop up box that opens, type:
<hr>
4. Click on OK, then publish. If it works, you will se a horizontal line like the one below: