Hi Ludwig, can you copy the link from the <link> attribute inside your html source code and paste to your browsers Location Window and see if you get a 404?
Kind regards Juergen > -----Ursprüngliche Nachricht----- > Von: Ludwig Magnusson [mailto:[email protected]] > Gesendet: Montag, 12. Januar 2009 11:00 > An: 'Turbine Users List' > Betreff: Skinning my app/working with css > > Hello! > > I am trying to add some nice looks to my application. > > I have a dummy site written in html with css and now I want to > integrate it > into my functional turbine site. However, the app doesn't seem to find > the > definitions for the div-tags. All the content of the site is just > written on > the screen with no formatting. But when I look at the source for my > page in > my web browser, the generated page source looks exactly like the dummy > site. > Ex, in the <head> tag of the document I find: > > > <link rel="stylesheet" href="/resources/ui/skins/blueprint/skin.css" > type="text/css" media="screen" title=""/> > > Which is generated by: > > $page.addStyleSheet($content.getURI("resources/ui/skins/blueprint/skin. > css") > ,"screen","","text/css") > > The path to skin.css is the correct one. > Am I missing something? Does turbine not find the css-file? > > I have also been reading about the UIService > (http://turbine.apache.org/turbine/turbine-2.3.3/services/ui- > service.html) > but I think it's pretty hard to understand what exactly that is needed > to > get a skin working. An example would be nice. > /Ludwig > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
