From: Sjahrazad A. <sja...@ba...> - 2003-07-16 19:12:19
|
See the tags below, I used this in Borobudur3D. I made a test mixing the css for left, center and right blocks in the file template. Its only need around 40 lines compare to the original html around 200 lines. You can see the result at http://www.uiarch.org/index.php?name=Cnl_Blocks It's really helpfull for designing the layout, or avoiding missing closing tags etc, but my question is, about the browser compatibility. Can we start playing around css stuff? what do you think? sjah <!-- BODY HEADER Start --> [-$ZBACKGROUND-] [-$ZVARIABLE1-] [-$ZVARIABLE2-] <!-- BODY HEADER End --> <!-- ZONE LOGO Start --> [-$ZLAYOUTOPEN-] <div id="mainleft">[-$ZMAINLOGO-][-$ZLOGO-]</div><BR> <div id="mainchannel">[-$ZCHANNEL-]</div><BR> <div id="mainchannel">[-$GREETING-]</div> [-$ZLAYOUTCLOSE-] <!-- ZONE LOGO End --> [-$ZLAYOUTOPEN-] <div id="mainleft">[-$LEFTBLOCKS-]</div> <div id="maincenter">[-$MAINCONTENT-]</div> <div id="mainright">[-$RIGHTBLOCKS-]</div> [-$ZLAYOUTCLOSE-] <!-- ZONE 3 COL SIDE End --> <!-- SEPERATOR LINE --> [-$ZVARIABLE2-] <!-- SEPERATOR LINE --> <!-- FOOTER Start --> [-$ZVARIABLE3-] [-$ZVARIABLE2-] [-$ZLAYOUTOPEN-] [-$ZTABLEOPEN-] [-$ZROWOPEN-] <td width="100%" align="right" valign="top" bgcolor="[-$BGCOLOR3-]"> <span class="pn-sub"> [-FOOTMSG-] </span>[-$ZCOLUMNCLOSE-] [-$ZROWCLOSE-] [-$ZTABLECLOSE-] [-$ZLAYOUTCLOSE-] <!-- FOOTER End --> [-$ZVARIABLE2-] [-$ZVARIABLE4-] <!-- Generate Closing line --> [-$ZVARIABLE1-] |