I am testing the 4.01 version. Does anyone know if there is a possibility to make a fixed width webpage. What I see is that always takes the whole width of the browser. I prefer to make a website with a fixed width.
Vera
16 Aug 2010 12:36 PM
You can set the fixed size in your CSS file. The div class that regulates the size of the pages is .frameBlocks so you need to write there the width parameter, for example like this:
.frameBlocks {margin: auto; width: 700px; padding: 0; text-align: left;}
Regards,
ViArt Support Team
TOCDCO
16 Aug 2010 11:04 PM
We should all be expecting a new .css stylesheet dictionary.
Please, ViArt, provide this at your earliest possible convenience, as the style sheet codes are now changed.
Thanks,
Dan
eelco
17 Aug 2010 7:32 AM
Yes this works.
Thank you Vera.
Vera
17 Aug 2010 3:02 PM
to Dan:
Yes, after the official release we do plan to start doing such guide.