L2JMobius

html

dramaa · 3 · 842

Offline dramaa

  • Baron
  • *****
    • Posts: 267
    • L2Equinox
Code: [Select]
<tr>
    <td align=center width=40><button value=" " action="bypass -h npc_%objectId%_getsong 264 1" width=32 height=32 back="icon.skill0264" fore="icon.skill0264"></td>
    <td valign=top>
        <font color="FF5733">Song Earth Lv 1</font><br>Grants a protective earth-based song buff.
    </td>
</tr>

<tr>
    <td align=center width=40><button value=" " action="bypass -h npc_%objectId%_getsong 265 1" width=32 height=32 back="icon.skill0265" fore="icon.skill0265"></td>
    <td valign=top>
        <font color="FF5733">Song Life Lv 2</font><br>Restores health over time when activated.
    </td>
</tr>

https://ibb.co/6cSwQK7L
how to delete spacing between Sont lv1 and rest of the text? :?
i want it to be perfectly next to an image ...


Offline fenxitie

  • Vassal
  • *
    • Posts: 2
<table>
<tr>
<td width=40><button action="bypass custom_doyoubuff MakePetBuffs ProphecyofWaterbyUsweer" width=32 height=32 back="icon.skill1355" fore="icon.skill1355"></td>
<td width=260>
<table>
<tr><td width=200>Prophecy of Water <font color=a1a1a1>Lv</font> <font color=ae9977>1</font></td></tr>
<tr><td><font color=b0bccc>The spirit of an ancient wizard temporarily possesses the user.</font></td></tr>
</table>
</td>
</tr>
</table>


Offline dramaa

  • Baron
  • *****
    • Posts: 267
    • L2Equinox
<table>
<tr>
<td width=40><button action="bypass custom_doyoubuff MakePetBuffs ProphecyofWaterbyUsweer" width=32 height=32 back="icon.skill1355" fore="icon.skill1355"></td>
<td width=260>
<table>
<tr><td width=200>Prophecy of Water <font color=a1a1a1>Lv</font> <font color=ae9977>1</font></td></tr>
<tr><td><font color=b0bccc>The spirit of an ancient wizard temporarily possesses the user.</font></td></tr>
</table>
</td>
</tr>
</table>

thx alot