Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. ASP.NET
  4. the position of horizental line

the position of horizental line

Scheduled Pinned Locked Moved ASP.NET
question
7 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    Seraph_summer
    wrote on last edited by
    #1

    I want to add one horizental line at the bottome of my master page: ... (some other controls) </form> <hr /> </body> however, this line is always displayed at the top of the body. anyone can give me one hint what is the possible reason?

    A 1 Reply Last reply
    0
    • S Seraph_summer

      I want to add one horizental line at the bottome of my master page: ... (some other controls) </form> <hr /> </body> however, this line is always displayed at the top of the body. anyone can give me one hint what is the possible reason?

      A Offline
      A Offline
      Abhijit Jana
      wrote on last edited by
      #2

      Seraph_summer wrote:


      however, this line is always displayed at the top of the body.

      You have to put it inside Table. :-D

      Abhijit Jana | Codeproject MVP Web Site : abhijitjana.net Don't forget to click "Good Answer" on the post(s) that helped you.

      S 1 Reply Last reply
      0
      • A Abhijit Jana

        Seraph_summer wrote:


        however, this line is always displayed at the top of the body.

        You have to put it inside Table. :-D

        Abhijit Jana | Codeproject MVP Web Site : abhijitjana.net Don't forget to click "Good Answer" on the post(s) that helped you.

        S Offline
        S Offline
        Seraph_summer
        wrote on last edited by
        #3

        thanks, I have tried as follows, unfortunately,it gives the same behaviour <table style="width: 100%;"> <hr /> </table>

        M A 2 Replies Last reply
        0
        • S Seraph_summer

          thanks, I have tried as follows, unfortunately,it gives the same behaviour <table style="width: 100%;"> <hr /> </table>

          M Offline
          M Offline
          Manas Bhardwaj
          wrote on last edited by
          #4

          width: 100%;height: 100%">

          Manas Bhardwaj Please remember to rate helpful or unhelpful answers, it lets us and people reading the forums know if our answers are any good.

          modified on Saturday, September 12, 2009 6:46 AM

          A 1 Reply Last reply
          0
          • S Seraph_summer

            thanks, I have tried as follows, unfortunately,it gives the same behaviour <table style="width: 100%;"> <hr /> </table>

            A Offline
            A Offline
            Abhijit Jana
            wrote on last edited by
            #5

            Where is TR and TD ? This is very common mistake that we do. Please put HR inside TR > TD Then Check. ;P

            Abhijit Jana | Codeproject MVP Web Site : abhijitjana.net Don't forget to click "Good Answer" on the post(s) that helped you.

            modified on Saturday, September 12, 2009 6:47 AM

            S 1 Reply Last reply
            0
            • M Manas Bhardwaj

              width: 100%;height: 100%">

              Manas Bhardwaj Please remember to rate helpful or unhelpful answers, it lets us and people reading the forums know if our answers are any good.

              modified on Saturday, September 12, 2009 6:46 AM

              A Offline
              A Offline
              Abhijit Jana
              wrote on last edited by
              #6

              :doh: [Edit] Now it looks Good [/Edit] [Edit2]Broken Again [/Edit2]

              Abhijit Jana | Codeproject MVP Web Site : abhijitjana.net Don't forget to click "Good Answer" on the post(s) that helped you.

              modified on Saturday, September 12, 2009 7:05 AM

              1 Reply Last reply
              0
              • A Abhijit Jana

                Where is TR and TD ? This is very common mistake that we do. Please put HR inside TR > TD Then Check. ;P

                Abhijit Jana | Codeproject MVP Web Site : abhijitjana.net Don't forget to click "Good Answer" on the post(s) that helped you.

                modified on Saturday, September 12, 2009 6:47 AM

                S Offline
                S Offline
                Seraph_summer
                wrote on last edited by
                #7

                I tried as follows, but nothing is special, the line is always displayed on the top! <table style="width: 100%;height:100%"> <tr> <td> <hr /> </td> </tr> </table>

                modified on Saturday, September 12, 2009 11:15 AM

                1 Reply Last reply
                0
                Reply
                • Reply as topic
                Log in to reply
                • Oldest to Newest
                • Newest to Oldest
                • Most Votes


                • Login

                • Don't have an account? Register

                • Login or register to search.
                • First post
                  Last post
                0
                • Categories
                • Recent
                • Tags
                • Popular
                • World
                • Users
                • Groups