求教各位老大关于help.lbi的修改

2016-07-07 16:15 来源:www.chinab4c.com 作者:ecshop专家

wenti.jpg
想在help.lbi里添加上图的信息,就是右边的联系电话等,改了好久都得不到想要的效果,特发帖求助高人,谢谢大家


这个是help.lbi的源码

  1. <meta http-equiv="Content-Type" content="text/html; charset=GBK">
  2. <!--{if $helps}-->
  3. <div class="shop_full_lib block">
  4. <div>
  5. </div>
  6. <div class="lib_mid clearfix">
  7. <div class="help_lib">
  8. <div class="help_cats">
  9. <table>
  10. <tr class="help_cate">

  11. <!-- {foreach from=$helps item=help_cat name=help_cate} -->
  12. <td><span><a href='{$help_cat.cat_id}' title="{$help_cat.cat_name}">{$help_cat.cat_name}</a></span></td>
  13. <!-- {/foreach} -->
  14. </tr>
  15. <tr class="help_list">
  16. <!-- {foreach from=$helps item=help_cat name=help_cate} -->
  17. <td>
  18. <ul class="listitem">
  19. <!-- {foreach from=$help_cat.article item=item} -->
  20. <li><a href="{$item.url}" title="{$item.title|escape:html}">{$item.short_title}</a></li>
  21. <!-- {/foreach} -->
  22. </ul>
  23. </td>
  24. <!-- {/foreach} -->
  25. </tr>
  26. </table>
  27. </div>
  28. </div><!--end help_lib-->
  29. </div>
  30. <div class="tc">
  31. <img src="themes/51ecshop/images/helpintro.gif" />
  32. </div>
  33. </div><!--end shop_full_lib-->
  34. <div class="blank"></div>
  35. <!--{/if}-->
复制代码


这个是css关于help.lbi的部分


  1. .help_lib .help_cats{padding:0px 10px; border:#ccc solid 1px; background:#f2f2f2;}
  2. .help_lib td{ vertical-align:top;}
  3. .help_lib .help_cats .help_cate span{ display:block; width:152px; height:31px; text-align:left; text-indent:20px; line-height:31px; font-size:14px; font-weight:bold;}
  4. .help_lib .help_cats .help_list{ padding:0px 10px;}
  5. .help_lib .help_infos{ float:right; padding:0px; padding-right:10px; }
复制代码

回答:
-0-....有人能帮帮忙么?

顶起来 = =

难道是我都在晚上把帖子顶上去然后就没人看?

你试着吧右图的html代码插入<div class="help_cats">底下看看。

谢谢 我这就去看看

你试着吧右图的html代码插入底下看看。
铃舞风想 发表于 2009-12-28 12:17


试了下。。。貌似不行