FSS Tutorial <html> <scrip> <style> #text{position:absolute;top:5;left:5;width:560;} #imageA{position:absolute;top:15; left:255;width:560;} #imageB{position:absolute;top:225; left:105;width:560;} #image2{position:absolute;top:250;left:250;width:560;} </style>
Above are the "style" commands. It tells the browser where to put your div. cells or, your text & ani or static images on the screen. The top coord is "pixels from the top of the screen". The left coord is "pixels from the left side of the screen." Always leave the width at 560. In this example, The #image2 is used as an anchor to keep it full screen & not 3/4 screen because of the 2.9 upgrade. Always leave it as is.


<body bgcolor="000000" text="000000">
^self explanatory^


<embed width="1" height="1" src="http://www.wtv-zone.com/derbest/Imaging/spaceranim.gif" scrolltarget>
^This keeps the sig to one screen display & locks it so it doesn't scroll or let the curser "burn thru" the sig.^


<div style="position: absolute; top:-180; left:-122; width:560; height: 412; background-color:000000; background-image:url(http://www.wtv-zone.com/derbest/Imaging/indian.jpg">
^This is your main full screen image which must be resized to 560 x 412 pixels. Coords are top:-160; left:-122 for public or private groups with one line title. top:-180; left:-122 for public or private 2 line titles. And top:-200; left:-122 if your nic wraps to 2 lines.^

If you want a sig with just a colored background, change the above code to this:
<body bgcolor="???" text="000000"><embed width="1" height="1" src="http://www.wtv-zone.com/derbest/Imaging/spaceranim.gif" scrolltarget> <div style="position: absolute; top:-180; left:-122; width:560; height: 412; background-color:???;">


<div id="text"><span style="font: bold small; font-style: Italic; text-decoration: emboss; color:black;"></span></div>
^The text tag for color, size, & attributes^


<div id="imageA"><img src="http://www.wtv-zone.com/derbest/Imaging/anibirds2.gif" width="200" height="39"></div><div id="imageB"><!img src="http://www.wtv-zone.com/derbest/Imaging/anibirds2.gif" width="200" height="39"></div>
^div cells where the image width, height and URL goes^

Audioscopes may be used. Place within a div. An (!) in the image tag keeps the image from showing in the sig.^



<div id="image2"><img width="1" height="1" transparency="0" src="http://www.wtv-zone.com/derbest/clear.gif"></div></div>
^The above is the 2.9 upgrade anchor and must not be changed.^


<a href="1" nohighlight> <audioscope width="1" height="1"></a>
^This tag disapears the cursor when the right arrow is tapped when viewing the sig & allows ani gifs to animate.^


<embed width="1" height="1" src="http://www.wtv-zone.com/derbest/Midis/wolf3.gif" loop="1">
^A GIF embeded "FX sound"^


<bgsound width="1" height="1" src="http://www.wtv-zone.com/derbest/Midis/BuffaloDance.mid.gz" loop="9"></body></script></html>