header : h=50 w=460
center : h=2 w=460
footer : h=15 w=460
5 columns
as many rows as you want
(the box will expend when you add rows for more studs)
you can change :
Here is the part of the whole code where you will have to make changes, to enter your stud stats.
code for one stud :
<tr><td><div align="left"><a href="http://www.howrse.com/elevage/fiche/?id=horseID" style="font-size: 8pt; color: rgb(215, 0, 0);"><strong>NAME<br><em>Affix</em></strong></a></div></td>
<td><span style="font-size: 8pt; color: rgb(0, 0, 0);">breed</span></td>
<td><span style="font-size: 8pt; color: rgb(0, 0, 0);"><strong>GP</strong></span></td>
<td><span style="font-size: 8pt;">blup</span></td>
<td><span style="font-size: 8pt;">fee e</span></td></tr>
You need to replace the blue text in the code by your own text :
horseID = the ID of the horse to make a link to his page (it's the number at the end of his page adress - example : 27660)
NAME = the name of the horse - example : CraKoT '
Affix = the affix of the horse - example : The Imperial
breed = the breed of the horse - example : Newfoundland pony
GP = the GP of the horse - example : 350.79
blup = the blup of the horse - example : 100
fee e = the fee for the covering in equus - example : 500
If you want to add one stud in the box, you have to copy and paste this complete code, after another code of the same type.
<center><table border="0" cellpadding="0" cellspacing="0" width="460">
<tbody>
<tr><td background="http://craxor.free.fr/crixorcluwb/images/studbox_header.gif" height="50" width="460"></td></tr>
<tr><td background="http://craxor.free.fr/crixorcluwb/images/studbox_center.gif"><center>
<table style="border-collapse: collapse;" border="1" bordercolor="#ffcccc" cellpadding="5" cellspacing="0" width="430">
<tbody><tr>
<th scope="col" width="180"><div align="left"><span style="font-size: 8pt; color: rgb(215, 0, 0);">Stud Name </span></div></th>
<th scope="col" width="130"><div align="left"><span style="font-size: 8pt; color: rgb(215, 0, 0);">Breed</span></div></th>
<th scope="col" width="40"><div align="left"><span style="font-size: 8pt; color: rgb(215, 0, 0);">GP</span></div></th>
<th scope="col" width="30"><div align="left"><span style="font-size: 8pt; color: rgb(215, 0, 0);">BLUP </span></div></th>
<th scope="col" width="50"><div align="left"><span style="font-size: 8pt; color: rgb(215, 0, 0);">Fee</span></div></th>
</tr>
<tr><td><div align="left"><a href="http://www.howrse.com/elevage/fiche/?id=horseID" style="font-size: 8pt; color: rgb(215, 0, 0);"><strong>NAME<br><em>Affix</em></strong></a></div></td>
<td><span style="font-size: 8pt; color: rgb(0, 0, 0);">breed</span></td>
<td><span style="font-size: 8pt; color: rgb(0, 0, 0);"><strong>GP</strong></span></td>
<td><span style="font-size: 8pt;">blup</span></td>
<td><span style="font-size: 8pt;">fee e </span></td></tr>
<tr><td><div align="left"><a href="http://www.howrse.com/elevage/fiche/?id=horseID" style="font-size: 8pt; color: rgb(215, 0, 0);"><strong>NAME<br><em>Affix</em></strong></a></div></td>
<td><span style="font-size: 8pt; color: rgb(0, 0, 0);">breed</span></td>
<td><span style="font-size: 8pt; color: rgb(0, 0, 0);"><strong>GP</strong></span></td>
<td><span style="font-size: 8pt;">blup</span></td>
<td><span style="font-size: 8pt;">fee e </span></td></tr>
<tr><td><div align="left"><a href="http://www.howrse.com/elevage/fiche/?id=horseID" style="font-size: 8pt; color: rgb(215, 0, 0);"><strong>NAME<br><em>Affix</em></strong></a></div></td>
<td><span style="font-size: 8pt; color: rgb(0, 0, 0);">breed</span></td>
<td><span style="font-size: 8pt; color: rgb(0, 0, 0);"><strong>GP</strong></span></td>
<td><span style="font-size: 8pt;">blup</span></td>
<td><span style="font-size: 8pt;">fee e </span></td></tr>
<tr><td><div align="left"><a href="http://www.howrse.com/elevage/fiche/?id=horseID" style="font-size: 8pt; color: rgb(215, 0, 0);"><strong>NAME<br><em>Affix</em></strong></a></div></td>
<td><span style="font-size: 8pt; color: rgb(0, 0, 0);">breed</span></td>
<td><span style="font-size: 8pt; color: rgb(0, 0, 0);"><strong>GP</strong></span></td>
<td><span style="font-size: 8pt;">blup</span></td>
<td><span style="font-size: 8pt;">fee e </span></td></tr>
<tr><td><div align="left"><a href="http://www.howrse.com/elevage/fiche/?id=horseID" style="font-size: 8pt; color: rgb(215, 0, 0);"><strong>NAME<br><em>Affix</em></strong></a></div></td>
<td><span style="font-size: 8pt; color: rgb(0, 0, 0);">breed</span></td>
<td><span style="font-size: 8pt; color: rgb(0, 0, 0);"><strong>GP</strong></span></td>
<td><span style="font-size: 8pt;">blup</span></td>
<td><span style="font-size: 8pt;">fee e </span></td></tr>
</tbody></table></center>
</td></tr>
<tr><td background="http://craxor.free.fr/crixorcluwb/images/studbox_footer.gif" height="15"></td></tr>
</tbody></table></center>