This page shows two  simple things that you can do with Page Builder:

   (1) a table that was made using ADDONS > FORMS & SCIRPT > HTML CODE.

   (2) Using a different font face (family) for your page. The different font is
village square, which is used in this section of text.

The code for a simple table is as follows but it could be any table you wish:

<table cellspacing=5 cellpadding=10 border=1>
<tr><td >
cell 1, row 1
</td><td>cell 2, row 1</td></tr>
<tr><td >
cell 1, row 2
</td><td>cell 2, row 2</td></tr>
</table>
cell 1, row 1 cell 2, row 1
cell 1, row 2 cell 2, row 2
THE USE OF ANOTHER FONT FACE ON YOUR PAGE:

<style type="text/css">td{font-family:village square;}</style>

The code above is placed in the Advanced Page Properties in the HEAD SCRIPT box. Replace
village square with the name of the font you wish to use.

This will allow you to use any font face (family) for all your text. The key is to use the BROWSER DEFAULT in the text box when you enter the text. Otherwise, the font you specify when you use the TEXT ICON will override what is specified in the Advanced Page Properties. This is what has been done in this section of text. I used
Courier.

NOTE: If your visitor doesn't have the font face (family) installed on their PC then they will only see their default font face and not yours.
1