Using JEvents v3.2.8 Stable
Getting this error message on the W3C Validator for HTML5:
Line 939, Column 129: The width attribute on the table element is obsolete. Use CSS instead.
…ing="0" cellpadding="0" align="center"><tr><td class="m
Here is the full line #939
<table class="mod_events_latest_table" width="100%" border="0" cellspacing="0" cellpadding="0" align="center"><tr><td class="mod_events_latest_first" style="border-color:#000066"><span class="mod_events_latest_date">Tue Apr 7</span> - All Day<br />
This should be an easy fix. Just remove the 'width' attribute and add a CSS declaration for ".mod_events_latest_table {width:100%;}".
I prefer to not make any changes to add-on's as trying to remember hacks on future updates is a pain.
Luke