Help

All websites need codes for backgrounds, fonts, and marquees

 

Fonts for most servers.

 

 

All sites need text. Text allows people to see info in a form of writing:

 

The basic font code is this: 

<font size=SIZE HERE face=FONT NAME color=COLOR HERE>

 

Backgrounds for most web servers.

 

 

A most for all websites is a background. A background

could be a color, image, or “hex” code.

 

 

For just a color use this code.

<body bgcolor="COLOR OR HEX CODE HERE">

To have an image as the background use this:

<body background="IMAGE URL">

For a cool non moving background use this:

<body background="IMAGE URL"bgproperties="fixed">

 

Marquees.

 

A marquee is something that makes text

flow from one direction to another:

 

Regular Marquee: 

<marquee>TEXT HERE</marquee>

A marquee that bounces:

<marquee behavior=alternate>TEXT HERE</marquee>

A marquee with BG color:

<marquee bgcolor=COLOR HERE>TEXT HERE</marquee>

 

 

©Jimman Productions 2000-2002

All Rights Reserved.