Button alignment

leandronunesarruda

Vassal
Customer
Is there something wrong with my html? I wanted to align the back button to the center of the HTML, but it doesn't stay, what could I do?








HTML:
<html>
<title>Gatekeeper</title>
<body>
<br>
<center>
<table width="200">
<tr>
<td align="center"><button value="Talking Island" action="bypass -h npc_%objectId%_Teleport 5" width="115" height="27" back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF"></td>
</tr>
<tr>
<td align="center"><button value="Elven Village" action="bypass -h npc_%objectId%_Teleport 1" width="115" height="27" back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF"></td>
<td align="center"><button value="Dark Elven Village" action="bypass -h npc_%objectId%_Teleport 2" width="115" height="27" back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF"></td>
</tr>
<tr>
<td align="center"><button value="Orc Village" action="bypass -h npc_%objectId%_Teleport 4" width="115" height="27" back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF"></td>
<td align="center"><button value="Dwarven Village" action="bypass -h npc_%objectId%_Teleport 3" width="115" height="27" back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF"></td>
</tr>
<tr>
<td align="center"><button value="Gludio" action="bypass -h npc_%objectId%_Chat 6" width="115" height="27" back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF"></td>
<td align="center"><button value="Dion" action="bypass -h npc_%objectId%_Chat 7" width="115" height="27" back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF"></td>
</tr>
<tr>
<td align="center"><button value="Giran" action="bypass -h npc_%objectId%_Chat 8" width="115" height="27" back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF"></td>
<td align="center"><button value="Aden" action="bypass -h npc_%objectId%_Chat 9" width="115" height="27" back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF"></td>
</tr>
<tr>
<td align="center"><button value="Oren" action="bypass -h npc_%objectId%_Chat 10" width="115" height="27" back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF"></td>
<td align="center"><button value="Heine" action="bypass -h npc_%objectId%_Chat 11" width="115" height="27" back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF"></td>
</tr>
<tr>
<td align="center"><button value="Goddard" action="bypass -h npc_%objectId%_Chat 12" width="115" height="27" back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF"></td>
<td align="center"><button value="Schuttgart" action="bypass -h npc_%objectId%_Chat 13" width="115" height="27" back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF"></td>
</tr>
<tr>
<td align="center"><button value="Rune" action="bypass -h npc_%objectId%_Chat 14" width="115" height="27" back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF"></td>
<td align="center"><button value="Gludin Village" action="bypass -h npc_%objectId%_Chat 15" width="115" height="27" back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF"></td>
</tr>
<tr>
<td align="center"><button value="Hunters Village" action="bypass -h npc_%objectId%_Chat 16" width="115" height="27" back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF"></td>
<td align="center"><button value="Floran Village" action="bypass -h npc_%objectId%_Chat 17" width="115" height="27" back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF"></td>
</tr>
<tr>
<td align="center"><button align="center"  value="Back" action="bypass -h npc_%objectId%_Chat 3" width="115" height="27" back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF">
</td>
</tr>
</table>
</center>
</body>
</html>
 

Attachments

  • WhatsApp Image 2025-02-22 at 21.35.55.webp
    WhatsApp Image 2025-02-22 at 21.35.55.webp
    12.2 KB · Views: 24
Back
Top