hi!! i've created a view with all the recent node titles and styled them as an HTML unordered list .. it generates the list but, the ul tag doesn't have an id :( how can i add that? thanks..
+1
A:
You would need to make your own template instead of the one that views use. There you can alter the markup. Chech the "theming information" link inside the view itself for info on what to call it. Place it in your theme and remember to clear the cache.
googletorp
2009-12-18 05:14:35
A:
to expand on what googletorp said, you'll find the original template files in the 'theme' sub-directory. it's easiest to copy that into your theme directory and edit it, rather than starting from scratch.
drewish
2009-12-26 23:41:51