Using Asp.net
I want to make a vertical line in my webpage...
How to make a vertical line in my webpage?
|
|
|
Put a div around the markup where you want the line to appear to next and use CSS to style it:
in css:
|
|||||||||||||||||||
|
|
You can use the horizontal rule tag to create vertical lines. |
|||||
|
|
There is no vertical equivalent to the
|
||||
|
|
|
This will add a vertical line.
Style the border as well if you want 3D look. |
||||
|
|
|
One other option is to use a 1-pixel image, and set the height - this option would allow you to float it to where you need to be. Not the most elegant solution though. |
|||
|
|
There isn't any tag to create a vertical line in HTML.
|
|||
|
|
|
To make the vertical line to center in the middle use:
|
|||
|
|