Jump to content
  • 0

[Help] Πρόβλημα με ένα hmtl


ansmc

Question

MxC γειά σας,

προσπαθώντας να φτιάξω ένα shop αντιμετωπίζω το εξής πρόβλημα που βλέπετε στην φωτογραφία:

hmtlprob.jpg

όπως θα καταλάβατε και από την φωτογραφία, το πρόβλημα μου είναι η στοίχιση των εικονιδίων.

Αυτό που ήθελα εγώ, είναι τα εικονίδια να είναι όλα στην αριστερή πλευρά και το ένα κάτω από το άλλο.

Δεν μπορώ να καταλάβω τι ακριβώς κάνω λάθος, γι' αυτό σας επισυνάπτω και το html για να δείτε που βρίσκετε το λάθος μου.

Σας ευχαρισρώ εκ των προτέρων.

<html>
<body><br><center><table align=center>
<tr><td><img width=32 height=32 src="icon.etc_alphabet_s_i00"></td><td><img width=32 height=32 src="icon.etc_alphabet_h_i00"></td><td><img width=32 height=32 src="icon.etc_alphabet_o_i00"></td><td><img width=32 height=32 src="icon.etc_alphabet_p_i00"></td></tr>
</table></center>
<br><br><br>
<table>
<tr>
<td width=40><button action="bypass -h npc_%objectId%_multisell 9107" width=32 height=32 back="icon.accessary_blessed_necklace_i00" fore="icon.accessary_blessed_earing_i00"></td>
<td width=220>
<table>
<tr><td>Jewels <font color=a1a1a1>Rb-Jewels</font></td></tr>
<tr><td><font color=ae9977>Buy Rb Jewels</font></td></tr>
</table>
<table>
<tr>
<td width=40><button action="bypass -h npc_%objectId%_multisell 9108" width=32 height=32 back="icon.weapon_voodoo_doll_i01" fore="icon.weapon_voodoo_doll_i01"></td>
<td width=220>
<table>
<tr><td>Tattoos <font color=a1a1a1>Custom Tattoos</font></td></tr>
<tr><td><font color=ae9977>Buy Custom Tattoos</font></td></tr>
<tr>
<td width=40><button action="bypass -h npc_%objectId%_multisell 9109" width=32 height=32 back="icon.armor_t94_u_i00" fore="icon.armor_t94_u_i00"></td>
<td width=220>
<table>
<tr><td>Custom Armors <font color=a1a1a1>Custom Armors</font></td></tr>
<tr><td><font color=ae9977>Buy Custom Armors</font></td></tr>
<tr>
<td width=40><button action="bypass -h npc_%objectId%_multisell 9110" width=32 height=32 back="icon.vesper_cloack_i00" fore="icon.vesper_cloack_i00"></td>
<td width=220>
<table>
<tr><td>Freya Cloacks <font color=a1a1a1>Freya Cloacks</font></td></tr>
<tr><td><font color=ae9977>Buy Freya Cloacks</font></td></tr>
</table>

Link to comment
Share on other sites

13 answers to this question

Recommended Posts

  • 0

kanta ola opos ine afto ama thelis na ine stin mesi 

<table>
<tr><td>Tattoos <font color=a1a1a1>Custom Tattoos</font></td></tr>
<tr><td><font color=ae9977>Buy Custom Tattoos</font></td></tr>
<tr>
<td width=40><button action="bypass -h npc_%objectId%_multisell 9109" width=32 height=32 back="icon.armor_t94_u_i00" fore="icon.armor_t94_u_i00"></td>
<td width=220>
<table>

Link to comment
Share on other sites

  • 0
<html>
<body>
<center>
<table align=center>
<tr><td><img width=32 height=32 src="icon.etc_alphabet_s_i00"></td><td><img width=32 height=32 src="icon.etc_alphabet_h_i00"></td><td><img width=32 height=32 src="icon.etc_alphabet_o_i00"></td><td><img width=32 height=32 src="icon.etc_alphabet_p_i00"></td></tr>
</table></center>
<br><br><br>
<table>
<tr>
<td width=40><button action="bypass -h npc_%objectId%_multisell 9107" width=32 height=32 back="icon.accessary_blessed_necklace_i00" fore="icon.accessary_blessed_earing_i00"></td>
<td width=220>
<table>
<tr><td>Jewels <font color=a1a1a1>Rb-Jewels</font></td></tr>
<tr><td><font color=ae9977>Buy Rb Jewels</font></td></tr>
</table>
<table>
<tr>
<td width=40><button action="bypass -h npc_%objectId%_multisell 9108" width=32 height=32 back="icon.weapon_voodoo_doll_i01" fore="icon.weapon_voodoo_doll_i01"></td>
<td width=220>
<table>
<tr><td>Tattoos <font color=a1a1a1>Custom Tattoos</font></td></tr>
<tr><td><font color=ae9977>Buy Custom Tattoos</font></td></tr>
<tr>
<td width=40><button action="bypass -h npc_%objectId%_multisell 9109" width=32 height=32 back="icon.armor_t94_u_i00" fore="icon.armor_t94_u_i00"></td>
<td width=220>
<table>
<tr><td>Custom Armors <font color=a1a1a1>Custom Armors</font></td></tr>
<tr><td><font color=ae9977>Buy Custom Armors</font></td></tr>
<tr>
<td width=40><button action="bypass -h npc_%objectId%_multisell 9110" width=32 height=32 back="icon.vesper_cloack_i00" fore="icon.vesper_cloack_i00"></td>
<td width=220>
<table>
<tr><td>Freya Cloacks <font color=a1a1a1>Freya Cloacks</font></td></tr>
<tr><td><font color=ae9977>Buy Freya Cloacks</font></td></tr>
</table>
</html>
</body>
</center>

Δοκίμασε έτσι.

Link to comment
Share on other sites

  • 0

<html>
<body>
<center>
<table align=center>
<tr><td><img width=32 height=32 src="icon.etc_alphabet_s_i00"></td><td><img width=32 height=32 src="icon.etc_alphabet_h_i00"></td><td><img width=32 height=32 src="icon.etc_alphabet_o_i00"></td><td><img width=32 height=32 src="icon.etc_alphabet_p_i00"></td></tr>
</table></center>
<br><br><br>
<table>
<tr>
<td width=40><button action="bypass -h npc_%objectId%_multisell 9107" width=32 height=32 back="icon.accessary_blessed_necklace_i00" fore="icon.accessary_blessed_earing_i00"></td>
<td width=220>
<table>
<tr><td>Jewels <font color=a1a1a1>Rb-Jewels</font></td></tr>
<tr><td><font color=ae9977>Buy Rb Jewels</font></td></tr>
</table>
<table>
<tr>
<td width=40><button action="bypass -h npc_%objectId%_multisell 9108" width=32 height=32 back="icon.weapon_voodoo_doll_i01" fore="icon.weapon_voodoo_doll_i01"></td>
<td width=220>
<table>
<tr><td>Tattoos <font color=a1a1a1>Custom Tattoos</font></td></tr>
<tr><td><font color=ae9977>Buy Custom Tattoos</font></td></tr>
<tr>
<td width=40><button action="bypass -h npc_%objectId%_multisell 9109" width=32 height=32 back="icon.armor_t94_u_i00" fore="icon.armor_t94_u_i00"></td>
<td width=220>
<table>
<tr><td>Custom Armors <font color=a1a1a1>Custom Armors</font></td></tr>
<tr><td><font color=ae9977>Buy Custom Armors</font></td></tr>
<tr>
<td width=40><button action="bypass -h npc_%objectId%_multisell 9110" width=32 height=32 back="icon.vesper_cloack_i00" fore="icon.vesper_cloack_i00"></td>
<td width=220>
<table>
<tr><td>Freya Cloacks <font color=a1a1a1>Freya Cloacks</font></td></tr>
<tr><td><font color=ae9977>Buy Freya Cloacks</font></td></tr>
</table>
</html>
</body>
</center>

Δοκίμασε έτσι.

Δυστυχώς φίλε παραμένει το ίδιο, ακριβώς το ίδιο όμως και δεν μπορώ να καταλάβω γιατί.

Link to comment
Share on other sites

  • 0

Δυστυχώς φίλε παραμένει το ίδιο, ακριβώς το ίδιο όμως και δεν μπορώ να καταλάβω γιατί.

Θα προσπαθήσω να το κάνω rework και θα στο στείλω πιο μετά.
Link to comment
Share on other sites

  • 0

Θα προσπαθήσω να το κάνω rework και θα στο στείλω πιο μετά.

Ευχαριστώ πολυ φίλε και για τον χρόνο σου αλλά και για τον κόπο σου, να ΄σαι καλά.

Link to comment
Share on other sites

  • 0

Δυστυχώς φίλε παραμένει το ίδιο, ακριβώς το ίδιο όμως και δεν μπορώ να καταλάβω γιατί.

file mou otan ena tag amoigi prepei na klini. Episis prepi na kseris kathe tag ti kanei , to <tr> , to <td> kai to <Table> den vlepw na klinoun

Link to comment
Share on other sites

  • 0

  • <table> ανοίγει το table που θέλεις να φτιάξεις και κλίνει με </table>
  • <tr> σημαίνει table row, όποτε είναι αυτονόητο το τι κάνει και κλίνει με </tr>
  • <td> σημαίνει table data, κι αυτό είναι αυτονόητο φαντάζομαι και κλίνει με </td> .
     

Link to comment
Share on other sites

  • 0

afto pou edoses se code thelis na sto ftiakso nane ola isia alla den ksero ama se aresoun ta buton pou tha balo

Δεν έχω πρόβλημα με τα κουμπιά φίλε μου. Άμα μπορέσεις κάνε το.

Link to comment
Share on other sites

  • 0

Poly apla opws eksigise kai o pioupiou tr anigeis seira sto table...Diladi an valeis ena tr kai meta arketa td.. tha einai ola stin idia seira..

Φίλε θα μπορούσες να μου πεις που ακριβώς τα βάζω αυτά;

[Συγνώμη αν σε πρήζω, αλλά είμαι newbie σε αυτά τα θέματα].

Link to comment
Share on other sites

  • 0

dokimase ayto edw soy exw bali 2 Html.rar

 

Φίλε μου σε ευχαριστώ για την βοήθεια σου, το πρόβλημα μου λύθηκε.

Ας το κλειδώσει κάποιος- Request for lock.

Link to comment
Share on other sites

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

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock