HTML Help for you!

The very basic basics.

IMPORTANT NOTE: ( should be replaced with < and ) with >

1. Links
To create a link, you use this code: (a href="URL HERE")TEXT OF LINK HERE(/a)

Where you see the "URL HERE" is where you put the URL you want to link the text or whatever to.

2. Pictures
When you want to put an image onto your website, use this code:
(table background="URL OF IMAGE" height=# width=#)
You can find this info by right-clicking on the image then clicking "Properties". If you're on Expage, you can't use your own images unless you have uploaded them onto another page and can use that URL. If you want to use your own images and you're not on expage, use this code:
(img src="NAME OF IMAGE")
Make sure that the NAME OF IMAGE is EXACTLY the way you uploaded it.

2. Font/Text
To change the font of an area of text, you use this code:
(font face="FONT NAME" color=COLOR size=#) You can also change just one thing by doing (font face="FONT") or (font color=COLOR) so on and so forth.

3. Aligning
To put something in the center of the page, you put this code: (center)TEXT HERE(/center) To put something on the right side of the page, put this code in front of it: (p align=right)TEXT HERE(/p)

Well, that's actually all I really feel like doing right now, but Funky Chickens is a great website for HTML help.
Hosted by www.Geocities.ws

1