473,748 Members | 10,058 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

table not displayed over enitre webform

Hi,

sorry to post this question about HTML in this group but i didn't find
a HTML newsgroup.

I just want a html-table to fill the entire space of a web-page as
follows

<table border="1" style="width: 100%; vertical-align="top";
height: 100%" cellpadding="0" cellspacing="0" >
<tr>
<td>
1 1
</td>
<td>
1 2
</td>
</tr>
<tr>
<td>
2 1
</td>
<td>
2 2
</td>
</tr>
</table>

But he just takes the space of 2 lines.
The bottom-border of the table is not at all at the bottom of the page
no matter what my height says unless I specify the height in pixels
but then the table-size is not changed according to my browser-window

What am I doing wrong?

Does anybody know a html newsgroup?

thank you
Chris
Jul 22 '08 #1
0 1060

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
1421
by: Melson | last post by:
Hi Can anyone give me suggestion. I've 10 tables in MS SQL. Each table has primary key and different fields in each table. I need to create ASPNET webform to add and update each table. What I'm thinking is to create 1 webform for each table. So the project will have 10 webform to add and edit each table. I don't think this is a good design. Does anyone have a better solution. Pls help. Thanks.
4
4030
by: Nedu N | last post by:
Hi, I want to put a HTML table on aspx webform so that i can place my header, menu, footer user controls appropriately. I got 3 user controls header.ascx menu.ascx footer.ascx I trying to put a HTML table with width 100% and height 100% -
8
1576
by: Dave Cook | last post by:
Hi I would like to create a table that uses the whole width of IE. I have set the table width to 100% and the right margin to 0 on the document but still the table is displayed about 50 pixels short of the window edge. Can anybody help me ? Thanks.
5
36878
by: Richard Dixson | last post by:
I created a new C# web application. Basically all I am trying to do is create a table that consists of a few rows with two columns in each. And then to set those columns to text values from my code behind. However I am not able to do this at all, I am going about this wrong, I think and need guideance. If this was just straight HTML I would do this: <table> <tr><td>field 1</td><td>value 1 set by code behind</td></tr>
2
2823
by: David Jones | last post by:
With an ASP page you can add a webform textbox and button (ie not HTML ones) an cause something to be appended to the textbox everytime the button is presssed because the textbox Enableviewstate property is true (??) I have created a webform table and have modified code from MSDN (Jan) library such that when a button is pressed, rows are appended. I have programmatically enabled viewstate for the cells and the row added. The problem is...
4
2448
by: rodchar | last post by:
hey all, what is the difference between the table on the webform toolbar and the html table? when would you want to use the webform table control? thanks, rodchar
0
1220
by: DC Gringo | last post by:
I am trying to output simply DataGrid of a coutry listing on a web form via a business object and XML web service...I receive no errors but no table HTML either. (I know the service and business object is producing data because it works in a Windows form application). Here is my WebForm: ---------------------------------------- <%@ Register TagPrefix="allLevels" TagName="mainHeader" Src="mainHeader.ascx" %>
0
1271
by: JamesW | last post by:
Hi. VS 2003 (VB.Net) I want to display data on a webForm based on what the user selects from a DropDownList. So, for example, if the user selects customer name from the DDL I want the address and phone number for the selected customer to be displayed on the webForm.
1
10902
by: James | last post by:
Hello, I am a novice with c# and have a small problem. When I try to add a checkbox into a table dynamically from within a c# program. I get a message that it "must be placed inside a form tag with runat=server" even though the table is set that way in the corresponding aspx file. Any idea what's going on here? Here are the relevant parts of the code: Example.aspx: <div style="OVERFLOW: auto; TEXT-ALIGN: center">Employee Tasks By Day
0
8823
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
9530
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
9363
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
9312
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9238
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
6793
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6073
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4864
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
2775
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.