• If I use the following code I have a Blanc, Black square above the body of my web page

    <?php if (function_exists(‘show_skitter’))show_skitter();?>

    <?php thesis_html_framework();?>

    So to get the skitter sideshow to work I add the following code

    <?php get_header(); ?>

    <?php if (function_exists(‘show_skitter’))show_skitter();?>

    <?php thesis_html_framework();?>

    Skitter now works at the top of the screen. However I loose all the design features of my website, Colours, Placement of text etc

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Skitter slideshow changing web layout’ is closed to new replies.