If you want to change only index, then edit tables that have class="tborder" in template "forumhome". If you want to change all pages then you'll need to edit 100+ templates for almost every table that has class="tborder".
Just move first table row where title is outside of table and put it in other table with rounded images, so it would be like this:
Code:
<table ...>
<tr>
<td align="left"> left rounded image </td>
<td class="tcat"> here is title </td>
<td align="right"> right rounded image </td>
</tr>
</table>
<table class="tborder" ...>
..and the rest of original table
Thanks, it kinda helps, but not so much with the skin I have.
So the forum title, I would want some kind of background image, which would have a curve or something. The middle would just be a gradient as the background, and the right, another curvy thing.