Hi pico,pico wrote:Hi
I have created a Subfolder in inc_css named yaml where I copied all Files from the Archive yaml-Folder. YAou don't realy need all this Files, but for the 'learning' process it's helpfull to have them all right in Place.
Then copy the content of the CSS-File from Example-Folder for your kind of Layout into the frontend.css or directly into the inc_css Folder and it's Subfolders (patches and screen) into the referending yaml-Folder.
All what you have to do now is to change the Pathes to as Example:
Code: Select all
/* import core styles | Basis-Stylesheets einbinden */ @import url(/yaml/core/base.css); /* import screen layout | Screen-Layout einbinden */ @import url(yaml/navigation/nav_shinybuttons.css); @import url(yaml/screen/basemod.css); @import url(yaml/screen/basemod_2col_left_13.css); @import url(yaml/screen/content.css); /* import print layout | Druck-Layout einbinden */ @import url(yaml/print/print_003_draft.css);
did you get the the print_xxx.css to work?
I don't get the print css to work.
The printview always loads the hole page with
the print header from the pint.tmpl
Any hints?