html tutorila for Homestead website
Contact Us      nine41-587-672three  P.O box 51623 Sarasota Fl. 34232
Products
Extreme ZOne
HTML BANNER CODE
Watch our video on creating a banner. Use this code to place the banner anywhere that html is required. Use on places like  your myspace, blogger, or craigslist.

<a href="http://www.websiteproducts.homestead.com"><br>
<img title="Sarasota, Forum"
border=0 src="http://142.homestead.com/untitled.jpg"></a>
Anchor Text Link Hover Color
Place this in the "Advanced" section of the properties editor to make your active links have a certain color when the mouse is held over them.  Control the color of the link and the visited link color. Here is a website that has easy access to HTML color codes
http://html-color-codes.info/

<style type="text/css">

<!--

A:link { color: #0000FF }

A:visited { color: #5858FA}

A:hover { color: #B40404 }

-->
</style>
Add copyright or trademark symbol



Click on "view add images & files eliments"

Select "insert HTML"

For copy right type:  &copy

For Traedemark type: &reg

adjust the HTML boxes to a small size 20 x 20
©
®
Horizontal Bullets



your text &bull your text &bull

use insert HTML feature
here • your text • here
Learning how to use HTML codes with a Homestead website is pretty simple once you get the codes.You either place the code in the properties editor '"Advanced" section or you use the "Insert HTML" eliment.
The process of placing HTML codes on a Homestead website page is rather simple. Sometimes there will be a combination of the properties editor and inserting the HTML box that makes the code work properly.

How To Use HTML Codes With A Homestead Website

Verticle Bullets





<ul>
<li>Place</li>
       <li>Words</li>
       <li>Here</li>
</ul>

use insert HTML feature
  • your text
  • your text
  • your text