Re: css not render on the html
Daniel Dekany <[email protected]> Thu, 22 Aug 2013 21:09:53 +0200
| Newsgroups | gmane.comp.web.freemarker.user |
|---|---|
| Message-ID | <[email protected]> |
CSS is applied by the browser, not by FreeMarker. Check in the
browser's *source* view if the FreeMarker output is as expected, and
if so, check if the CSS file is also loaded and is correct (like with
FireBug).
--
Thanks,
Daniel Dekany
Sunday, August 18, 2013, 10:39:06 PM, demi wrote:
> I am new to freemarker and I am not sure why the css is not rendering. On
> sample code below only 1,2 and 3 is render on the browser but not the css.
> Any help is appreciate it.
>
> This is what I have.
>
> I have two ftls file; one containing the macro and the other one calling the
> macro.
>
> ftl containing the macro:
>
> <#macro stepsNavigation steps>
> <ol>
> <#list steps as step>
> <li class="stepOn">
> <div class="iconStyle">${step}</div>
> </li>
> </#list>
>
> </ol>
> </#macro>
>
> ftl calling the macro
>
>
>
> <div>
> <@stepsNavigation ssteps=["1","2","3"] />
>
> </div>
>
>
>
>
> --
> View this message in context:
> http://freemarker.624813.n4.nabble.com/css-not-render-on-the-html-tp4654732.html
> Sent from the freemarker-user mailing list archive at Nabble.com.
>
> ------------------------------------------------------------------------------
> Get 100% visibility into Java/.NET code with AppDynamics Lite!
> It's a free troubleshooting tool designed for production.
> Get down to code-level detail for bottlenecks, with <2% overhead.
> Download for free and get started troubleshooting in minutes.
> http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk
> _______________________________________________
> FreeMarker-user mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/freemarker-user
------------------------------------------------------------------------------
Introducing Performance Central, a new site from SourceForge and
AppDynamics. Performance Central is your source for news, insights,
analysis and resources for efficient Application Performance Management.
Visit us today!
http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk