Vertical line making

Code

#line{
 height:300px;
 float:left;
 border-left: 3px double #ff3333;
 margin-left: 500px;
 text-align: center;


How can I fit this line above section
Thansk!!!

I am not sure what are you trying to achieve. Can you please explain a bit better.

Put the line inside of a div of the text box and set position relative and then just move it where you want. But it would help if you showed the code of the whole website.