| 1 |
|
| Menus and Buttons |
This video provides an overview and explanation of how the site menu functions affect the web site buttons and menus |
|
Video Link |
View Video |
|
|
|
|
| 2 |
|
| Design Selection and customization |
This video is for non-custom web sites that select a design from our library.
Demonstration includes:
- Choosing a graphical design
- Editing company name
- Editing slogan
- Button and menu fonts
- Footer text
|
|
Video Link |
View Video |
|
|
|
|
| 3 |
|
| Add New Page |
This video demonstrates how to add a new page to your web site. |
|
Video Link |
Video Demonstration |
|
|
|
|
| 4 |
|
| Remove Page |
This video demonstrates how to remove a page from your web site. |
|
Video Link |
View Video |
|
|
|
|
| 5 |
|
| Formatting text and copy |
This article gives a crash course on how to use our new frame concept to format your page layout. It also shows how to write copy that is easy to read. |
|
Video Link |
View Video |
|
|
|
|
| 6 |
|
| What is a "frame" in Website Forge |
A "Frame" is a physical area on a web site page that you can apply content.
You can apply many different types of content in a frame:
- Text, links, and images
- E-commerce objects like searches, products, and shopping carts
- Ad listings and login boxes
- Navigation links and buttons
Frames are used to organize the page easily without an understanding of HTML page formatting.
|
|
|
|
|
| 7 |
|
| How to display an external web page on my site? |
How do you display another existing web page from a web site site that I may not control within a web page on your site?
You can "frame" any web page within your web site within my content area using the "Custom Page Type". Below is a video demonstration |
|
Video Link |
Video Demonstration |
|
|
|
|
| 8 |
|
| How do I start building my site? |
Custom Web Site Customers:
You will be contacted within 1 business day by your assigned project manager to get started. Your project manager will walk you through each step and obtain any materials needed from you.
Customers using pre-designed layouts:
We have prepared a video to go over the initial setup of your web site. You can also create a support ticket and ask for someone to contact you and assist |
|
Video Link |
Fast Start Video |
|
|
|
|
| 9 |
|
| How do I remove the blue lines around linked images |
You can remove this Blue Line by adding some simple code to the "img src" tag of this image. For this, you will need to know the filename of the image. Next, click the "Source" button to enter Source Mode. Then find the "img scr" tag ( for this image ) in the code. It will look something like this:
IMG src="http://examplesite.websiteforge.com/uploaded/images/example.jpg" align=absMiddle
Next, just add the following code: border=0 ( See the updated example below )
IMG src="http://examplesite.websiteforge.com/uploaded/images/example.jpg" align=absMiddle border=0
Lastly, click "Preview" to exit source mode...you will notice the blue line is gone. "Save" to apply the changes to this page |
|
|
|
|
| 10 |
|
| How do I link to a specific product or category? |
To link to a specific e-commerce product or item:
(1) Select ( highlight ) the Text or Image with your mouse, then
(2) click the "Insert Link" button in your Editor.
(3)Then select "Ecomm Item" OR "Ecomm Category", choose the product or category from the list, then click OK to create the link. |
|
|
|
|