Constructing a webpage on Pagebuilder is done by clicking a sidebar, or a button link, and gaining access to the correct data input box...after a little exploring you should be able to locate all of these various "add item" features.
The bulk of your viewable page's data is entered by using either the "Heading" or "Text" boxes, or via the "add a link" and "list" options.
The larger "Add-text" box (below the smaller "add title" header-box) is the one most frequently used for adding information. In my opinion, the header-box should never be used since it just adds more unnecesary template code to your page. If you want header text on your page, then in the larger text-box write it like this:
<center><H1> ~ My Title Here ~ </H1></center>
This will give you an even larger text heading than you would get by using the header-box (which uses only <H3> tags), and it's just as easy.
ADVANCED OPTIONS:
Since the last upgrade, our former practice of simply adding a 2nd <body> tag to Pagebuilder no longer works. Instead, to add our own backgrounds we must now cancel out Pagebuilder's template <BODY> tag using one of the variations of the AE method to deactivate PB's template <body> tag. Here's my tutorial on that process:
The AE Fix"
A second method uses tables to add backgrounds...here's a good tute on that method:
GreenMonk's Table Tute
We can also use javascript to give our pages custom bgcolors and/or link colors:
The Javascript Method.
Individual link colors can also be changed using CSS:
<a href="URL" style="color:#b22222"> click </a>
The </a> closes the "font-color".
I recommend RICHARD's Tutorial for learning more about page design and HTML...but remember, as with many tutorials, it's not geared towards Pagebuilder's template format, so ignore that portion of his tutorial which instructs you to begin your webpage with writing a <HEAD> for your page.
~ META Tag Help ~
[Back to Main Page]
~ LINKS ~
CC&P your own tools for Pagebuilder [ClickHere]
CC&P javascript for Pagebuilder [ClickHere]
RICHARD's HTML Tutorial
Also:
Annabella's HTML Help
The Professor's Table Lesson
Draac's Quick Table Lesson
|