NetTalk Central
NetTalk Web Server => Web Server - Ask For Help => Topic started by: Alberto on June 02, 2010, 03:42:05 AM
-
Hi,
I need a column in a browse to be RightJustify and Green.
There are a rightJustify class and a Green class.
Is there any way to indicate a merge between the existing classes like:
'RightJustify;Green' ?
Thanks
Alberto
-
if you are using NT5 try ' RightJustify Green'
note spaces at front and in between
-
Perfect! thanks
-
All the CSS settings follow a "combine" approach.
In other words, if you enter
'green'
then you are setting the css to _just_ green.
If you enter
' green'
(ie space-green)
then you are _appending_ green to the classes for that item.
This allows you to _append_ or _override_ the default css for that item.
As Kevin noted, it's also a space separated list - so
' green bold'
applies the default, then green, then bold.
Cheers
Bruce
-
In C72 NTWS5 PR18
If you select a CSS for a column, lets say RightJustify teres no way to add custom.
If you select Custom and add ' RightJustify Blue' or 'RightJustify Blue' it does not work.
ALberto