Quote:
Originally Posted by Slugsnack
Ah. Okay [= Thanks
EDIT: how do I do that o,o
EDIT2: Here's what I see when I do it..
|
Yeah that's what I had:
Code:
<!-- Tabbed Forum Home Header Code -->
<link rel="stylesheet" type="text/css" href="http://www.yoursite.com/forums/clientscript/tabs/ajaxtabs.css" />
<script type="text/javascript" src="http://www.yoursite.com/forums/clientscript/tabs/ajaxtabs.js"> </script>
<!-- /Tabbed Forum Home Header Code -->
This fixed it (rather than using the relative paths that come in the install guide).
Edit:
Basically rather than using:
Quote:
./clientscript/tabs/ajaxtabs.js
|
Try using:
Code:
http://www.yoursite.com/forums/clientscript/tabs/ajaxtabs.js
(or whatever your forum URL is)