Quote:
Originally Posted by Goomzee
I am using 3.8.2 and not works
|
Need more detail... Check the examples in the code.
Quote:
Originally Posted by Wana Maly
|
You need to fix the validation errors:
Attachment 155427
For example, you can't use "style" on elements. Add a "class" instead.
HTML Code:
<td class="vbmenu_control" style="font-weight:normal">
HTML Code:
<td class="vbmenu_control normalfont">
and add your style as ".normalfont {font-weight:normal}" to your "ampthread" template.
I guess that part comes from pagination template. You can edit and remove the "style" part, too.