http://www.elephantstamps.co.uk/Contents.htm
uploaded using cuteftp
why do link bars not have any text in or lead to any other pages?? and also things like photo gallery and other effects dont work. it works fine within programme and previewing in browser
load: class fphover.class not found. <--- has this got something to do with it....no idea what it means.
help!
Does your webspace support Frontpage extensions? I'd check that out with them tbh, as for the fphover.class, that's part of a Frontpage feature that's used when you include a "hover button" on your webpages, the way to get round the problem error message is to upload the fphover.class file as well as all the web page HTML and image files of your site.
Alternatively, do what I do when making web sites, don't use Frontpage that does all the code for you, write the HTML yourself in notepad, much more reliable and saves getting error messages if you know what you're doing.
Also, check the links in your buttons etc to see where they link to, often Frontpage defaults links to the file on your local hard drive rather than on the remote server, and you end up having to edit the link so that it points to your file on the server instead of the local file on your hard drive... I used to have to do this a lot when I used to use FP regularly back when I first started doing web design.
If everything's uploaded to where it should be, image files into the images folder on the server for example, everything should then work nice and peachy.
Originally posted by Rich
Alternatively, do what I do when making web sites, don't use Frontpage that does all the code for you, write the HTML yourself in notepad, much more reliable and saves getting error messages if you know what you're doing.
in a ideal world i would...but i have too much on my plate without trying to learn html. thanks thou
ok i had forgot to upload the files you mentioned..but now have..and get.
applet fphover notinited
:confused:
Originally posted by MTheo
ok i had forgot to upload the files you mentioned..but now have..and get.
applet fphover notinited
:confused:
Your webspace probably doesn't support Frontpage extensions by the sound of it :(
ToryCynic
21-10-2005, 17:39
<toptip> - ditch that awful overbloated crap that is FP - either code it in notepad or use Dreamweaver - a program that I have found great delight in writing HTML.
</toptip>
As for your .class file- this a one of the java files - .java .bak & .class are the three Java coding files - like .frm .prj and .vwb in Visual Basic - have you been trying to upload an applet... ....you need to embed the HTML code within the java coding.
:)