On Oct 26, 6:07 am, Marco van den Oever <[EMAIL PROTECTED]> wrote: > Any info anywhere about how to ad css?
You can link all your CSS into your own stylesheet in the project webroot: ./www/css And then reference this from the header skin of your project. > Anyone got a working example with folder structure? > > I tried to duplicate the css usage of jcFarcryFlvPlayer but can't make > it happen. > > Where do all the files go and what is the correct path to use to link > the css in the defaulthtml file, to the plugin or project folder? If you want to link the plugin CSS directly then you need to be able to reach the plugin ./www/css folder from the web browser. You have two options: a) create a web virtual to link to the plugin directory www called / jcfarcryflvplayer, or; b) copy the ./www folder into your project webroot and call it / jcfarcryflvplayer geoff http://www.daemon.com.au/ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "farcry-dev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/farcry-dev?hl=en -~----------~----~----~----~------~----~------~--~---
