[Home]
[
Editor]

Advance editor

   This is how the advance editor looks like. The best easy way to do it is to start a page in the basic editor save the page then convert it to advance 

   

   <html>
<head>
<title>My Home Page</title>
</head>
<body bgcolor="#ffffff"  background="/bg/aqua.gif" text="#000000" link="#0000ff" alink="#800080" vlink="#ff0000">

    <basefont size="3">

   <h1 align="left">My Home Page</h1>
<div align="center"><img src="/images/af_logo_156.gif"></div>
<p>
<font size="5">My Favorite Things About Angelfire</font>
<ul>
<li>Easy
<li>Fast
<li>Fun
</ul>
<p>
<font size="5">My Favorite Web sites</font>
<p>
<a href="http://angelfire.lycos.com/">Angelfire Home Pages</a><br>
<a href="https://www.angelfire.com/md/jdfaq/index.html">Free Web Building Help</a><br>
<a href="https://www.angelfire.com/doc/htmllib/">Angelfire HTML Library</a><br>
<a href="http://www.htmlgear.com/">htmlGEAR - free polls, guestbooks, and more!</a><br>
<p>
Thank you for visiting my page at Angelfire. Please come back and visit again!<p>

   </body>
   </html>

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

   Every html file ( page ) have to have all of these codes at the top and the bottom. One of each. The viewable part of the page starts whatever between the body tag and it’s closing tag

   </body>.
<html>
<head>
<title>My Home Page</title>
</head>
<body bgcolor="#ffffff" background="/bg/aqua.gif" text="#000000" link="#0000ff" alink="#800080" vlink="#ff0000">
The viewable part of the page starts here.

   The page ends here

   </body>
</html>

   If you need to know how to do it in html take a look at this page.

[Home] [Tools] [Angelfire Help] [HTML] [Tips and tricks]