Forum Replies Created

Viewing 1 replies (of 1 total)
  • to include: put the js and css files in the same directory like your style.css and try in your header
    <link href=”<?php bloginfo(‘stylesheet_directory’); ?>/flexcrollstyles.css” rel=”stylesheet” type=”text/css” />
    <script type=”text/javascript” src=”<?php bloginfo(‘stylesheet_directory’); ?>/flexcroll.js”></script>

    works fine at my site…

Viewing 1 replies (of 1 total)