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

 

Reply via email to