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. Table alignment - urgent help needed please..

Table alignment - urgent help needed please..

Scheduled Pinned Locked Moved ASP.NET
csharphtmlasp-nethelp
2 Posts 2 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.
  • C Offline
    C Offline
    chandler83
    wrote on last edited by
    #1

    Hi I am new to Asp.net.... I am converting a htm files in to aspx files for localization issues. I have a table with width=100% and height = 100%. when I open the html page inside a fixed frame window. The table is not filling the whole window. I want the last of the table to be on the bottom frame of the window. The below is the piece of my table. At present the last of the main table is displayed above the window size. I want the empty space between the tr and the window size to be removed.... any help is highly appreciated....

    E 1 Reply Last reply
    0
    • C chandler83

      Hi I am new to Asp.net.... I am converting a htm files in to aspx files for localization issues. I have a table with width=100% and height = 100%. when I open the html page inside a fixed frame window. The table is not filling the whole window. I want the last of the table to be on the bottom frame of the window. The below is the piece of my table. At present the last of the main table is displayed above the window size. I want the empty space between the tr and the window size to be removed.... any help is highly appreciated....

      E Offline
      E Offline
      Elayaraja Sambasivam
      wrote on last edited by
      #2

      set the fixed height for the botton row, <table> <tr height =100%> <td> // insert your codes. if you want scroll for this content , use div tag, add your elements inside the div tag. <td> </tr> <tr height = 25px> <td> </td> </tr> </table> Regards Elayaraja.S

      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