Temos pavadinimas: WordPress, Shopify ir PHPFusion programuotojų bendruomenė :: Kaip padaryti kad butu be tarpu

Parašė Child· 2008 Rugs. 7 13:09:02
#1



Kaip padaryti kad visi tie images butu be tarpu?
Naudoju si koda:
<table>
<tr>
<td><img src='images/kario medis.gif' style='margin:5px;' align='left'><img src='images/kario medis1.jpg' style='margin:5px;' align='left'></tr></td>
<tr>
<td><img src='images/kario medis2.gif'></tr></td>
</table>



Parašė Child· 2008 Rugs. 7 19:09:45
#2

ar nieks nezino?

Parašė ch0k3· 2008 Rugs. 7 19:09:40
#3

<table>
<td><img src='images/kario medis.gif' style='margin:5px;' align='left'><img src='images/kario medis1.jpg' style='margin:5px;' align='left'></td>
</table>
<table>
<td><img src='images/kario medis2.gif'></td>
</table>




Nežinau ar kas išeis :D

Parašė WantedBoy· 2008 Rugs. 7 19:09:04
#4

<table border='0'>
<tr>
<td><img src='images/kario medis.gif' style='margin:5px;' align='left'><img src='images/kario medis1.jpg' style='margin:5px;' align='left'></tr></td>
<tr>
<td><img src='images/kario medis2.gif'></tr></td>
</table>




Redagavo WantedBoy· 2008 Rugs. 7 19:09:22

Parašė Child· 2008 Rugs. 7 19:09:44
#5

:[ niekas nepasikeite
gal prie image nuorodos ta bordetr prirasyti?

Redagavo Child· 2008 Rugs. 7 19:09:18

Parašė ch0k3· 2008 Rugs. 7 19:09:32
#6

<table>
<td>
<img src='images/kario medis.gif'><img src='images/kario medis1.jpg' style='margin:5px;' align='left'>

<img src='images/kario medis2.gif'></td>
</table>




ARBA:

<table>
<td>
<img src='images/kario medis.gif'><img src='images/kario medis1.jpg'><br>

<img src='images/kario medis2.gif'></td>
</table>



Redagavo ch0k3· 2008 Rugs. 7 19:09:58

Parašė WantedBoy· 2008 Rugs. 7 19:09:24
#7

<table border="0" cellpadding="0" cellspacing="0">
<tr>
<td><img src='images/kario medis.gif' style='margin:5px;' align='left'><img src='images/kario medis1.jpg' style='margin:5px;' align='left'></tr></td>
<tr>
<td><img src='images/kario medis2.gif'></tr></td>
</table>




Parašė ---· 2008 Rugs. 7 19:09:58
#8

Gal taip?
<table>
<tr>
<td><img src='images/kario medis.gif' align='left'><img src='images/kario medis1.jpg' align='left'></td></tr>
<tr>
<td><img src='images/kario medis2.gif'></td>
</tr></table>





Parašė ch0k3· 2008 Rugs. 7 19:09:49
#9

Mano šitas tikrai be tarpų turi būt

Code:

<table>
<td>
<img src='images/kario medis.gif'><img src='images/kario medis1.jpg'><br>

<img src='images/kario medis2.gif'></td>
</table>



Parašė ---· 2008 Rugs. 7 19:09:02
#10

što eta? :] kur <tr> nukisai? :p

Parašė WantedBoy· 2008 Rugs. 7 19:09:53
#11

Jis su <br> darė ;D

Parašė ch0k3· 2008 Rugs. 7 19:09:49
#12

Nu ir gerai:] nors be tarpų(ROFL)

Parašė WantedBoy· 2008 Rugs. 7 19:09:12
#13

Taip, bet tai ne etiškas kodas :D

Parašė Child· 2008 Rugs. 7 19:09:20
#14

ch0k3 parašė:
Mano šitas tikrai be tarpų turi būt

Code:

<table>
<td>
<img src='images/kario medis.gif'><img src='images/kario medis1.jpg'><br>

<img src='images/kario medis2.gif'></td>
</table>




dekui veikia ;)

Parašė ch0k3· 2008 Rugs. 7 20:09:39
#15

WantedBoy parašė:
Taip, bet tai ne etiškas kodas :D


Bet suveikė :)

Parašė WantedBoy· 2008 Rugs. 7 20:09:24
#16

Nu ir turėjo veikt. :|

Parašė Child· 2008 Rugs. 7 20:09:25
#17




<table>
<td>
<img src='images/kario medis.gif'><img src='images/kario medis1.jpg'><br>

<img src='images/kario medis2.gif' style='margin:5px;' align='left'><br>
1. Wondering Knight: Good at close combat, but not highly developed offensively or defensively.<br>
2. Apprentice Knight: The first step of true knighthood when a warrior can learn stronger killing techniques.  <br>
3. Commander: Specializes on defense, with basic offense. <br>
4. Vagabond Sword-man: Specializes on offense with basic defense.  <br>
5. General: Specialization on defense to increase the abilities of party members. <br>
6. God of Sword: An expert on offense, but weaker with armor and shields. <br>
</td>
</table>






dabar vel atsirado tarpas :(

Redagavo Child· 2008 Rugs. 7 20:09:16

Parašė ch0k3· 2008 Rugs. 7 20:09:54
#18

<table>
<td>
<img src='images/kario medis.gif'><img src='images/kario medis1.jpg'><br>

<img src='images/kario medis2.gif'>
1. Wondering Knight: Good at close combat, but not highly developed offensively or defensively.<br>
2. Apprentice Knight: The first step of true knighthood when a warrior can learn stronger killing techniques.  <br>
3. Commander: Specializes on defense, with basic offense. <br>
4. Vagabond Sword-man: Specializes on offense with basic defense.  <br>
5. General: Specialization on defense to increase the abilities of party members. <br>
6. God of Sword: An expert on offense, but weaker with armor and shields. <br>
</td>
</table>




Redagavo ch0k3· 2008 Rugs. 7 20:09:40

Parašė ramon· 2008 Rugs. 7 20:09:53
#19

:]:]
Eilutes principas toks yra toks :
<table><tr><td>.....</td></tr></table>



Parašė ch0k3· 2008 Rugs. 7 21:09:56
#20

<table>
<td>
<img src='images/kario medis.gif'><img src='images/kario medis1.jpg'><br>

<img src='images/kario medis2.gif' align='left'>

1. Wondering Knight: Good at close combat, but not highly developed offensively or defensively.<br>
2. Apprentice Knight: The first step of true knighthood when a warrior can learn stronger killing techniques. <br>
3. Commander: Specializes on defense, with basic offense. <br>
4. Vagabond Sword-man: Specializes on offense with basic defense.  <br>
5. General: Specialization on defense to increase the abilities of party members. <br>
6. God of Sword: An expert on offense, but weaker with armor and shields. <br>
</td>
</table>




EDIT: Paro rezultatą :)

Redagavo ch0k3· 2008 Rugs. 7 21:09:50

Parašė Child· 2008 Rugs. 7 21:09:18
#21


Parašė ch0k3· 2008 Rugs. 7 21:09:39
#22

Ups klaida neparašiau vieno ingridiento:], matai pasisilinkusi kario apačia

Va:

<table>
<td>
<img src='images/kario medis.gif'><img src='images/kario medis1.jpg'><br>

<img src='images/kario medis2.gif' style='margin:0px' align='left'>

1. Wondering Knight: Good at close combat, but not highly developed offensively or defensively.<br>
2. Apprentice Knight: The first step of true knighthood when a warrior can learn stronger killing techniques. <br>
3. Commander: Specializes on defense, with basic offense. <br>
4. Vagabond Sword-man: Specializes on offense with basic defense.  <br>
5. General: Specialization on defense to increase the abilities of party members. <br>
6. God of Sword: An expert on offense, but weaker with armor and shields. <br>
</td>
</table>




Dabar jau gali rodyt rezultatą

Parašė Karolis· 2008 Rugs. 7 21:09:46
#23

<table>
<td>
<img src='images/kario medis.gif'><img src='images/kario medis1.jpg'><br>

<img src='images/kario medis2.gif' style='margin:0px' align='left'>

1. Wondering Knight: Good at close combat, but not highly developed offensively or defensively.<br>
2. Apprentice Knight: The first step of true knighthood when a warrior can learn stronger killing techniques. <br>
3. Commander: Specializes on defense, with basic offense. <br>
4. Vagabond Sword-man: Specializes on offense with basic defense.  <br>
5. General: Specialization on defense to increase the abilities of party members. <br>
6. God of Sword: An expert on offense, but weaker with armor and shields. <br>
</td>
</table>





Parašė ch0k3· 2008 Rugs. 7 21:09:02
#24

Durnelis nukopino ir tipo kietas:]:[