.Net 2.0 C# and HMTL table question

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Jason Huang

    .Net 2.0 C# and HMTL table question

    Hi,

    In my .Net 2.0 C# web form WForm1, I have a table Table1 and it's size is
    W800 H400, all other controls and stuff are inside the Table1.
    When I open the WForm1 in browser, I would like to let the Table1 show in
    the middle of the browser regardless of the screen size is 1024*768 or any
    other bigger.
    What do I need to do?
    Thanks for help.


    Jason


  • Niraj Ranka

    #2
    Re: .Net 2.0 C# and HMTL table question

    Make align=center for table1

    Niraj Ranka
    "Jason Huang" <JasonHuang8888 @hotmail.comwro te in message
    news:eSriFaDoIH A.2292@TK2MSFTN GP03.phx.gbl...
    Hi,
    >
    In my .Net 2.0 C# web form WForm1, I have a table Table1 and it's size is
    W800 H400, all other controls and stuff are inside the Table1.
    When I open the WForm1 in browser, I would like to let the Table1 show in
    the middle of the browser regardless of the screen size is 1024*768 or any
    other bigger.
    What do I need to do?
    Thanks for help.
    >
    >
    Jason
    >
    >

    Comment

    • Niraj Ranka

      #3
      Re: .Net 2.0 C# and HMTL table question

      Make align=center for table1

      Niraj Ranka
      "Jason Huang" <JasonHuang8888 @hotmail.comwro te in message
      news:eSriFaDoIH A.2292@TK2MSFTN GP03.phx.gbl...
      Hi,
      >
      In my .Net 2.0 C# web form WForm1, I have a table Table1 and it's size is
      W800 H400, all other controls and stuff are inside the Table1.
      When I open the WForm1 in browser, I would like to let the Table1 show in
      the middle of the browser regardless of the screen size is 1024*768 or any
      other bigger.
      What do I need to do?
      Thanks for help.
      >
      >
      Jason
      >
      >

      Comment

      Working...