
04-09-2011, 03:27 AM
|
عضو
|
|
تاريخ التسجيل: Aug 2004
مشاركة: 69
مستوى تقييم العضوية: 21
|
|
تفضل هذا كود الاستايل
كود PHP:
<!-- START BLOCK : styles --> <table class="frame" border="0" width="100%" cellpadding="0" style="border-collapse: collapse" dir="ltr"><tr><td width="1"><img border="0" src="{img_dir}/topl.gif"></td> <td background="{img_dir}/topbg.gif"> </td><td width="1"><img border="0" src="{img_dir}/topr.gif"></td></tr></table> <div class="module-title-main">{phrase_select_style}</div> <div id="contents-main"> <center> <form name="stform" method="post" action="?action=chstyle"> <select name="style" onchange="stform.submit()"> <!-- START BLOCK : style --> <option value="{val}" {sel}>{name}</option> <!-- END BLOCK : style --> </select> </form> </center> </div> <table class="frame" border="0" width="100%" cellpadding="0" style="border-collapse: collapse" dir="ltr"><tr><td width="1"><img border="0" src="{img_dir}/bottoml.gif"></td><td background="{img_dir}/bottombg.gif"> </td><td width="1"><img border="0" src="{img_dir}/bottomr.gif"></td></tr></table> <br /> <!-- END BLOCK : styles -->
|