Small gap between tables help...

marcosatti

New Member
Messages
13
Reaction score
0
Points
0
Hi all, need help with this... slight (but damn anoying) problem in designing our website.

Pic:

2ihtgdh.jpg


As you can see... there is a gap between the tables in the photo.

Code:

index.html

Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Website</title>
<link href="theme_dark/style.css" rel="stylesheet" type="text/css" />
</head>

<body>
<div align="center"><script type="text/javascript" src="http://x10hosting.com/adserve.js?corporate"></script></div><p>
<div align="center"><table width="733" height="848" border="0" cellpadding="0px" cellspacing="0px">
  <tr>
    <td width="135" height="135" class="table_topcorner" border="0">&nbsp;</td>
    <td width="592" class="table_top" border="0">&nbsp;</td>
  </tr>
  <tr>
    <td class="table_middleside" border="0">&nbsp;</td>
    <td class="table_middlemain" border="0">&nbsp;</td>
  </tr>
  <tr>
    <td height="135" class="table_bottomcorner">&nbsp;</td>
    <td class="table_bottom" border="0">&nbsp;</td>
  </tr>
</table>
</div>
</body>
</html>

styles.css:

Code:
@charset "utf-8";
/* CSS Document */

body {
    background-color:#000000;
    text-align:center;
    background-image:url(background_fill.gif);
    background-repeat:repeat-x;
    color:#CCCCCC;
    border-collapse:collapse;
    border:none;
}

.table_topcorner {
    background-image:url(logo_orb_corner_bpu.gif);
    text-align:right;
    vertical-align:text-top;
    background-repeat:no-repeat;
    border-collapse:collapse;
    border:none;
}

.table_top {
    background-image:url(logo_banner_top.gif);
    text-align:left;
    vertical-align:text-top;
    background-repeat:no-repeat;
    border-collapse:collapse;
    border:none;
}

.table_middlemain {
    background-image:url(main_fill.gif);
    text-align:left;
    vertical-align:text-top;
    background-repeat:repeat-y;
    border-collapse:collapse;
    border:none;
}

.table_middleside {
    background-image:url(side_fill.gif);
    text-align:right;
    vertical-align:text-top;
    background-repeat:repeat-y;
    border-collapse:collapse;
    border:none;
}

.table_bottom {
    background-image:url(logo_banner_bottom.gif);
    text-align:left;
    vertical-align:text-top;
    background-repeat:no-repeat;
    border-collapse:collapse;
    border:none;
}

.table_bottomcorner {
    background-image:url(bottom_corner.gif);
    text-align:right;
    vertical-align:text-top;
    background-repeat:no-repeat;
    border-collapse:collapse;
    border:none;
}

All files were made in Dreamweaver CS3.

Please help me :happysad: :hahano: :naughty:
 

sivaji1

New Member
Messages
8
Reaction score
0
Points
0
what do u want ????do you wan't to fill the gaps ?????can't get u ???????
 

diabolo

Community Advocate
Community Support
Messages
1,682
Reaction score
32
Points
48
can I get a link to the site?
 

marcosatti

New Member
Messages
13
Reaction score
0
Points
0

Coreeeey

New Member
Messages
69
Reaction score
0
Points
0
This should be in the Programming Help forum. You'd probably get better responses there.
 

marcosatti

New Member
Messages
13
Reaction score
0
Points
0
Yes.. this probally should have. But, "This place is for help on designing your website, graphics for your website, your joomla/drupal templates (and any other CMS/Blog) and any forum templates."

If the mods feel its appropriate to move it, please do so.
 

Coreeeey

New Member
Messages
69
Reaction score
0
Points
0
Keep in mind it also says the following:

This place is not

for problems with coding languages (such as HTML/CSS/PHP) go to the programming forum
 

brettzuya

New Member
Messages
30
Reaction score
0
Points
0
hey to avoid that gap between that picture would you mind change the body <div>align=" the width 733 the height most be at lest 800 to that would work perhaps!!!!
 

curt15

New Member
Messages
96
Reaction score
0
Points
0
Yeah, thats what I recommend, it gets rid of the gap.
 
Top