HTML Tips ------------------------------------------------------------------------------------------ When you pass your mouse over the logo, a new browser window with the site's main page will appear.
------------------------------------------------------------------------------------------ A popular technique for adding a little spice to your pages is the Image Flip Mouseover. Using JavaScript, you can easily install this effect in your pages. //insert this in header //insert in body login join ------------------------------------------------------------------------------------------ How can I make a window open up showing a page when a user clicks on a link? HERE IS THE SECRET MESSAGE! ------------------------------------------------------------------------------------------ To print a message in the status area (at bottom of page), when passing cursor over a link: HOME

------------------------------------------------------------------------------------------ Displaying a table, with each entry being a link:
BNB's
Guidelines
The Tools
You Need!
Interactive
CGI-BIN
HTML
Tricks
Basic UNIX Server Side
Includes
Domain Name
Lookup
About
Colors
------------------------------------------------------------------------------------------ Splitting up a graffic into parts, with each part being a different link: [AltaVista] [Advanced Query]  [Simple Query] [Private eXtension Products] [Help with Query]  ------------------------------------------------------------------------------------------ A simple pull-down menu:

------------------------------------------------------------------------------------------ A pull-down menu, without the "Take Me There" button: //insert in head: //insert in body:
------------------------------------------------------------------------------------------ -----taken from: www.sitesatlas.com

To get started, choose one of the links above or click on your region of interest:
WorldPol2.gif(13154 bytes)

------------------------------------------------------------------------------------------ -----taken from: www.jetcity.com/~suebee **** A very good general format with two columns: links on the left and story on the right.
Insert your title here

 
Chapter I
Chapter II
...

...

...

------------------------------------------------------------------------------------------ -----from HTML - The Definition Guide, page 371, displaying a table:
Eating Onions vs. Pears, by gender
Preference
Eating Onions Eating Pears
Gender Male 73% 27%
Females 16% 84%
------------------------------------------------------------------------------------------ -----Taken from PC Magazine: GIFs work better for line art and other graphics with limited colors and sharp edges. JPEGs work better for photographs with lots of colors and smooth gradients. Remember to Break and Clear All (
) after you've wrapped text around an image. Always include the height and width attributes when using the Image tag. The browser will then lay out the page before the images fully load. If you use the Alternate attribute as well, you can enter text descriptions of your images so that your visitor knows what's coming before it gets displayed. If you need tight control of clear space, fill that space with an image that is 1 by 1 pixel in size. Use the height and width tags to stretch the image to the size of the space. Since the image is only 1 by 1 pixel in size, it will download quickly. The

tag is helpful for aligning elements in a table. It works better than just align=center or align=left, because it's not subject to cell padding, which can throw off a true alignment. The code will look like this:
. The tag lets you define any block of text in a 4.0 browser withou applying any standard formatting: unlike
it does not cause a paragraph break. You can add a STYLE= attribute to apply any specific formatting you choose, or control the formatting of the contents of the tag from a stylesheet. The No Break tag forces a block of text to remain on a single line, even if it scrolls off the side of the screen. Within the tag, you can use the tag, which tells the browser to insert an optional break at the tag location if needed. Use the
tag to indent a paragraph from the left margin. Use nested
tags for deeper indentations without using tables. ------------------------------------------------------------------------------------------ ------------------------------------------------------------------------------------------ ------------------------------------------------------------------------------------------ ------------------------------------------------------------------------------------------ ------------------------------------------------------------------------------------------ ------------------------------------------------------------------------------------------ ------------------------------------------------------------------------------------------ ------------------------------------------------------------------------------------------