Table Help

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Dean C
    Senior Member
    • Mar 2002
    • 4571
    • 3.5.x

    Table Help

    Hi,

    I have been trying to do this in dreamweaver but haven't worked out how...

    i want a table that will look like this:

    Thanks In Advance
    Dean Clatworthy - Web Developer/Designer
  • scoutt
    Senior Member
    • Oct 2001
    • 255

    #2
    Code:
    <table border="2">
        <tr>
              <td rowspan=3>cell one</td>
        </tr>
        <tr>
            <td>cell two </td>
        </tr>
        <tr>
             <td> cell three </td>
        </tr>
    </table>

    Comment

    • Dean C
      Senior Member
      • Mar 2002
      • 4571
      • 3.5.x

      #3
      thank you SOOO MUCH
      Dean Clatworthy - Web Developer/Designer

      Comment

      widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
      Working...