Html Code Object Problems
Author: Mustafa Murad A.Hi,
i added html object and insert to following the code. have a table problem, table does not see
Can u help me?
<table style="width: 100%;" border="2"><tr><td width="100">Marka</td><td>Retro</td></tr><tr><td>Durumu</td><td>Yeni ürün</td></tr><tr><td>Hücreler (Cells)</td><td>Li-polymer - 4 Cell</td></tr><tr><td>Voltaj (V)</td><td>15</td></tr><tr><td>Kapasite (mAh)</td><td>3560</td></tr><tr><td>Güç (Wh)</td><td>53</td></tr><tr><td>Renk</td><td>Siyah</td></tr><tr><td>Ağırlık (g)</td><td>-</td></tr><tr><td>Ebatlar (mm)</td><td>-</td></tr><tr><td>Model</td><td>RACL-077</td></tr><tr><td>EAN13</td><td>8697785558424</td></tr></table><table style="width: 100%;" border="2"><tr><td width="100">Parça Kodları</td><td>AP13B3K<br />AP13B8K</td></tr><tr><td>Uyumlu Modeller</td><td>Acer Aspire V5-552G, V5-552P, V5-552PG<br />Acer Aspire V5-572G, V5-572P, V5-572PG<br />Acer Aspire V5-573G, V5-573P, V5-573PG</td></tr></table>
(Translated by Google) - I do not understand; ... it works: > see (write the LINK of your page)
[(IT) - non capisco; ... funziona: > vedi]
ciao
@Mustafa
You need add a CSS rule in the Expert section of HTML Code Object, e.g.:
table td {
border: 2px solid gray;
padding: 4px;
}
You can change the values as you like.
Author
Hi, notepad or html editors doesn't problem when website x5 preview has not table. i will post screenshot ASAP.
(Translated by Google)... I do not see screenshots ...
... paste the code into "HTML Code Object" > The HTML Code section (HTML panel) ...
... It must also work in preview ...
.