Note that the Premium Web Builder is not currently available in cPanel. Check out Alternatives to Premium Web Builder to find a newer tool for creating websites. In this tutorial: Use Existing Banner Upload Custom Banner Compatible Image Formats Each template in the Premium Web Builder uses a banner image at the top of each Read More >
Brad Markle
Changing your Website’s Color Scheme
At anytime, you have the ability to change your website’s color scheme in Premium Web Builder. This task is accomplished with relative ease once you are logged into builder. Each template may have various color schemes available to choose from. Once you have logged into Premium Web Builder, click on “Step 2 Design” in the Read More >
Adding Content to your Website
Now, you are well on your way on building your website in Premium Web Builder, you are at the point in which you can add content to your webpages. There are four main parts we want to discuss when adding content: The first part is the upper left, which is the Site Map. In Read More >
Building your Website Layout
Let’s take a minute and review what we’ve already accomplished in Premium Web Builder. We have installed Premium Web Builder onto your website. Then we logged into web builder and chose the type of site we wanted to design. Next, we picked a template and customized the template even further. Now, we are ready to Read More >
Finding a Template for your Website
Premium Web Builder offers over 500 templates for you to choose from to customize and personalize your website. Once you have chosen what type of website you will be creating, you will want to select the template you want to use. If you notice the tab at the top right of the web browser, you Read More >
Choosing Your Site Type in Premium Web Builder
The first step once you have installed Premium Web Builder is to decide what type of website you will be creating. This option can be made once you are logged in. You will notice the three different selection in the center of the screen. The three options offered by PWB are: website, blog, and photogallery. Read More >
How to Modify MX Records Using cPanel
In this tutorial: How MX Records Work View Current MX Records InMotion MX Records Obtain Third Party Records Change MX records How Do MX Records Work? MX Records (Mail Exchanger Records) are a type of DNS record that determine which mail server is responsible for handling the email for a specific domain. An MX record Read More >
Using Fantastico to Install Drupal
Fantastico, a feature in cPanel that helps you easily install programs to your account, is no longer available. As of September 17th, 2012, Fantastico has been replaced by Softaculous. This article is being kept in our Support Center for our VPS and Dedicated Customers who may still be using Fantastico. For all other users, please Read More >
Installing Joomla using cPanel
Fantastico, a feature in cPanel that helps you easily install programs to your account, is no longer available. As of September 17th, 2012, Fantastico has been replaced by Softaculous. This article is being kept in our Support Center for our VPS and Dedicated Customers who may still be using Fantastico. For all other users, please Read More >
Using the cPanel Video Tutorials
With the release of the new Paper Lantern theme for cPanel, the help videos are no longer available. If you are using the x3 theme then you will be able to see the tutorial videos. However, with the update most of the help links open the online cPanel documentation. With so many robust features built Read More >
The cPanel Layout
Since you have successfully logged in to cPanel, you will see the cPanel interface. This can be a bit overwhelming if you have never worked with cPanel and this is your first time logging in. We’ll discuss the most important features in cPanel. Here is a screenshot of cPanel with the two main sections outlined Read More >
Using CSS in your Website
We’ve mentioned previously that there are three methods of using CSS: external, internal, and inline. In this tutorial we will go over each method with more detail. Creating an External Style Sheet An external style sheet, is a separate file storing all of your formatting. Then for each page that you want to use that Read More >
Using External, Internal CSS Stylesheets and Inline Styles
To add CSS styles to your website, you can use three different ways to insert the CSS. You can Use an “External Stylesheet“, an “Internal Stylesheet“, or in “Inline Style“. The benefit for using each depends on what you are doing with the Style.The following table explains the difference between them. Different CSS style linking Read More >
Introduction to CSS
Every modern website uses CSS to change the look and feel of the website. CSS is a standard that is required for modern browsers to function correctly. CSS is a W3C standard and necessary to understand website coding. This article will explain what CSS is and how it works. What is CSS? CSS stands for Read More >
Creating a Contact Form with FormMail
FormMail is a very popular script that you can put onto your website so that visitors can fill it out and have their response emailed directly to you. To help you set up FormMail on your website we have written a step-by-step guide to installing and configuring FormMail: If you missed our previous article, please Read More >
How Contact Forms Work
We’re not going to discuss the actual code of the contact form in this tutorial, but it is important to understand how the form actually works and we want to cover that first. If you missed our previous article, please see the Advantages of using a Contact Form tutorial. When a visitor goes to your Read More >
Advantages of using a Contact Form
If you visit a number of websites around the internet, it is very likely that the majority of those website will have a contact form. A contact form is basically a set of questions filled out on the webpage by your visitor that is automatically sent to your email when it is filled out. Below Read More >
How to Embed a Video on a Webpage
When you think about embedding video on the pages of your website, you might see yourself copying and pasting long strings of spaghetti code from one page to another. And, once you’ve posted the code, you’re seeing strange errors going off. Don’t worry, embedding video on your webpage is not like this at all. It’s Read More >
How to add a Video Link to your Website
Adding a video link to your website is very closely related to adding a link to a different webpage. The major difference is you will reference a link to the video on the server and not another webpage. We will start using the same <a href> tag you would use for a link to another Read More >
Adding a Meta Keywords Tag
Adding a meta keywords tag is very similar to adding a meta description. You will need to place the meta keywords tag within the <head></head> tags of your website’s HTML code. If you missed our previous article, please see the Adding a Meta Description Tag tutorial. <meta name=”keywords” content=”enter your keywords here” /> Just as Read More >