i want to draw vertical line in the designing of my web page can anyone help me to do ths......thanxi n advance....plz give me the code.....
how to draw a vertical line in html
Collapse
X
-
Tags: None
-
Usually one will make a vertical line by making a image of a line. ie like photoshop.Originally posted by manishamcai want to draw vertical line in the designing of my web page can anyone help me to do ths......thanxi n advance....plz give me the code.....
Once that is done import the image and then you can make it as long as you want.
nomad -
thanx for ur reply....
but is there any way to create a vertical line by using css/html code....
if u knw plz reply....
thanx again
Originally posted by nomadUsually one will make a vertical line by making a image of a line. ie like photoshop.
Once that is done import the image and then you can make it as long as you want.
nomadComment
-
Sort of. Neither creates content except in a limited sense. html is for structure. CSS is for style. The best you can do is use a border for an element or use <hr> and style that. But then it would be semantically incorrect.Comment
Comment