Quote:
Originally Posted by toddos
I Have exact the same problem !
But my css file is in clientscript/smnlikquick_css.css ..
What can we do ?
|
Change the BOLD RED Paths to the full URL ie, and see if that works..
Code:
http://www.yourdomainname.com/forum/clientscript/smnlikquick_css.css
http://www.yourdomainname.com/forum/clientscript/smnlikquick_ajax.js
Code:
================================
Template: FORUMHOME
================================
FIND:
--------------------------------
<head>
--------------------------------
ADD BELOW:
--------------------------------
<!-- SmnLikQuick -->
<link rel="stylesheet" type="text/css" href="/clientscript/smnlikquick_css.css" />
<script type="text/javascript" src="/clientscript/smnlikquick_ajax.js">
/***********************************************
* Ajax Tabs Content script- ? Dynamic Drive DHTML code library (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit Dynamic Drive at http://www.dynamicdrive.com/ for full source code
***********************************************/
</script>
<!-- / SmnLikQuick -->
--------------------------------