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

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:

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
Answer this question...

×   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...