For example:

Analog will create a table like this:
<table>
<thead><tr><th class="x">month</th><th class="P">pages</th><th
class="bar">&nbsp;</th></tr></thead>
<tbody><tr><td class="x">Sep 2009</td><td class="P">247,751</td><td
class="bar"><img
src="http://www.domain.com/userstat/images/barb32.gif";
alt="++++++++++++++++++++++++++++++++++++++++++" /><img
src="http://www.domain.com/userstat/images/barb8.gif"; alt="" /><img
src="http://www.domain.com/userstat/images/barb2.gif"; alt=""
/></td></tr>
</tbody></table>

I need to add a summary attribute to the html table tag so it will
look like this:

<table summary="web site statistics">
<thead><tr><th class="x">month</th><th class="P">pages</th><th
class="bar">&nbsp;</th></tr></thead>
<tbody><tr><td class="x">Sep 2009</td><td class="P">247,751</td><td
class="bar"><img
src="http://www.domain.com/userstat/images/barb32.gif";
alt="++++++++++++++++++++++++++++++++++++++++++" /><img
src="http://www.domain.com/userstat/images/barb8.gif"; alt="" /><img
src="http://www.domain.com/userstat/images/barb2.gif"; alt=""
/></td></tr>
</tbody></table>


Notice the table tag now has a summary attributes.


On Tue, Nov 17, 2009 at 9:49 AM, mastinder singh <mastin...@gmail.com> wrote:
> Hi Troy,
>
> With summary Attribute you mean combined report for a particular client.Let
> me get more clearification on it.Yes i do have a perl script to do this
> automation
>
> On Tue, Nov 17, 2009 at 8:09 PM, Troy S <tdsimp...@gmail.com> wrote:
>>
>> I need to included a summary attributed to all html table tags?
>> Is there a template that I can modify so that the summary attribute is
>> set automatically and I don't have to edit the reports after
>> generating them?
>>
>>
>>
>> Thanks,
>>
>> --
>> Troy
>> +------------------------------------------------------------------------
>> |  TO UNSUBSCRIBE from this list:
>> |    http://lists.meer.net/mailman/listinfo/analog-help
>> |
>> |  Analog Documentation: http://analog.cx/docs/Readme.html
>> |  List archives:  http://www.analog.cx/docs/mailing.html#listarchives
>> |  Usenet version: news://news.gmane.org/gmane.comp.web.analog.general
>> +------------------------------------------------------------------------
>
>
>
> --
> regards,
>
>
> Mastinder singh
> 09974565919
>
> +------------------------------------------------------------------------
> |  TO UNSUBSCRIBE from this list:
> |    http://lists.meer.net/mailman/listinfo/analog-help
> |
> |  Analog Documentation: http://analog.cx/docs/Readme.html
> |  List archives:  http://www.analog.cx/docs/mailing.html#listarchives
> |  Usenet version: news://news.gmane.org/gmane.comp.web.analog.general
> +------------------------------------------------------------------------
>
>



-- 
Troy

+------------------------------------------------------------------------
|  TO UNSUBSCRIBE from this list:
|    http://lists.meer.net/mailman/listinfo/analog-help
|
|  Analog Documentation: http://analog.cx/docs/Readme.html
|  List archives:  http://www.analog.cx/docs/mailing.html#listarchives
|  Usenet version: news://news.gmane.org/gmane.comp.web.analog.general
+------------------------------------------------------------------------

Reply via email to