Sub Menu

Shared Hosting
A shared web hosting service refers to a service where your site is held securly on one of our many large, high availability servers with many other customers to share the costs. Ideal for small websites that don't need very unique requirements or large amounts of space or bandwidth.
Email Hosting

 

Implementing an email server in-house requires capital hardware expenditures and regular costly maintenance. Hosting your email off-site with a service provider that specializes in email management provides many benefits.

Dedicated Server

A dedicated server lets you lease an entire server not shared with anyone, giving you greater flexibility with the business applications you run, operating system you prefer and more.
Back-up Servers

Has your data outgrown your server? Does your business-critical data need serious fault tolerance.
Typography
Typography is a key element in web design. This templates delivers you sophisticated typography and various stylings. The style guide gives you an overview about all possible HTML tag stylings provided by the template. It also helps you to set up the available classes for special stylings.

The following are examples of header tags, there are six in all.  <h1> is the largest and <h6> is the smallest.  Choose the correct header to fit your needs.

This is a H1 Header

This is a H2 Header

This is a H3 Header

This is a H4 Header

This is a H5 Header
This is a H6 Header

Link Styles

Link Styles allow you to edit the color, size and look of links


default link
link with class="external"

Emphasis Styles


em tag with class="box"
em tag with class="file"
em tag with class="directory"


Acronym Styles

Place your mouse over the words below and read what pops up on your screen and what comes up at the bottom of your screen.
acronym tag

Unorderd List Styles

  • <ul> with class="checkbox"
  • <ul> with class="arrow"
  • <ul> with class="star"
  • <ul> with class="check"
  • <ul> with class="plus"
  • class="checkbox-big"
  • class="arrow-big"
  • class="star-big"
  • class="check-big"
  • class="plus-big"

Ordered List Styles

  1. <ol> with class="disc"
  2. item 2
  3. item 3
  1. class="disc-big"
  2. item 2
  3. item 3

Div and Span Styles

<div> or <span> tag with class="note"
<div> or <span> tag with class="info" 
<div> or <span> tag with class="alert"
<div> or <span> tag with class="download" 
<div> or <span> tag with class="tip" 

Blockquote Styles

Sample <blockquote> tag.
When you're writing text in a Web page, you sometimes want to call out a block of text as a quotation. In publishing this is sometimes called a pull-quote, and in Web design it's called a blockquote. You use blockquote to define long quotations, such as this example.

<Blockquote> tag with an additional <p> tag.
(use <blockquote><p>....</p></blockquote>)

Using blockquote with the <p> tag included allows you to have spaces between multiple blockquotes.  It also allows you to have more control of the look of the text when you get into using style sheets later on.

Sample <blockquote> tag with class="big":
This is the same idea, however when you add the "big" class it increases the size of whatever you wish to have in blockquotes.
Sample <blockquote> tag with class="big" and an additional <p> tag
(use <blockquote class="big"><p>....</p></blockquote>):

As you can see it does the same thing with the blockquote coupled with the <p> tag.  Just makes it a lot bigger and easier to read.

Forms Style

Form legend
Text input:
Radio input:
Checkbox input:
Select field: Option 01Option 02
Textarea:
Textarea text
Button:

Preformated Text Style

pre {  	background: #fff;  	color: #333;  	padding:10px;  	border: 1px solid #ccc;  	border-left: 5px solid #ccc;  }