--- Begin Message ---I think I found the answer myself when I put this in the RootComponentupdateRoot: anHtmlRoot super updateRoot: anHtmlRoot. anHtmlRoot stylesheet url: (PaintingLibrary urlOf: #mainCss) and this on the class side of the RootComponent initialize | app | app := WAAdmin register: #stRootComponent asApplicationAt: 'Paintings2'. app addLibrary: PaintingLibrarythen I see some css. The page looks not what I expect but that can be changed.So does the code I have now on my github page well or do I use the components still the wrong way ?Roelof Op 5-1-2020 om 12:48 schreef Roelof Wobben:Op 5-1-2020 om 11:36 schreef Roelof Wobben via Pharo-users: hmm,It looks like I had to do it like this : https://github.com/RoelofWobben/paintings for registering the project but I see then that the rootcomponent is not changed and that still the css is not found or used.So please help. Roelof
--- End Message ---
Re: [Pharo-users] why is my css not found in a seaside project
Roelof Wobben via Pharo-users Sun, 05 Jan 2020 05:47:36 -0800
- Re: [Pharo-users] why is my css not found in... Sven Van Caekenberghe
- Re: [Pharo-users] why is my css not fou... Roelof Wobben via Pharo-users
- Re: [Pharo-users] why is my css not... Sven Van Caekenberghe
- Re: [Pharo-users] why is my css... Roelof Wobben via Pharo-users
- Re: [Pharo-users] why is my css... Roelof Wobben via Pharo-users
- Re: [Pharo-users] why is my... Sven Van Caekenberghe
- Re: [Pharo-users] why ... Roelof Wobben via Pharo-users
- Re: [Pharo-users] why ... Sven Van Caekenberghe
- Re: [Pharo-users] ... Roelof Wobben via Pharo-users
- Re: [Pharo-users] ... Roelof Wobben via Pharo-users
- Re: [Pharo-users] ... Roelof Wobben via Pharo-users
- Re: [Pharo-users] ... Sven Van Caekenberghe
- Re: [Pharo-users] why is my css not found in... Richard Sargent