Problem (now fixed) with css selectors.

Hi,
This is a message to say I had problems with the css selector rules (generic) and fixed it yesterday.
The problem was when the generated SW pages were included in my clubs website CSS rules were being applied by the browser to the surrounding html on the page. On my clubs site results are embedded into the club website.

So yesterday I fixed the problem by customising the CSS selector rules. My version combines the use of ID and type selectors. So now, only the SW XHTML fragment have the look and feel of the selected style.

For example based on the ./Sailwave/Styles/Default.htm bundled:
originalā€¦
table, caption {text-align: left; margin: auto; font-size: 1em; border-collapse: collapse; border: 1px #999 solid;}

becameā€¦
div#wrap table, caption {text-align: left; margin: auto; font-size: 1em; border-collapse: collapse; border: 1px #999 solid;}

Above was repeated for all the type elements: table, caption, td, th, etc etc

Thanks,
Jeremy Whiting