View Single Post
  #2  
Old 11-12-2011, 10:06 PM
  XCart4Life's Avatar 
XCart4Life XCart4Life is offline
 

Advanced Member
  
Join Date: Feb 2010
Posts: 62
 

Default Re: Shadowbox Options On Static Pages

There's a difference between:
shadowbox/shadowbox.css
/shadowbox/shadowbox.css
./shadowbox/shadowbox.css

Try removing the periods before the first slash in the path:

Code:
<link rel="stylesheet" type="text/css" href="/shadowbox/shadowbox.css"> <script type="text/javascript" src="/shadowbox/shadowbox.js"></script> <script type="text/javascript"> Shadowbox.init(); </script>
__________________
X-Cart Pro v4.2.2 [Win]
X-Cart Pro v4.2.3 [Win]
X-Cart Pro v4.4.4 [Win]
Reply With Quote