~ MAKE A KEWL WEB SITE ~




First, get yourself pencil and paper
OR learn how to Copy & Paste :

COPY & PASTE




Next, you'll want to sign up with
one these guys for free web pages :

TRIPOD
GEOCITIES
ANGELFIRE
HOMESTEAD




After you have settled into your new home
on the web, you'll want to start
decorating. On your first page, you will
want to start with a title that shows up in the
webtv scrollbar at the very bottom.
Here is what you'll put in your page :

<HEAD>
<TITLE>Your Title Here</TITLE>
</head>





Then, it would be nice to put in a logo pic.
That is a gif or jpg to show up when
someone saves your page in their
favs folder & when they click on the "recent" button :

<html>
<body logo="http://your image here.gif">
</html>


Here is a great place to get your images from :

DRAAC'S GIFS 123




How to put images / pics in your page...

To make the image go left, do this...


<br>
<left>
<html>
<img src=
"YOUR IMAGE HERE.gif"align="left">
</html>
</left>
</br>

EXAMPLE :



To make the image go center, do this...




<br>
<center>
<html>
<img src=
"YOUR IMAGE HERE.gif">
</html>
</center>
</br>

EXAMPLE :



To make the image go right, do this...


<br>
<right>
<html>
<img src=
"YOUR IMAGE HERE.gif"align="right">
</html>
</right>
</br>

EXAMPLE :










I guess now you'd like to link the
image so when someone clicks on the image,
you can take them to another page
or somethin'...got ya! Here is what to do :


<br>
<center>
<a href=
"http://IMAGE.gif">
<img src=
"http://URL.gif">
</a>
</center>
</br>



EXAMPLE :





Linking to text :


<br>
<center>
<a href=
"https://members.tripod.com/~FREEBIRD_77/cover.html">
<font color=white effect=relief size=4>
FREEBIRD'S WEBTV SITE
</a>
</center>
</br>





€ NEXT