在html中从表中写div

时间:2015-03-17 12:06:29

标签: html

需要帮助将表格写入div格式的代码

<table width="100%" border="1" cellpadding="0" cellspacing="0" bordercolor="#FFFFFF">
            <tr>
              <td width="15%" background="images/r.jpg" bgcolor="#026aa1"><p align="center" class="style4">&nbsp;</p>
                <p align="center" class="style4 style5">1% Dying </p>
              <p align="center" class="style4">&nbsp;</p></td>
              <td width="22%" background="images/g.jpg" bgcolor="#75a81a"><p align="center" class="style6">2% Dying </p></td>
              <td width="28%" background="images/o.jpg" bgcolor="#d85700"><p align="center" class="style6">Product Name </p></td>
              <td width="32%" background="images/p.jpg" bgcolor="#94499b"><p align="center" class="style6">Fastness to </p></td>
            </tr>

            <tr>
              <td width="15%" bgcolor="#f9f5f5"><p align="center"><img width="80" height="37" src="feature_shortcodes - Copy_clip_image002.jpg" alt="A27.jpg"> </p></td>
              <td width="22%" bgcolor="#f9f5f5"><p align="center"><img width="80" height="37" src="feature_shortcodes - Copy_clip_image003.jpg" alt="A28.jpg"> </p></td>
              <td width="28%" bgcolor="#f9f5f5"><p align="center"><u>Acid Black    10BX&nbsp;</u> <br>
              CI-Black1 </p></td>
              <td width="32%" bgcolor="#f9f5f5"><p align="center">Lights : 3-4<br>
                Washing : 3-4<br>
              Perspiration : 3-4 </p></td>
            </tr>
            <tr>
              <td width="15%" bgcolor="#f1eeee"><p align="center"><img width="80" height="37" src="feature_shortcodes - Copy_clip_image004.jpg" alt="A25.jpg"> </p></td>
              <td width="22%" bgcolor="#f1eeee"><p align="center"><img width="80" height="37" src="feature_shortcodes - Copy_clip_image005.jpg" alt="A26.jpg"> </p></td>
              <td width="28%" bgcolor="#f1eeee"><p align="center"><u>Acid BrownNR&nbsp;</u><br>
              CI-Brown75 </p></td>
              <td width="32%" bgcolor="#f1eeee"><p align="center">Lights : 4<br>
                Washing : 3<br>
              Perspiration : 3-4 </p></td>
            </tr>

因为seo不支持表格格式。

0 个答案:

没有答案