To include a team list on a page follow these steps:
<center>
<table border="1" bordercolor="#000000" cellspacing="0" cellpadding="4" style="background-color:lightgrey"> <tr> <td><b>B:</b></td> <td>Sexton</td> <td>Koutoufides</td> <td>Christou</td> </tr> <tr> <td><b>HB:</b></td> <td>Bradley (c)</td> <td>Silvagni</td> <td>Rice</td> </tr> <tr> <td><b>C:</b></td> <td>Nelson</td> <td>Ratten</td> <td>Murphy</td> </tr> <tr> <td><b>HF:</b></td> <td>Beaumont</td> <td>Whitnall</td> <td>McKay</td> </tr> <tr> <td><b>F:</b></td> <td>Hamill</td> <td>Manton</td> <td>Lappin</td> </tr> <tr> <td><b>R:</b></td> <td>Allan</td> <td>Brown</td> <td>Camporeale</td> </tr> <tr> <td><b>Interchange:</b></td> <td colspan="3"> Massie Hickmott Hogg Franchina</td> </tr> <tr> <td><b>Coach:</b></td> <td colspan="3">David Parkin</td> </tr> </table>
</center>
The player names can be seen between the <td> </td> tags in the code, please ensure any names you add are between these tags.
If you have any problems or questions post them here at the Blueseum forum: tiki-view_forum.php?forumId=1
Step 1
Copy and paste the following html code into the page you want the team list to be included.<center>
<table border="1" bordercolor="#000000" cellspacing="0" cellpadding="4" style="background-color:lightgrey"> <tr> <td><b>B:</b></td> <td>Sexton</td> <td>Koutoufides</td> <td>Christou</td> </tr> <tr> <td><b>HB:</b></td> <td>Bradley (c)</td> <td>Silvagni</td> <td>Rice</td> </tr> <tr> <td><b>C:</b></td> <td>Nelson</td> <td>Ratten</td> <td>Murphy</td> </tr> <tr> <td><b>HF:</b></td> <td>Beaumont</td> <td>Whitnall</td> <td>McKay</td> </tr> <tr> <td><b>F:</b></td> <td>Hamill</td> <td>Manton</td> <td>Lappin</td> </tr> <tr> <td><b>R:</b></td> <td>Allan</td> <td>Brown</td> <td>Camporeale</td> </tr> <tr> <td><b>Interchange:</b></td> <td colspan="3"> Massie Hickmott Hogg Franchina</td> </tr> <tr> <td><b>Coach:</b></td> <td colspan="3">David Parkin</td> </tr> </table>
</center>
Step 2
Simply edit each name in the code to make up the team list you need for your page.The player names can be seen between the <td> </td> tags in the code, please ensure any names you add are between these tags.
Step 3
That should be it, your team list should look like the one here: httptiki-index.php?page=1999If you have any problems or questions post them here at the Blueseum forum: tiki-view_forum.php?forumId=1