Problem with html table tag

  • Thread starter Muhammad Ahsin Saleem
  • Start date
M

Muhammad Ahsin Saleem

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,054
Latest member
TrimKetoBoost

Latest Threads

Top