0
How to make a vertical line into the center or 60% right in the page ????
3 Antworten
+ 2
anyway if you have any trouble in html go to w3schools.com and you can find more..
+ 2
make 2 divs, 1 with width 40% and one with width 60%, then give them class names and use CSS to select the one you need to have a line by adding border-left: 1px solid black; of course you set your own width, color etc. Border-right etc.
+ 1
ohh I have to use CSS for this !!!! thanks for ur answer....