Quote Originally Posted by admin
Quote Originally Posted by Rob
Apart from the search problems I've previously mentioned, if you have chosen to display 10 recently viewed videos, the second row titles are left aligned and not centered.
In index.tpl, find

Code:
<td width="25%" onmouseout=
Replace with

Code:
<td width="25%" align="center" onmouseout=
Thank you admin .. worked a charm .. keep up the good work :)