static page sidebar issues - RESOLVED

Creating and modifying plugins.
Post Reply
sonichouse
Regular
Posts: 196
Joined: Sun May 11, 2008 2:53 am
Contact:

static page sidebar issues - RESOLVED

Post by sonichouse »

I am using a static page for my photo gallery using Highslide JS.

The sidebar is a different width than my main page, and the freetag styles are not working.

The photos are at http://steveforster.is-a-geek.com/seren ... hotos.html, if you go to the main page the sidebars are different.

Both pages use the same style sheet.

Can anyone help ?


Resolved
The inline CSS for the Highslide JS had

Code: Select all

<style type="text/css">
* {
    font-family: Verdana, Helvetica;
    font-size: 10pt;
}
Once that was removed everything was OK.

Panic over :lol:
Post Reply