The most common way to change the look of your page's text is through the Font and Size options. In addition to using the Text Color tools, this allows you to change the way the font looks without changing the organization of the page. To change the font size, simply select the text and then select the font from the dropdown menu.
Font
Example
Normal
The quick brown fox jumped over the lazy dog.
Arial
The quick brown fox jumped over the lazy dog.
Comic Sans
The quick brown fox jumped over the lazy dog.
Courier New
The quick brown fox jumped over the lazy dog.
Georgia
The quick brown fox jumped over the lazy dog.
Tahoma
The quick brown fox jumped over the lazy dog.
Times New Roman
The quick brown fox jumped over the lazy dog.
Verdana
The quick brown fox jumped over the lazy dog.
By changing the format, you can create quick headings, which will also allow you to create a Table of Contents.
Format
Example(s)
Use
Normal
The quick brown fox jumped over the lazy dog.
This is the best format to use for the normal text of your pages.
Headings
Heading 1
Heading 2
Heading 3
Heading 4
The headings are best to use to organize the main points of your pages. Use Heading 1 to draw attention to the most important sections, and the other levels in descending order of importance.
This is how the Table of Contents plugin works to assign levels for the Table of Contents it displays.
Preformatted
<?php
echo 'Hello, PBworks!';
?>
Preformatted text is great for displaying snippets of code that needs to be copied exactly from the page. This preserves all spaces and line endings so that it can be quickly copied to an external text editor.
Note: It is not possible to run or execute any code on PBworks. We can store the PHP files, however, we are a collaboration platform, and not a web hosting platform you can run your own scripts on