Hi,
I have a blog overview page. say it is http://<hostname>/content/campaigns/siteName/blogoverview.html
Now I have to get an newsletter for it say http://<hostname>/content/campaigns/siteName/newsletter
Can some one give me pointers as how could i develop it and what all changes i might have to do. As per my understanding newsletter must not have any css ,javascript or divs .It basically can have styles directly add with html elements.
I see from viewsource of newlestter it downloads javascripts ,css and also has divs around which i have added for body.jsp
The component I was using was
<cq:include path="newsletter" resourceType="/libs/collab/blog/components/entrylist"/>
Can i use any other component that will neet my needs