Jump to content
  • 0

I Have A Problem With Html


Question

Posted

Hello everyone I have a problem please help me I want to put the image with the left and right hand, Such as what exists image I want the codes to make the picture come from the right and left

1442229689111.png

6 answers to this question

Recommended Posts

  • 0
Posted

<table><tr><td>image</td><td>button</td><td>image</td></tr></table>

  • Sorry to inconvenience my brother, but I can not modify them and repeatedly tried to repeat that it's possible you will lift the file and then you're amendment it and then insert it.  
  • <html><body>
    <center>
    <font color="LEVEL">Gk Global</font><br>
    <img src="L2UI_CH3.herotower_deco" width=256 height=32 align=left>
    <tr><br>
    <tr>
    <tr><td align=center><button action="bypass -h npc_%objectId%_Chat 2" value="ﻦﻳﺪﺠﺘﺴﻤﻟﺍ ﻖﻃﺎﻨﻣ" width=200 height=31 back="L2UI_CT1.OlympiadWnd_DF_HeroConfirm_Down" fore="L2UI_CT1.OlympiadWnd_DF_HeroConfirm">
    <tr><td><br1></td></tr>
    <tr><td align=center><button action="bypass -h npc_%objectId%_Chat 21" value="ﻯﺮﻘﻟﺍ" width=200 height=31 back="L2UI_CT1.OlympiadWnd_DF_HeroConfirm_Down" fore="L2UI_CT1.OlympiadWnd_DF_HeroConfirm">
    <tr><td><br1></td></tr>
    <tr><td align=center><button action="bypass -h npc_%objectId%_Chat 22" value="ﻚﻟﺎﻤﻤﻟﺍ" width=200 height=31 back="L2UI_CT1.OlympiadWnd_DF_HeroConfirm_Down" fore="L2UI_CT1.OlympiadWnd_DF_HeroConfirm">
    <tr><td><br1></td></tr>
    <tr><td align=center><button action="bypass -h npc_%objectId%_Chat 18" value="ﺮﺑﺎﻘﻤﻟﺍ" width=200 height=31 back="L2UI_CT1.OlympiadWnd_DF_HeroConfirm_Down" fore="L2UI_CT1.OlympiadWnd_DF_HeroConfirm">
    <tr><td><br1></td></tr>
    <tr><td align=center><button action="bypass -h npc_%objectId%_Chat 19" value="ﺐﻳﺩﺍﺮﺴﻟﺍ" width=200 height=31 back="L2UI_CT1.OlympiadWnd_DF_HeroConfirm_Down" fore="L2UI_CT1.OlympiadWnd_DF_HeroConfirm">
    <tr><td><br1></td></tr>
    <tr><td align=center><button action="bypass -h npc_%objectId%_Chat 28" value="ﻝﺎﺘﻘﻟﺍ ﺕﺎﺣﺎﺳ" width=200 height=31 back="L2UI_CT1.OlympiadWnd_DF_HeroConfirm_Down" fore="L2UI_CT1.OlympiadWnd_DF_HeroConfirm">
    <tr><td><br1></td></tr>
    <tr><td align=center><button action="bypass -h npc_%objectId%_Chat 24" value="ﺕﺍﺭﻮﺻﺎﻨﻳﺪﻟﺍ ﺓﺮﻳﺰﺟ" width=200 height=31 back="L2UI_CT1.OlympiadWnd_DF_HeroConfirm_Down" fore="L2UI_CT1.OlympiadWnd_DF_HeroConfirm">
    <tr><td><br1></td></tr>
    <tr><td align=center><button action="bypass -h npc_%objectId%_Chat 27" value="ﺪﻧﻮﺒﻠﻴﻬﻟﺍ ﻖﻃﺎﻨﻣ" width=200 height=31 back="L2UI_CT1.OlympiadWnd_DF_HeroConfirm_Down" fore="L2UI_CT1.OlympiadWnd_DF_HeroConfirm">
    <tr><td><br1></td></tr>
    <tr><td align=center><button action="bypass -h npc_%objectId%_Chat 33" value="ﺀﺎﻤﻈﻌﻟﺍ ﺝﺮﺑ" width=200 height=31 back="L2UI_CT1.OlympiadWnd_DF_HeroConfirm_Down" fore="L2UI_CT1.OlympiadWnd_DF_HeroConfirm">
    <tr><td><br1></td></tr>
    <img src="L2UI_CH3.herotower_deco" width=256 height=32 align=left>
    <font color="LEVEL">Lineage 2</font>
    </body></html>
  • 0
Posted

  • sorry i forget put image .. Placed in the first option, and I will do the rest .. and Thanks 

  • icon.etc_painting_i00

  • 0
Posted

The <tr> tag creates a new row while the <td> tag creates the fields, so:

<table>
    <tr>
        <td><img></td>
        <td><button></td>
        <td><img></td>
    </tr>
    <tr>
        <td><img></td>
        <td><button></td>
        <td><img></td>
    </tr>
</table>

This will create two rows with three fields each.

 

Just in case you want to do it on your own next time. :lol:

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


×
×
  • Create New...

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..