onestopplay
05-22-2010, 06:28 PM
Look at: www.onestopplay.com/newdesign/index.html
There is a space in between the table cells even though I have cellspacing set at 0. Can you please help me remove the gap?
Thank you. Here is the source code:
<!DOCTYPE html>
<html>
<head>
<title>OneStopPlay.com</title>
<link rel="stylesheet" type="text/css" href="style.css" />
</head>
<body>
<table cellspacing='0' cellpadding='0' align='center'>
<tr>
<td id='top'>
<img src='top.png'>
</td>
</tr>
<tr>
<td id='body' class='body'>
<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
</td>
</tr>
<tr>
<td id='bottom'>
<img src='bottom.png'>
</td>
</tr>
</table>
</body>
</html>
There is a space in between the table cells even though I have cellspacing set at 0. Can you please help me remove the gap?
Thank you. Here is the source code:
<!DOCTYPE html>
<html>
<head>
<title>OneStopPlay.com</title>
<link rel="stylesheet" type="text/css" href="style.css" />
</head>
<body>
<table cellspacing='0' cellpadding='0' align='center'>
<tr>
<td id='top'>
<img src='top.png'>
</td>
</tr>
<tr>
<td id='body' class='body'>
<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
</td>
</tr>
<tr>
<td id='bottom'>
<img src='bottom.png'>
</td>
</tr>
</table>
</body>
</html>