Forum : vertical line
Brief description  about Online courses   join in Online courses
View Rashmi  kumari 's Profile

vertical line

Can We draw a vertical line with only HTML(without CSS).If yes Plz tell me how????
Asked by Rashmi kumari | Jul 18, 2010 |  Reply now
Replies (1)
View teacher siliconindia 's Profile
Hi

Try this code, hop this will help you
<table cellspacing="5" border="0" cellpadding="0">
<tr valign="top" align="left">
<td width="300"> The main page content here </td>
<td width="1" bgcolor="#00FFFF"><BR></td>
<td width="150" valign="top" align="left">
Here is the news

</td>
</tr>
</table>

Regards
Jul 18, 2010