Pogledajte određenu poruku
Staro 06. 12. 2007.   #1
Ivan
Psychedelictrance freak
Wrote a book
 
Avatar Ivan
 
Datum učlanjenja: 04.06.2006
Lokacija: Srbija, Beograd
Poruke: 1.008
Hvala: 325
933 "Hvala" u 34 poruka
Ivan će postati "faca" uskoroIvan će postati "faca" uskoroIvan će postati "faca" uskoroIvan će postati "faca" uskoroIvan će postati "faca" uskoroIvan će postati "faca" uskoroIvan će postati "faca" uskoroIvan će postati "faca" uskoro
Pošaljite poruku preko Skype™ za Ivan
Default table, jedna ispod druge u celiji

Hi,

Imam problem, treba da prepravim neki engine ali nikako ne mogu da se pohvatam zasto u jednoj celiji nece dve tabele da budu jedna ispod druge, evo primer:

Kôd:
<table width="490" align="center" border="0" cellspacing="2" cellpadding="0">
    <tr>
        <td align="left" width="150">
            <table width="150" align="left" border="0" cellspacing="0" cellpadding="0">
               <tr>
                 <td background="xxx" height="150" align="center" alt="">
                    <a href="yyy" title="">
                        <img src="zzz" border="0" alt="" title="">
                    </a>
                    <br />
                 </td>
               </tr>
            </table>
            <br />
            <table width="150" align="left" border="0" cellspacing="0" cellpadding="2">
              <tr>
                <td colspan="2" align="center">X</td>
              </tr>
              <tr>
                <td align="left">Y</td>
                <td>Z</td>
              </tr>
              <tr>
                <td colspan="2" align="center">W</td>
              </tr>
            </table>
       </td>
    </tr>
</table>

Ima neko resenje ? Hvala ...
Ivan je offline   Odgovorite uz citat