Dance Clubs

Resources

Snippets

Site Map

Goo-Up

Bits?

Links

HOME

RESOURCES

QUICK HTML REFERENCE

This is a little something which I find very useful and can save valuable time. Basically, any bits of HTML or Java which consistently decides to vacate my brain I have listed below and can be cut and pasted into your own documents.

note : where you see the 'xxx' you will need to alter and make native to your own document.


BODY TAG
<body BACKGROUND="images/xxx.gif" TEXT="#000066" BGCOLOR="#FFFFFF" LINK="#CC0066" VLINK="#330099" ALINK="#CC0066" leftmargin=0 topmargin=0 MARGINWIDTH="0" MARGINHEIGHT="0">


META TAGS
<meta name="description" content="xxx">
<meta name="keywords" content="xxx">
<meta HTTP-EQUIV="Refresh" CONTENT="0; URL=xxx.html">


FONT
<font size=-1 face="arial, helvetica"> </font>


FRACTIONS IN HTML
1/2 -- <FONT SIZE=-2><sup>1</sup></FONT>/<font SIZE=-2><sub>2</sub></font>
3/4 -- <FONT SIZE=-2><sup>3</sup></FONT>/<font SIZE=-2><sub>4</sub></font>


JAVA ROLLOVER
<script LANGUAGE="JavaScript"><!-- Hide from old browsers
var str = navigator.userAgent;

if ((str.indexOf('Mozilla/') != -1) && (str.indexOf('/2') == -1))
{
pic_on=new Image(); pic_on.src=&guot;images/xxx.gif";
pic_off=new Image(); pic_off.src="images/xxx.gif";
}

// Stop hiding from old browsers -->


<a href="xxx.html" ONMOUSEOVER="xxx.src = pic_on.src; return true" ONMOUSEOUT="xxx.src = pic_off.src; return true"><img name="xxx" SRC="images/xxx.gif" WIDTH="640" HEIGHT="20" BORDER="0"></a>
LinkExchange
LinkExchange Member


SmartClicks: Target Advertising For Free


DANCE CLUBS -- RESOURCES -- SNIPPETS -- SITE MAP -- GOO-UP -- BITS ? -- LINKS
CREIMA MAIN PAGE