I created some blocks with View Module. View Module really makes things easy! but it puts so many divs, class-names, etc… to output. and it mess up for some cases. example below:
alt text http://img.skitch.com/20100630-kh7rtfgj987c3dieibxu7wdxyd.jpg
How can I get a CLEAN output from view? without any div, span…
Appreciate helps! thanks a lot!
You can write your own theme files for the views to over ride the default output. If you click on ‘theme information’ in your views admin it will show you the candidate template files used.
However having a lot of divs won’t hurt necessarily, so approach re theming with caution.