View Full Version : Button Hover Links


Petrushka
05-10-2003, 03:34 PM
The Page (http://www21.brinkster.com/hlstudbook/hlstud.htm)

Can anyone suggest why this is not working? Have uploaded the two necessary files into a directory called _fpclass

The html:

<html>

<head>
<meta http-equiv="Content-Type"
content="text/html; charset=iso-8859-1">
<meta name="GENERATOR" content="Microsoft FrontPage Express 2.0">
<title>HL STUD BOOK</title>
</head>

<body bgcolor="#FFFFFF">

<p><img src="http://www21.brinkster.com/hlstudbook/menu1.jpg"
width="200" height="169"><br>
<applet code="fphover.class" codebase="../_fpclass/"
align="baseline" width="200" height="25"><param name="text"
value="Arabian"><param name="color" value="#0BAAFF"><param
name="hovercolor" value="#EE2F1A"><param name="textcolor"
value="#ffff00"><param name="effect" value="bevelout
"><param
name="url" value="http://www.lissaexplains.com"><param
name="font" value="verdana"><param name="fontstyle" value="bold"><param
name="fontsize" value="10"></applet></p>
</body>
</html>


Any ideas?
Charlie

amicus
05-10-2003, 03:43 PM
you're trying to run an applet. do you have the class file 'cos i'm think'n you're probably missing the class file.

here's your code formatted, it's a little easier to read :)

<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="generator" content="Microsoft FrontPage Express 2.0">
<title>HL STUD BOOK</title>
</head>

<body bgcolor="#FFFFFF">
<p>
<img src="http://www21.brinkster.com/hlstudbook/menu1.jpg" width="200" height="169"><br>

<applet code="fphover.class" codebase="../_fpclass/" align="baseline" width="200" height="25">
<param name="text" value="Arabian">
<param name="color" value="#0BAAFF">
<param name="hovercolor" value="#EE2F1A">
<param name="textcolor" value="#ffff00">
<param name="effect" value="bevelout">
<param name="url" value="http://www.lissaexplains.com">
<param name="font" value="verdana">
<param name="fontstyle" value="bold">
<param name="fontsize" value="10">
</applet>
</p>
</body>
</html>

Petrushka
05-10-2003, 05:56 PM
As previously said, have uploaded the unzipped items to my site. A screenshot to show you what I have done below.

Have uploaded unzipped items to directory called _fpclass (http://www21.brinkster.com/hlstudbook/_fpclass/screenshot.jpg)

Petrushka
05-10-2003, 06:10 PM
Apologies - screenshot can be seen here (http://www21.brinkster.com/hlstudbook/_fpclass/screenshot.jpg)

amicus
05-10-2003, 09:26 PM
if you have all the files then i'm not sure what it could be :( check to see that from your current directory (the directory the page is on) can go up one level then down '_fpclass' i'm think'n that it's a pathing thing.

Petrushka
05-10-2003, 09:56 PM
Still non the wiser, so looks like reverting to the usual boring links. :o(

slink11
05-10-2003, 10:18 PM
is HL horseland well if you are trying to make a link to the horses page just make that a href= thing or if you want to put up info on the stallions then just make a table if you don't have a clue what horseland is then ignore this or pm me

Petrushka
05-10-2003, 10:20 PM
Yes its for horseland, yes I know how to link on horseland, but its not relevent to what I'm doing at the minute.