Jump to content

Recommended Posts

Posted

can you please fix this, so weapons stays left, armors right and rest of it right?

 

 

<table width=204>
    <tr>
        <td align=left>
            <button value="Weapon D" action="bypass -h npc_%objectId%_multisell 90023" width=75 height=21 back="L2UI_ch3.Btn1_normalOn" fore="L2UI_ch3.Btn1_normal">
        </td>
         </tr>
    <tr>
        <td align=left>
            <button value="Weapon C" action="bypass -h npc_%objectId%_Multisell 90051" width=75 height=21 back="L2UI_ch3.Btn1_normalOn" fore="L2UI_ch3.Btn1_normal">
        </td>
         </tr>
    <tr>
        <td align=left>
            <button value="Weapon B" action="bypass -h npc_%objectId%_Multisell 90050" width=75 height=21 back="L2UI_ch3.Btn1_normalOn" fore="L2UI_ch3.Btn1_normal">
        </td>
         </tr>
    <tr>
        <td align=left>
            <button value="Weapon A" action="bypass -h npc_%objectId%_multisell 90021" width=75 height=21 back="L2UI_ch3.Btn1_normalOn" fore="L2UI_ch3.Btn1_normal">
        </td>
         </tr>
    <tr>
        <td align=left>
            <button value="Weapon S" action="bypass -h npc_%objectId%_Multisell 90012" width=75 height=21 back="L2UI_ch3.Btn1_normalOn" fore="L2UI_ch3.Btn1_normal">
        </td>
    </tr>
    <tr>
        <td align=center>
            <button value="Armor D" action="bypass -h npc_%objectId%_multisell 90023" width=75 height=21 back="L2UI_ch3.Btn1_normalOn" fore="L2UI_ch3.Btn1_normal">
        </td>
    </tr>
    <tr>
        <td align=center>
            <button value="Armor C" action="bypass -h npc_%objectId%_Multisell 90051" width=75 height=21 back="L2UI_ch3.Btn1_normalOn" fore="L2UI_ch3.Btn1_normal">
        </td>
    </tr>
    <tr>
        <td align=center>
            <button value="Armor B" action="bypass -h npc_%objectId%_Multisell 90050" width=75 height=21 back="L2UI_ch3.Btn1_normalOn" fore="L2UI_ch3.Btn1_normal">
        </td>
    </tr>
    <tr>
        <td align=center>
            <button value="Armor A" action="bypass -h npc_%objectId%_multisell 90021" width=75 height=21 back="L2UI_ch3.Btn1_normalOn" fore="L2UI_ch3.Btn1_normal">
        </td>
    </tr>
    <tr>
        <td align=center>
            <button value="Armor S" action="bypass -h npc_%objectId%_Multisell 90012" width=75 height=21 back="L2UI_ch3.Btn1_normalOn" fore="L2UI_ch3.Btn1_normal">
        </td>
    </tr>
       <tr>
        <td align=right>
            <button value="Consumables" action="bypass -h npc_%objectId%_multisell 90023" width=75 height=21 back="L2UI_ch3.Btn1_normalOn" fore="L2UI_ch3.Btn1_normal">
        </td>
    </tr>
    <tr>
        <td align=right>
            <button value="QuestItems" action="bypass -h npc_%objectId%_Multisell 90051" width=75 height=21 back="L2UI_ch3.Btn1_normalOn" fore="L2UI_ch3.Btn1_normal">
        </td>
    </tr>
    <tr>
        <td align=right>
            <button value="Jewells" action="bypass -h npc_%objectId%_Multisell 90050" width=75 height=21 back="L2UI_ch3.Btn1_normalOn" fore="L2UI_ch3.Btn1_normal">
        </td>
    </tr>
    <tr>
        <td align=right>
            <button value="Dyes" action="bypass -h npc_%objectId%_multisell 90021" width=75 height=21 back="L2UI_ch3.Btn1_normalOn" fore="L2UI_ch3.Btn1_normal">
        </td>
    </tr>
    <tr>
        <td align=right>
            <button value="Pets" action="bypass -h npc_%objectId%_Multisell 90012" width=75 height=21 back="L2UI_ch3.Btn1_normalOn" fore="L2UI_ch3.Btn1_normal">
        </td>
    </tr>
</table>

dwa.jpg

never mind same multisells, just trying to fix the table first

Posted

<table>
    <tr>
        <td>123</td>
        <td>123</td>
        <td>123</td>
    </tr>
    <tr>
        <td>123</td>
        <td>123</td>
        <td>123</td>
    </tr>
    <tr>
        <td>123</td>
        <td>123</td>
        <td>123</td>
    </tr>
</table>

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...