This happens often.

Replace:
<script type="text/javascript" src="greybox/AJS.js"></script>
<script type="text/javascript" src="greybox/AJS_fx.js"></script>
<script type="text/javascript" src="greybox/gb_scripts.js"></script>
<link href="greybox/gb_styles.css" rel="stylesheet" type="text/css" />
<script type="text/javascript">
    var GB_ROOT_DIR = "http://www.johncowle.co.uk/greybox/";;
</script>


With:
<script type="text/javascript">
    var GB_ROOT_DIR = "http://www.johncowle.co.uk/greybox/";;
</script>
<script type="text/javascript" src="greybox/AJS.js"></script>
<script type="text/javascript" src="greybox/AJS_fx.js"></script>
<script type="text/javascript" src="greybox/gb_scripts.js"></script>
<link href="greybox/gb_styles.css" rel="stylesheet" type="text/css" />


On Jan 12, 8:45 pm, jay cowle <[email protected]> wrote:
> hey guys,
>
> I'm trying to implement greybox here:
>
> http://www.johncowle.co.uk/portfolio.html
>
> but cant get it to work.
>
> I have all the files in place.
>
> Can anyone help, i'm stuck.
>
> Thanks so much,
>
> jJay
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"GreyBox" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/greybox?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to