NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: sukhendu on August 22, 2012, 10:44:59 AM

Title: Need Custom CSS Help
Post by: sukhendu on August 22, 2012, 10:44:59 AM
Need help in creating my own custom css file.  I have looked at the link below.
http://www.nettalkcentral.com/index.php?option=com_smf&Itemid=36&topic=116.0

Where would I find the all.css file in NT6.40?  I have noticed that the BrowseTable class has been changed to Table.BrowseTable (td/th).  Would my custom class be named Table.myBrowseTable (td/th)?  And where would I tell the browse procedure to use Table.myBrowseTable?  Is there a recent webnair or YouTube video that talks about how to make a custom css file?

Thanks,
Sukhendu

Title: Re: Need Custom CSS Help
Post by: Bruce on August 22, 2012, 09:57:09 PM
As far as Webinars go, I strongly recommend
http://www.capesoft.com/docs/NetTalk6/nettalkindex.htm#ClarionLive - webinar number 97.

>> BrowseTable class has been changed to Table.BrowseTable

it has? where?

Cheers
Bruce

Title: Re: Need Custom CSS Help
Post by: sukhendu on August 23, 2012, 12:41:41 PM
Bruce,

Thanks for the link.  I saw the webinar and it has been very help full.  I saw the Table.BrowseTable in the newweb4.css file under styles folder.

Sukhendu
Title: Re: Need Custom CSS Help
Post by: Bruce on August 23, 2012, 09:50:30 PM
>> newweb4.css

I'm not sure if that's a type, but I don't ship a file called newweb4 - so if that is the actual name, then I guess whatever's in it belongs to you, not me.

If you meant netweb4.css, then that file is only there for backwards compatibility with old style apps written in Nt4. I recommend updating the app to NT5/6 standards (ie using Themes etc) before embarking on any CSS changes. Ideally your program will not use netweb4.css at all.

cheers
Bruce