HTML OSCommerce表宽度

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了HTML OSCommerce表宽度相关的知识,希望对你有一定的参考价值。

Change

<!-- body //-->
<table border="0" width="100%" cellspacing="3" cellpadding="3">
<tr>
<td width="<?php echo BOX_WIDTH; ?>" valign="top"><table border="0" width="<?php echo BOX_WIDTH; ?>" cellspacing="0" cellpadding="2">
<!-- left_navigation //-->

To

<!-- body //-->
<table border="0" width="770" cellspacing="0" cellpadding="0" align="center">
<tr>
<td width="<?php echo BOX_WIDTH; ?>" valign="top"><table border="0" width="<?php echo BOX_WIDTH; ?>" cellspacing="0" cellpadding="2">
<!-- left_navigation //-->

All of the files in the catalog folder plus the catalog/includes/header.php and catalog/includes/footer.php files will need to be changed. A quick find and replace in your editor will replace all the pages that have the same code as above in the catalog folder. The header.php and footer.php files have a little different code and would need to be manually changed.

html 固定的TD表宽度

REF:
http://stackoverflow.com/questions/15115052/bootstrap-how-to-set-up-fixed-width-for-td

<tr class="something">
    <td class="col-md-2">A</td>
    <td class="col-md-3">B</td>
    <td class="col-md-6">C</td>
    <td class="col-md-1">D</td>
</tr>


<tr>
  <td class="col-md-4"><img class="img-responsive" src="<?php echo $thumbnail_url[0]; ?>"><br> Prop Details Link</td>
  <td class="col-md-4"><?php the_field('short_description') ; ?></td>
  <td class="col-md-4 orange_bg"><?php  the_field('sq_ft') ; ?>
      <?php  the_field('office_sq_ft') ; ?>
      <?php  the_field('price') ; ?>
      <?php  the_field('doors') ; ?>
      <?php  the_field('type') ; ?>
  </td>
</tr>

以上是关于HTML OSCommerce表宽度的主要内容,如果未能解决你的问题,请参考以下文章

osCommerce:经常性付款[关闭]

从 osCommerce 中的类别中列出随机产品

ZenCart与osCommerce、OpenCart、PrestaShop哪种开设外贸网店更适合新手操作

html 电子邮件包装表 - 固定宽度方法

html 固定的TD表宽度

html table 列宽