This style is my favorite so far. Thank you for making it.
I made a small change to the footer though and hope that is okay. You can take a look at my site here:
http://sacredhaven.org/vanguard.
The lines in the old footer seemed a little off to me. Since I really liked the gold bar at the top, I just rotated the 9 images that make it and put them together at the bottom instead.
q1 -> end9
q3 -> end8
q1-1 -> end7
q4 -> end6
q5 -> end5
q4-1 -> end4
a1 -> end3
a2 -> end2
a1-1 -> end1
Download the attached end-jpg.zip file and copy them to your images/Darkness/darkness folder.
I then made the changes in the Common Templates/footer area:
From: Code:
<tr>
<td width="41" height="36"><img src="images/Darkness/darkness/s1.jpg" border="0" width="41" height="36"></td>
<td width="100%" height="36" background="images/Darkness/darkness/s2.jpg"></td>
<td width="41" height="36"><img src="images/Darkness/darkness/s1-1.jpg" border="0" width="41" height="36"></td>
</tr>
<tr>
<td width="41" background="images/Darkness/darkness/w1.jpg"></td>
<td width="100%" background="images/Darkness/darkness/w2.jpg" align="center" valign="top"> </td>
<td width="41" background="images/Darkness/darkness/w1-1.jpg"></td>
</tr>
<tr>
<td width="41" height="10"><img src="images/Darkness/darkness/z1.jpg" border="0" width="41" height="10"></td>
<td width="100%" height="10" background="images/Darkness/darkness/z2.jpg"></td>
<td width="41" height="10"><img src="images/Darkness/darkness/z1-1.jpg" border="0" width="41" height="10"></td>
</tr>
To: Code:
<tr>
<td width="41" height="15"><img src="images/Darkness/darkness/end1.jpg" border="0" width="41" height="15"></td>
<td width="100%" height="15" background="images/Darkness/darkness/end2.jpg"></td>
<td width="41" height="15"><img src="images/Darkness/darkness/end3.jpg" border="0" width="41" height="15"></td>
</tr>
<tr>
<td width="41" height="26"><img src="images/Darkness/darkness/end4.jpg" border="0" width="41" height="26"></td>
<td width="100%" height="26" background="images/Darkness/darkness/end5.jpg"></td>
<td width="41" height="26"><img src="images/Darkness/darkness/end6.jpg" border="0" width="41" height="26"></td>
</tr>
<tr>
<td width="41" height="7"><img src="images/Darkness/darkness/end7.jpg" border="0" width="41" height="7"></td>
<td width="100%" height="7" background="images/Darkness/darkness/end8.jpg"></td>
<td width="41" height="7"><img src="images/Darkness/darkness/end9.jpg" border="0" width="41" height="7"></td>
</tr>
You may need to adjust the paths to your images/Darkness/darkness folder.
Thanks again!
Sarcoth