View Full Version : Mouse cursors and frames...


Rice_Bubblez
06-23-2003, 01:02 PM
this is the code of my index page, where evryone comes when they go to my site.


<HTML>
<HEAD>
<META name="description" content="Cameron's first webpage. Created purely to while away the time and teach myself html. You probably wont find this interesting unless you know me">
<META name="keywords" content="cameron, o9f3oq74q, rice bubble, rice bubbles, rice bubblez, ricebubblez">
</HEAD>
<FRAMESET ROWS="40,*" border=0 frameborder=0 framespacing=0>
<NOFRAMES>
<CENTER>
<BLINK><B><U>
Frame ALERT!
</U></B></BLINK>
<p>
Your browser doesnt support frames, therefore... GET ONE THAT DOES!
</p>
</NOFRAMES>
<FRAME SRC="marquee.html" SCROLLING="NO" NORESIZE NAME="marquee">
<FRAMESET COLS="150,*" border=0 frameborder=0 framespacing=0>
<FRAME SRC="music.html" SCROLLING="NO" NORESIZE NAME="music">
<FRAME SRC="home.html" NORESIZE NAME="stuff">
</FRAMESET>
</FRAMESET>
</HTML>


recently, i stumbled across some codes for creating mourse trails/cursors etc. it says that the code needs to be pasted into the body of my page, but my index page has no body. does this mean that i have to put the mouse trail cursor onto every singe one of my pages, or is there an easier way to do this?

thanx y'all

~Cameron

Dude128
06-23-2003, 01:13 PM
yes, the script has to be placed in the body section of the pages that are displayed inside the frames- so if you want it on every page, the code has to be placed on each page, or you can look into something like SSI or includes with PHP- search the forum for more information on either one, whichever your host supports (if it supports both, I would go with PHP)

Rice_Bubblez
06-23-2003, 01:15 PM
heh... i've got no idea what either of them are :D

dya know what geocities supports?

Dude128
06-23-2003, 01:18 PM
I believe geocities supports SSI.

try going here for more information:
http://www.lissaexplains.com/html6.shtml#SSI

but instead of renaming your pages to have the .shtml extension, I believe you have to keep them .html on geocities.

Rice_Bubblez
06-23-2003, 01:23 PM
*reads lissa's spiel about SSL*

oooooooooooooooh... this looks as though it could be the answer to my prayers!!!!