+1
Evgeniy Strokin wrote:
Hello,..
I'm working on templates for Roller and noticed several very unfortunate things:
HTML generated by any macros is not standard.
For example calendar contains this:
<table summary="Blog Archive Calendar" class="hCalendarTable"
border="0" cellspacing="0">Last two attributes
border="0" cellspacing="0"
just doesn't allow use some CSS properties.
I found such things in most HTML code generated by macros.
As an example of nearly perfect generated HTML code we can find from WordPress.
Of course this is very hard to change existing macros to generate nice HTML
which could be easily styled by CSS. I think the only solution is to deprecate
existing macroses and write new which could be used in future templates and
they will generate nice HTML.
Thank you
Gene