Announcement

Collapse
No announcement yet.

Table format

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Table format

    Hi
    If I cut and paste a table such as can been seen at:

    http://www.ionixtechnologies.com/pri...sy_sizing.html

    into the "product description", it does not maintain it's formating.
    Is there a trick or method that I am not seeing?

    Thanks guys
    Dave
    www.baypressservices.com

    #2
    Can you show what is happening to it?
    Are you adding the !!< and >!! parts to the html in the description?

    It worked ok for me. Place this in your description:
    Code:
    !!<
    <table border="1" width="384" height="379" style="border-left-width: 0px; border-bottom-width: 0px">
        <tr>
          <td width="168" height="38" valign="middle" align="center" bgcolor="#CCCCCC">
            <font face="Arial Narrow">
            <b>Maximum Sheet Size</b>
          </font>
          </td>
          <td width="127" height="38" align="center" valign="middle" bgcolor="#CCCCCC">
            <font face="Arial Narrow">
            <b>Blower Hose</b><br>
            <b>Inside diameter</b>
          </font>
          </td>
          <td width="69" height="38" align="center" valign="middle" bgcolor="#CCCCCC">
            <font face="Arial Narrow">
            <b>Ionix</b><br>
            <b>Model</b>
          </font>
          </td>
        </tr>
        <tr>
          <td width="168" height="116" align="center" valign="middle">
            <font face="Arial Narrow">Up to 11&quot; x 17&quot;<br>
            (Up to 27cm x 42cm)
          </font>
          </td>
          <td width="127" height="116" align="center" valign="middle">
            <font face="Arial Narrow">1/2&quot; (14mm)<br>
            3/4&quot; (20mm)<br>
            1&quot; (26mm)<br>
            1 1/4” (32mm)
          <br>
    		1 1/2&quot; (40mm)<br>
    		1 3/4&quot; (47mm)<br>
    		2&quot; (54mm)</font></td>
          <td width="69" height="116" align="center" valign="middle">
            <font face="Arial Narrow">100-2<br>
            100-3<br>
            100-4<br>
            100-5
          <br>
    		400-6<br>
    		400-7<br>
    		400-8</font></td>
        </tr>
        <tr>
          <td width="168" height="84" align="center" style="border-bottom-style: none; border-bottom-width: medium">
            <font face="Arial Narrow">From 11&quot; x 17&quot;<br>
            To 22&quot; x 34&quot;<br>
            (From 27cm x 42cm<br>
            To 55cm x 85cm)
          </font>
          </td>
          <td width="127" height="84" align="center" valign="middle">
            <font face="Arial Narrow">1/2&quot; (14mm)<br>
            3/4&quot; (20mm)<br>
            1&quot; (26mm)<br>
            1 1/4” (32mm)
          </font>
          </td>
          <td width="69" height="84" align="center" valign="middle">
            <font face="Arial Narrow">200-2<br>
            200-3<br>
            200-4<br>
            200-5
          </font>
          </td>
        </tr>
        <tr>
          <td width="162" height="125" align="center" style="border-width: medium">
            <font face="Arial Narrow">From 22&quot; x 34&quot;<br>
            To 26&quot; x 40&quot;<br>
            (From 55cm x 85cm<br>
            To 65cm x 100cm)
          </font>
          </td>
          <td width="124" height="125" align="center" valign="middle" style="border-left-width: medium">
            <font face="Arial Narrow">1/2&quot; (14mm)<br>
            3/4&quot; (20mm)<br>
            1&quot; (26mm)<br>
            1 1/4” (32mm)
          </font>
          </td>
          <td width="69" height="125" align="center" valign="middle">
            <font face="Arial Narrow">300-2<br>
            300-3<br>
            300-4<br>
            300-5
          </font>
          </td>
        </tr>
      </table>
    >!!

    Comment


      #3
      Perfect
      Thank You
      www.baypressservices.com

      Comment

      Working...
      X