473,396 Members | 1,886 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

Problem with html table tag

Hi EveryBody,

I have a master page in asp.net 2.0. I want to create 5 Section of the
page

1. Header having width=1004 and height=102
2. Menu on Left side in remaining portion having width=148 and height
must be flexible to the values in DataBase
3. Content Place Holder having width=708 and height must be flexible to
the values in DataBase
4. Right side area for Google Adds having width=148 and height must be
flexible to the values in DataBase
5. Footer Having width=1004 and height must be flexible to the values
in DataBase

For this Purpose I have Create Three Tables
1. Table For Header Only
2. Table for Left,right menues and Content Place Holder
3. Table For Footer Only

Code for these tables is

<table id="top_title" runat ="server" border ="0" cellpadding ="0"
cellspacing ="0" width ="1004" valign="top" style ="margin-top:0;
margin-left:0; ">
<tr valign="top" style ="margin-top:0; margin-left:0; ">
<td >My work</td>
<td >My work</td>
<td >My work</td>
<td >My work</td></tr>
<tr valign="top" style ="margin-top:0; margin-left:0; ">
<td >My work</td>
<td >My work</td>
<td >My work</td>
<td >My work</td></tr>
<tr valign="top" style ="margin-top:0; margin-left:0; ">
<td >My work</td>
<td >My work</td>
<td >My work</td>
<td >My work</td></tr>
</table>

<table style ="margin-top:0; margin-left:0; padding-left: 0px;
padding-top: 0px; left: 0px; position: static; top: 102px;">
<tr valign="top" style ="margin-top:0; margin-left:0; padding-left:
0px; padding-top: 0px; ">
<td >My Left Menu work</td>
<td >My content work</td>
<td >My Right work</td></tr>
</table>

<table style ="margin-top:0; margin-left:0; ">
<tr valign="top" style ="margin-top:0; margin-left:0; ">
<td >My Footer work</td></tr>
</table>

Now the Problem is that These Tables Have Space Between Them and I want
to remove these spaces.

Kindly help me its Urgant as deadline for the hosting of this site is
30 Dec,2006.
Thanx in advance. I have done everything else and left with this
problem only.

Dec 23 '06 #1
0 1990

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

Similar topics

2
by: Andy | last post by:
Hi all, Sorry to present you all with another boring problem but I've spent all day trying to get this to work with no success. Below is a function to which I pass the argument &$myCell (which...
6
by: Wescotte | last post by:
I'm writing a tiny php app that will log into our bank of america account and retrieve a file containing a list of checks that cleared the previous day. The problem I'm running into is when I...
7
by: Amirallia | last post by:
Hello! I have a wecontrol table in a page, this table has a number of variable rows depending of the choice of the user. But when the table has a large number of rows, the printing of the page...
5
by: althafexcel | last post by:
hi everyone Im trying to include an external js in my aspx page under the head tag, it doesn't load or it displays an object expected error whenver the function from the .js is called. Actually...
7
by: Kamal | last post by:
Hello all, I have a very simple html table with collapsible rows and sorting capabilities. The collapsible row is hidden with css rule (display:none). When one clicks in the left of the...
1
by: YotamElal | last post by:
Hello, I have a popup problem. When a popup is opened, I want all other popups to close immediatly. (except for its self and it's child popups) Here is my code: code: <!DOCTYPE HTML PUBLIC...
2
by: sorobor | last post by:
dear sir .. i am using cakephp freamwork ..By the way i m begener in php and javascript .. My probs r bellow I made a javascript calender ..there is a close button ..when i press close button...
2
by: shivendravikramsingh | last post by:
hi friends, i m using a ajax function for retrieving some values from a database table,and display the values in required field,my prob is that the ajax function i m using is working f9 once,but if...
2
by: swethak | last post by:
hi , i write the code in .htm file. It is in cgi-bin/searches/one.htm.In that i write a form submitting and validations.But validations are not worked in that .htm file. I used the same code in my...
2
by: swethak | last post by:
Hi, I am getting the problem the problem with google map in Internet Explorer. This map worked fine in mozilla . When i opened the same map in Internet Explorer i am getting the error...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
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...
0
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,...
0
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...
0
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...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

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.