Net Talk: 10.36
I added a carousel to my app. The first problem I ran into is the css was not getting sent to the browser. I added 'slick.css' and 'slick-theme.css' as style files and it's mostly working. I can't see the arrows on either side of the image. Is their another file I should add to get the arrows?
I tried making an example, and it of course worked fine without manually adding the files. My best guess is that my program is multi dll so the WebServer isn't detecting that it needs to include the carousel files.
Also it would be nice if the template let you add links to the images. For now I've handled this with some hand code.