pixi wrote:So basically out of the box: to Get imagevuex to have BOTH Flash and HTML to be using a WHITE look and feel... you need to change Theme of flash and CSS of HTML versions.
Yes. As stated earlier, they are completely separate. Not only do they work quite differently, but the CSS for the flash only control pure textformtting.
pixi wrote:BUT
Because flash'Template' uses same CSS and HTML to render its text..... Changing one also changes the other..
Not sure what you mean "same CSS and HTML to render its text". Flash uses its THEME/stylesheet.css to render the textformatting. It has nothing to do with CSS for the html page. So, changing one changes the other? No...
pixi wrote:Flash: Duplicate the 'White' theme call it 'White2' -- Then repoint the CSS file in 'White2' settings to something like 'htmlStyle2' -- so its text fromatting is separate from HTML CSS values.
I think you must be misunderstanding something here. What exactly are you trying to achieve? Why would you repoint the flash to use css for the html gallery? That is just a bad idea because the usage is completely different.
pixi wrote:HTML version: Then replace contents of 'htmlstyle.css' contents with the CSS from 'htmlstyleDemo.css' (the white CSS supplied) -- because the only way to assign CSS to the HTML file is through a string in the browser URL
Still not sure what you are trying to do, but you can have multiple CSS styles for the html gallery yes... If you wanna replace the htmlstyle.css with contents from htmlStyleDemo.css is upto you ...
pixi wrote:Question: There is no way to assign the HTML gallery a CSS file without using a string in the URL ? -- or is it best just to replace CSS in the htmlStyle.css file ?
Currently no. You can edit the html template to load another css file instead of htmlStyle.css, but the only way to support multiple css files is through the URL.
pixi wrote:Question: Currently the flash 'Template' is using same CSS file to render its text -- is this correct?
Same as what? The flash templates do
NOT use the same CSS file as the HTML option to render text. Also, the various flash themes use different CSS files to render text.
pixi wrote:I Know i'm being dumb here, but any docs or advice greatly appreciated.. I just want my flash to look like 'White template' and HTML version to look like 'htmlstyleDemo.css' - ie white as well.
This is quite easy. To set "white" as your default flash theme, go to admin -> themes -> Click "use" for the "white" theme. To use 'htmlStyleDemo.css' for your html gallery, first rename 'htmlstyle.css' to 'htmlstyle_old.bac', and then rename 'htmlStyleDemo.css' to 'htmlstyle.css'. Remember to delete your browser cache before checking your links!