Re: vertical line?
However, the code you have given is nothing else but a rectangle code. You have only limited the rectangle to be 0 pixels wide and have border only on the right side. Indeed, the following code:
adds borders to the top and left side.
On the other hand, using the shape toll, is mush easier and immediate.
However, the code you have given is nothing else but a rectangle code. You have only limited the rectangle to be 0 pixels wide and have border only on the right side. Indeed, the following code:
<div style="top:25xp;left:50px;height:400px;width:50px; background:transparent;border-right:5px double red ;border-left:5px double red; border-top:5px double red"></div>
On the other hand, using the shape toll, is mush easier and immediate.
Comment