Posted by mgparisi on August 12, 2008 at 6:41am
How hard would it be to make a view that was like the list view, but instead of
<ul><li></li><ul>we simply do
<div id="xxx1" class="xxx"><div id="xxx1-1" class="xxx">data</div></div>?Im going to TRY and do this, its a Simple View! This would be an excellent learning tool for both v1 and v2, since it would be a simple module that does one simple task! But honestly I have no Idea how to start!

Comments
.
http://drupal.org/node/136136
Also, I think views bonus pack has a plain view, now.
Michelle
See my Drupal articles and tutorials or come check out the Coulee Region
Consider Bare View
Bare View / Plain View in the Bonus Pack
It would not be all that
It would not be all that difficult. You just need to write a style plugin; the D5 style plugins are not nearly so powerful as in D6 but still capable of doing this.