How to create vertical line in CSS and HTML...

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Azad
    New Member
    • Oct 2011
    • 2

    How to create vertical line in CSS and HTML...

    <table cellspacing="5" border="0" cellpadding="0" >
    <tr valign="top" align="left">
    <td width="300"><p> The main page content here</p></td>
    <td width="1" bgcolor="#00FFF F"><BR></td>
    <td width="150" valign="top" align="left">
    <p>TextTextText </p>
    <p>text<br>text <br>text</p>
    </td>
    </tr>
    </table>
  • Azad
    New Member
    • Oct 2011
    • 2

    #2
    Got it............. ............... ........

    Comment

    Working...