how to draw a vertical line in html

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • manishamca
    New Member
    • Mar 2008
    • 17

    #1

    how to draw a vertical line in html

    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.....
  • nomad
    Recognized Expert Contributor
    • Mar 2007
    • 664

    #2
    Originally posted by manishamca
    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.....
    Usually 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.

    nomad

    Comment

    • manishamca
      New Member
      • Mar 2008
      • 17

      #3
      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 nomad
      Usually 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.

      nomad

      Comment

      • drhowarddrfine
        Recognized Expert Expert
        • Sep 2006
        • 7434

        #4
        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

        Working...