static page sidebar issues - RESOLVED
Posted: Tue May 20, 2008 11:46 pm
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
Once that was removed everything was OK.
Panic over
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;
}Panic over