Cannot get it to work.

Page: 1

Author Post
DragonAndy
Guest
Hi everyone. I just can not get floatbox to work at all. the page is http://www.superior.dragonwraith.co.uk/repton.html
it should be the first picture at the bottom of the page.

If anyone could help I would appreciate it.

Thanks
Andy
Administrator
Registered: Aug 2008
Posts: 3382
Hi Andy,
Your include lines for floatbox are:
<link type="text/css" rel="stylesheet" href="/floatbox/floatbox.css" />
<script type="text/javascript" src="/floatbox/floatbox.js"></script>


These indicate that the floatbox files are to be found inside the folder of the same name at the root of your site. However, there are no floatbox files at that location. You'll have to get the actual install location and the paths used in your include statements to agree.
DragonAndy
Guest
Thanks,

on the hosting plan, which uses helm control panel. Apparently sub domains are seen as folder in the main directory. So in DW it was seeing the css/js files fine but not on the remote site.

changed the lines to:

<link type="text/css" rel="stylesheet" href="http://www.dragonwraith.co.uk/floatbox/floatbox.css" />
<script type="text/javascript" src="http://www.dragonwraith.co.uk/floatbox/floatbox.js"></script>

and it came straight up.

Thanks again.
Andy

Page: 1