Hello,
i am making my first theme in at and generally i am novice in
PN.
So id like make theme with two iframes, and i have code in theme.html:
<div align="center">
<iframe width="665" scrolling="no" marginheight="0" marginwidth="0" frameborder="0" height="213" src="{theme-path}flash.html">Twoja przegldarka nie akceptuje pBywajcych ramek!</iframe>
<table width="665" cellspacing="0" cellpadding="0" border="0">
<tr>
<td background="{image-path}belka_top_l.jpg" width="12" height="8"></td>
<td background="{image-path}2.jpg" width="639" height="8"></td>
<td background="{image-path}belka_top_r.jpg" width="12" height="8"></td>
</tr>
</table>
<iframe width="665" scrolling="no" marginheight="0" marginwidth="0" frameborder="0" src="{theme-path}main.html">Twoja przegldarka nie akceptuje pBywajcych ramek!</iframe>
<table width="665" cellspacing="0" cellpadding="0" border="0">
<tr>
<td background="{image-path}belka_bot_l.jpg" width="12" height="18"></td>
<td background="{image-path}stopka.jpg" width="642" height="18"><!-- [footer-msg] --></td>
<td background="{image-path}st2.jpg" width="8" height="18"></td>
</tr>
</table>
</div>
code from main.html is:
<table width="665" cellspacing="0" cellpadding="0" border="0">
<tr>
<td background="{image-path}belka_l.jpg" width="12" valign="bottom">
<table width="12" cellspacing="0" cellpadding="0" border="0">
<tr>
<td valign="bottom"><img src="{image-path}har_l.jpg" border="0"></td>
</tr>
</table>
</td>
<td background="{image-path}menu_tlo_l.jpg" width="118" valign="top">
<table width="118" cellspacing="0" cellpadding="0" border="0">
<tr>
<td valign="top"><img src="{image-path}menu.jpg" border="0"></td>
</tr>
<!-- [left-blocks] -->
</table>
</td>
<td background="{image-path}nitka.jpg" width="13" valign="top">
<table width="13" cellspacing="0" cellpadding="0" border="0">
<tr>
<td valign="top"><img src="{image-path}har2_l.jpg" border="0"></td>
</tr>
</table>
</td>
<td bgcolor="black" width="380" valign="top">
<table width="380" cellspacing="0" cellpadding="0" border="0">
<tr>
<td valign="top" width="380" class="tresc"><!-- [modules] -->
</td>
</tr>
</table>
</td>
<td background="{image-path}nitka2.jpg" width="11" valign="top">
<table width="11" cellspacing="0" cellpadding="0" border="0">
<tr>
<td valign="top"><img src="{image-path}har2_p.jpg" border="0"></td>
</tr>
</table>
</td>
<td background="{image-path}menu_tlo_p.jpg" width="117" valign="top">
<table width="117" cellspacing="0" cellpadding="0" border="0">
<!-- [right-blocks] -->
<tr>
<td valign="bottom"><img src="{image-path}kolo.jpg" border="0"></td>
</tr>
</table>
</td>
<td background="{image-path}belka_r.jpg" width="12" valign="bottom">
<table width="12" cellspacing="0" cellpadding="0" border="0">
<tr>
<td valign="bottom"><img src="{image-path}har_r.jpg" border="0"></td>
</tr>
</table>
</td>
</tr>
</table>
in flash.html is only object with flash code, and leftblock.html code is:
<tr>
<td valign="top" class="menutresc"><b><!-- [block-title] --></b></td>
</tr>
<tr>
<td valign="top" class="menutresc"><!-- [block-content] --><br></td>
</tr>
etc...
and its doesn work :/ why ? Do i have to add special option in
AutoTheme ?? Why iframes doesnt work ? Can u help me ? :)