News Archive for June 1999

June 12, 1999
?:?? ~ Javajavajava!
 Small update. I have changed the JAVAScript Clock on the main page. If you would like to use it on your page, here's the code you need. Just copy it, then paste it where you want the clock to show up. Also, be sure to add the following line to your <BODY> tag:
onLoad="StartClock12();"
   Please note that that is NOT a 0 or an O after the 12. It is an (, followed by an ).

June 16, 1999
?:?? ~ HTML 101
 I've learned some new HTML tags. They are:

bgproperties="fixed" - This tells the browser not to scroll the background image as you scroll down a page. Just insert this into the <BODY> tag on your page. NOTE: This tag appears to work only in IE.

<SUP></SUP> - Makes the text inside the tag raised, like so: 1st, 2nd, 325, etc.

title="Insert Title Here": This does for text links what the ALT tag does for images. Add it to the end of your link code, like so:
<a href="http://www.rpgamer.com" title="RPGamer Homepage">
Place your mouse over this link to see how it works: RPGamer.

I've also found some cool Win9x tools at WinFiles. I may add a CoolTool and/or HTML Tricks & Tips section(s) in the near future, depending on what my free time allows.

Until next time, in the words of Red Green, "Remember guys, if the women don't find you handsome, they should at least find you handy!"