Quote:
Today at 05:14 AM nnjj.net said this in Post #51
thanx alot its working great now and sorry for the file
BTW what if I want to use pictures for the chines zodiac instead of words ?
|
Just make sure you upload the images to the zodiac directory and the names need to be the same as they are in the code (example: Hare.gif). If you come across a good set of images, let me know and I can include them in the file for others to use, too.
You will also need to change:
PHP Code:
<tr>
<td bgcolor="{secondaltcolor}"><normalfont><b>Chinese Zodiac Sign:</b></normalfont></td>
<td bgcolor="{secondaltcolor}"><normalfont>$chineszodiacsign</normalfont></td>
</tr>
to:
PHP Code:
<tr>
<td bgcolor="{secondaltcolor}"><normalfont><b>Chinese Zodiac Sign:</b></normalfont></td>
<td bgcolor="{secondaltcolor}"><normalfont>$chinesezodiacimage</normalfont></td>
</tr>
in the getinfo template.