Learn how to make a website, then manage &
promote it with free & easy to use tips & tutorials

Open Link in New Window

 Sometimes we want a link on our web page to open in a new window for various reasons. Continue reading Open Link in New Window

Mailto Link – HTML Email Link

To create an html link to an email address on a web page you would use the “mailto” attribute: Continue reading Mailto Link – HTML Email Link

CSS Text-Decoration

The CSS text-decoration property can be used to place an underline, overline or line through text. Continue reading CSS Text-Decoration

How to Use CSS Font-Family

The CSS font-family property displays the font or family of fonts that will be used on a web page. Continue reading How to Use CSS Font-Family

Horizontally Repeat Background Image Code

If you want a background on a web page to tile horizontally (across) you would use CSS code.

By using the horiztonal value and creating a horiztonal tiled background the background will appear to tile in one strip horizontal across the web page. Continue reading Horizontally Repeat Background Image Code

Vertically Repeat Background Image Code

If you want a background on a web page to tile vertically (up and down) you would use CSS code.

By using the vertical value and creating a vertically tiled background the background will appear to tile in one strip vertically on the web page. Continue reading Vertically Repeat Background Image Code

No Repeat Background Image Code

If you want to use a background on a web page but do not want it to repeat you would accomplish this by using CSS. Continue reading No Repeat Background Image Code

How to Repeat a Background Image

This tutorial is primarily for the use of CSS and repeating a background on a web page. If you are using HTML to include a background Continue reading How to Repeat a Background Image

Fixed Background Instructions – HTML & CSS

In this tutorial we’ll learn how to code a fixed background image on a web page.

There are a few different ways to accomplish this depending on whether you are using HTML or CSS. Continue reading Fixed Background Instructions – HTML & CSS

How to Add a Background to a Website or Web Page

There are two types of code that can be used to add a background to a website or a single web page; HTML or CSS. The code you use to add a background to a website or single web page depends on you, your preference or your experience. Continue reading How to Add a Background to a Website or Web Page

Do you want to make a website on your own but don't know where to begin? Follow this guide to get started: Beginners Guide to Making a Website

Do you want to learn HTML but it all seems too confusing or just need to get off on the right start? Start here with this Easy HTML Tutorial