HTML help...

  • Wanna Join? New users you can now register lightning fast using your Facebook or Twitter accounts.
May 23, 2002
76
0
0
41
#1
I made hover buttons in Front Page. For some reason when I cut and paste the html to my site th buttons dont work. I just see grey boxes where they should be. Anyone know how to do this?
 
May 15, 2002
4,689
15
38
#2
this is the wrong forum for that question but......you gotta upload the buttons to your site then copy and paste the html. On front page, the image source is from your hard drive, on the internet, your image source is from the web. So you gotta upload the buttons or maybe even the whole site.
 

Keith

ackright
Apr 22, 2002
329
2
0
43
#3
Yea, why did't you just upload the page instead of cut 'n' pastin' the code into another file? If they're images then do what Sinista says; make sure the images are uploaded to your website, & also make sure the img src is pointing to the image itself. like:
Code:
<img src="images/imagefile.jpg">
Might help if you were a lil more specific homie.
 

Keith

ackright
Apr 22, 2002
329
2
0
43
#6
If they're rollover images/buttons there will be atleast two versions of each button.. Could you post the link to your site so I can view the code?
 

Keith

ackright
Apr 22, 2002
329
2
0
43
#8
Alright now I see. It's a Java applet. You'll need to upload the 'fphover.class' file into the same folder that your sites in. Let me know if that's the prob, man.