@John
> difference from a snippet and a droplet
> pfew, good question
Tell me about it
> droplet is much more an enhanced form of a snippet and can be more
> easely used IN wysiywg content.
Oke, I’m am getting it, a little bit, maybe.
For starters, a module is on top and a snippet on bottom. Maybe I should take a closer look to the code of the given modules and so on.
>In your case, if you need the clock on every page embed it in
> the template seems easiest to do.
And that is helping me a lot!
Correct me if I am wrong: put the code in the index.php of the template I am using. The extra CSS files needed should be in the template file too, together with the CSS files used for the template. JS script files, called in index.php should be in the root.
Is this the way to go?
>Have fun!
Thanks, you too.
@Klaus
>Your current code looks for the JS in the same path where the page is.
>You should place it in a central location and then call it with the WB
>Variables for the location you placed the file.
I am using WB for some weeks now, so I a not sure if I know what you mean. In I add a call for a js script in index.php of my template, with:
<script language="javascript" src="liveclock.js"></script>
and this file is in the same root with WB, the code will not find it? If that is the case, where should I put liveclock.js?
So I guess this is way:
http://www.websitebaker2.org/forum/index.php/topic,12647.0.htmlis not working?
>cheers
Thanks, proost.