Temos pavadinimas: WordPress, Shopify ir PHPFusion programuotojų bendruomenė :: side-right in table?
Parašė Mantas_· 2010 Bal. 16 15:04:46
#1
Sveiki tarkim turiu dešinės panelės kodą
require_once "side_right.php";
Ir turiu tenltelę:
<table border='0' width='100%' bgcolor='#E8E8E8' style='border-collapse: collapse' id='table3'>
<tr>
<td width='11'> </td>
<td>bla bla bla</td>
</tr>
</table>
Kaip man padaryti kad toje lentelėje rodytu dešine panelę, nes kai dedu papačioje, man ją rodo už lentelės ribų.
Parašė edeni· 2010 Bal. 16 15:04:44
#2
Tau reikia tik vienos paneles ar daugiau ?
Jeigu vienos tai naudok include
INFUSIONS."forum_threads_panel/forum_threads_panel.php";
ir nereiks viso to side_right.php includint.
Parašė Mantas_· 2010 Bal. 16 15:04:57
#3
man reikai viso side_right.php..
Parašė edeni· 2010 Bal. 16 15:04:20
#4
echo " <table border='0' width='100%' bgcolor='#E8E8E8' style='border-collapse: collapse' id='table3'>
<tr>
<td width='11'>";
require_once "side_right.php";
echo "</td>
<td>bla bla bla</td>
</tr>
</table>";
Parašė Mantas_· 2010 Bal. 16 15:04:32
#5
Dėkui, kitas klausimas, kaip padaryti kad šitą lentelė būtų viršuje, nes dabr man ji vidurį tinklapio :D
<table border='0' width='100%' id='table1' style='border-collapse: collapse' height='454'>
Parašė edeni· 2010 Bal. 16 15:04:36
#6
<table border='0' width='100%' id='table1' style='border-collapse: collapse' height='454' valign='top'>
Redagavo edeni· 2010 Bal. 16 15:04:13
Parašė Mantas_· 2010 Bal. 16 15:04:14
#7
dėkui, klaida įvėlei bet susitvarkiau :)
Parašė Mantas_· 2010 Bal. 16 18:04:52
#8
mh, atsinaujinau operą, dabar vistiek per viduri yra :D
Parašė blist· 2010 Bal. 16 18:04:18
#9
spėju manei, kad klaida yra
valign='top'?
jei taip, tai čia ne klaida ir šitas variantas turėtų tavo table pakelti į viršų.
Parašė edeni· 2010 Bal. 16 18:04:48
#10
blist parašė:
spėju manei, kad klaida yra valign='top'?
jei taip, tai čia ne klaida ir šitas variantas turėtų tavo table pakelti į viršų.
Ne, ne, ne aš buvau klaidą padaręs su žodžiu align, buvau parašęs aligin :))
Parašė Mantas_· 2010 Bal. 17 10:04:15
#11
naudoju: valign='top' bet niekas nesikeičia :D
Parašė kiskiss· 2010 Bal. 17 11:04:22
#12
Vyrai, elementaraus kodo nežinot :)
<table border='0' width='100%' id='table1' style='border-collapse: collapse' height='454' valign='top'>
Keičiam į
<table border='0' width='100%' id='table1' style='border-collapse: collapse' valign='top'>
Redagavo kiskiss· 2010 Bal. 17 11:04:01
Parašė Mantas_· 2010 Bal. 17 11:04:06
#13
Vistiek neveikia :?
aš jau numanau kodėl :D nes pas mane panelės yra tpio table ir jos tą table ištempe ir man tada teskta sper vidurį :?
Redagavo Mantas_· 2010 Bal. 17 11:04:34