||| At age 33 memory may not be as good as it used to be. Thus the creation of this page containing some of web-page essentials. Correction I meant to say age 73. It's all down hill now....have fun.|||






A LINKED LIST OF CONTENTS.
Hi-Lite Text. Transitions. Text-Box. Drop-Down Menu.
Go There Menu. Coloring Text. Bold Text Underline Text.
Vary Text Size. A Basic Marquee. Table Text Border. Install Images.
Color <HR> Rule. Align-Size Lines. A Music Codes. Make Links Glow









HOW TO HI-LITE TEXT
EXAMPLE CODE 1:
<font color="#FFFFFF" size="3"><b style="background:#0000FF">using a blue background color.</b><I></font>

THE RESULT OF CODE 1 ———> using a blue background color.

EXAMPLE CODE 2:
THIS SENTENCE IS USED TO <font color="#FFFFFF" size="3"><I>><b style="background:#FF0000"> EMPHASIZE THE APPLICATION</b> </I></font> OF THIS CODE.

THE RESULT OF CODE 2 ———>
THIS SENTENCE IS USED TO EMPHASIZE THE APPLICATION OF THIS CODE.

NOTE: Other font styles besides <b> as in example 1 above are; U , I , S , and blackface. blackface is visible to< web-tv viewers only. All require an ending tag, example </b>

TO INDEX

TRANSITIONS FOR WEB-TV.
Transitions For web tv only. Install within BODY tag.
spinoutin slideright slideleft
wipeup wipedown wiperight
wipeleft slideup slidedown
wiperighttop wipelefttop wipeleftbottom
wiperightbottom spare spare


< < Click Here To View Transitions and Installation codes For Internet Explorer > >

TO INDEX

CODE FOR MAKING A TEXT BOX:

<form><textarea bgcolor="white" text="blue" rows="4" cols="50" autoactivate>---YOUR CONTENTS---</textarea></form>

RESULT:


TO INDEX

A DROPDOWN MENU

COPY CODE FROM TEXTBOXBELOW;

TO INDEX

A GO THERE MENU


<1>
HOW TO MAKE COLORED TEXT:
CODE: <font color="RED">RED</font>
RESULT: RED
TO INDEX

HOW TO MAKE TEXT BOLD:
CODE: <font color="GREEN"><B>GREEN</B></font>
RESULT: GREEN

HOW TO UNDERLINE:
CODE: <font color="RED"><B><U>RED</U></B></font>
RESULT:RED
TO INDEX

HOW TO UNDERLINE AND SLANT (italics) TEXT:
CODE: <font color="RED"><B><U><I>RED</I></U></B></font>
RESULT: RED

HOW TO VARY TEXT SIZE:
CODE: <font color="DARKBLUE" size="5"><B><U><I>DARKBLUE</I></U></B></font>
RESULT: DARKBLUE
TO INDEX

HOW TO MAKE A SIMPLE MARQUEE:
CODE:<marquee width="75%">MARQUEE</marquee>
RESULT:MARQUEE

A TABLE AND A FEW &nbsp SPACERS CREATES VARIABLE WIDTH TETRAGONS

EXAMPLE CODE WITH SOME TEXT and SINGLE &nbsp SPACER:

<table align="left" bgcolor="#FFFFFF"> <tr> <td align="left" bgcolor="red">&nbsp</td><td>The margin to the left of this text is created by using a single no break spacer (&nbsp) spacer. The height and width of margin depends on the amount of text and the number of spacers used.</td></tr></table>


RESULT:
 The margin to the left of this text is created by using a single no break spacer (&nbsp) spacer. The height and width of margin depends on the amount of text and the number of spacers used.



EXAMPLE CODE WITH SOME TEXT and 4 &nbsp SPACERS:

<table align="left" bgcolor="#FFFFFF"> <tr> <td align="left" bgcolor="red">&nbsp</td><td>Using four spacers. </td></tr></table>

RESULT:
    Using four spacers.



TO INDEX

HOW TO INSTALL IMAGES:
CODE FOR CENTERING AN IMAGE:
<center><IMG SRC="web/babe.gif"></center>
A MAGNIFICENT RESULT:
FOR LEFT IMAGE ALIGNMENT USE:
<IMG SRC="web/babe.gif align="left">
AND FOR RIGHT ALIGNMENT USE:
<IMG SRC="web/babe.gif" align="right">

HOW TO MAKE COLORED LINES USING THE [ HORIZONTAL RULE ] <HR> ELEMENT:
CODE:
<HR COLOR="#FF0000">RED
<HR COLOR="#00FF00">GREEN
<HR COLOR="#0000FF">BLUE
RESULT:

RED
GREEN
BLUE

HOW TO SIZE AND ALIGN THE <HR> GENERATED LINES
Lines can be aligned:
Left
center
and right. Also the height can be varied by the attribute "SIZE".

THE CODE:

<HR COLOR="RED" WIDTH="25%" ALIGN="LEFT">
<HR COLOR="GREEN" WIDTH="25%" ALIGN="CENTER" SIZE="6">
<HR COLOR="BLUE" WIDTH="25%" ALIGN="RIGHT" SIZE="7">

RESULT:




TO INDEX

SOUND and MUSIC CODES:

For Internet Explorer: <BGSOUND SRC="musicurl.mid">

For Internet Explorer And Netscape: <EMBED SRC="musicurl.mid" AUTOSTART="true" HIDDEN="true" VOLUME="100%">



HOW TO MAKE THE LINKS ON YOUR PAGE GLOW

Place the following code between <HEAD> and </HEAD> to make each link glow when the cursor comes in contact. WORKS WITH INTERNET EXPLORER and ???

<STYLE> a:hover{color:#0000FF;} </STYLE>


<xmp>HTML CODE </xmp> .

What does it do?: Placing your code between these containers renders the code visible eliminating the need to use escape characters; &lt; and &gt;. Disadvantage;it renders text small.

<xmp>

<TABLE width=600 align=center border=1><TR> <TD ALIGN=CENTER><font color=blue>data cell 1 <TD ALIGN=CENTER><font color=green>data cell 2 <TD ALIGN=CENTER><font color=red>data cell 3 </TD></TR></TABLE></xmp>

Result of the above code.
data cell 1 data cell 2 data cell 3




BACK TO MAIN INDEX