erm... correct me if I'm wrong but as I know the repeater does not create tables by itself, also it is themeable, so you could move the full template, alternating template, into an .skin file in app_themes.
My goals are:
* improve search engine compatiblity and (feeled) page creation time (move "useless" stuff to the end of page like scripts, viewstate)
* move all (or at least most of) the hardcoded html to app_themes
* not touch existing themes. (of course they will have to be moved from the "old" theming system to app_themes style, but html output will be the same)
* add an css friendly theme
* add an theme for mobile devices (already requested in here)
* (later) add a small tutorial how to create yaf themes using app_themes
Maybe I forgot a point now, but that are the main goals :)
TommyB wrote: