i do it with php
from the HTML Includes
include ('/home/domains/mysite.co.uk/forums/_headers/main.inc.php');
Then add each colored header *.jpg
to the css of each style.
Trust me its complicated.
So if you have 5 styles.
That's 5 images to create. (Normal)
But then 5 x 5 for each style and image.
The trick is this : which i didn't think could be done.
Rick pointed me in the right direction ages ago.
$header_day = <<<DAY1
<table width="100%" border="0" >
<tr>
<td class="my_header"><div align="center"></div></td>
</tr>
<tr>
<td><div align="center" class="my_header_txt">$title</div></td>
</tr>
</table>
DAY1;
echo "$header_day";