| Author: vipul 29 Oct 2009 | Member Level: Diamond | Rating:  Points: 2 |
Hi, for that you can do this way <table> <tr> <td style="border-left:1px solid" id="menu">admin </td> <td style="border-left:1px solid" id="menu">user </td> <td style="border-left:1px solid" id="menu">manager </td> </tr> </table>
Please Rate This Answer If They Helpful
Thanks & Regards Patel Vipul
|
| Author: Venkatesh Ellur 29 Oct 2009 | Member Level: Gold | Rating:  Points: 2 |
Hi
Kumar what are the elements that you get from the C# file if you know the elements you can apply the css in C# for those elements and design the class for everything you need.
THIS POSTING IS PROVIDED WITH NO WARRANTIES, BEWARE OF BUGS IN THE ABOVE CODE; I HAVE ONLY PROVED IT CORRECT AS PER MY KNOWLEDGE, NOT TRIED IT.
Regards -------------------------- Venkatesh Ellur +919886417764 venkatesh.ellur@gmail.com
|
| Author: soniya bhatia 29 Oct 2009 | Member Level: Silver | Rating:  Points: 2 |
Hi,
Do that,
<table> <tr> <td style="border-left:#000000 1px solid" id="menu">admin </td> <td style="border-left:#000000 1px solid" id="menu">user </td> <td style="border-left:#000000 1px solid" id="menu">manager </td> </tr> </table>
or make a css class for no repeatation in every td
.border { border-left:#000000 1px solid; }
|
| Author: Manindra Upadhyay 11 Nov 2009 | Member Level: Gold | Rating:  Points: 2 |
Use should use border="1" in table .
|
| Author: abdul rahim 16 Nov 2009 | Member Level: Silver | Rating:  Points: 2 |
just use border function in table ex:<td border = "5">simple</td>
u need more knowledge regarding html then visit below link www.w3schools.com
|