/    Sign up×
Community /Pin to ProfileBookmark

Table Border/Cell Spacing Problems

The Cell spacing and border in my table seem to be conflicting somehow. The cell spacing takes over the border on the left hand side of the table. The border is “7” instead of “1” on the left hand side (your left looking at the screen). The right side is how I want the entire border to look “1”.

Here is a photo…[URL=http://www.flickr.com/photos/baron53/19679765/]table_problem[/URL]

The code is below…

<html>
<head>
<style type=”text/css”>
body {background-color: FAF0E6}
hr {color: sienna}
p {margin-left: 20px}
</style>
</head>

<body>

<h2 align=center><font face=”verdana”>Technology</h2>

<hr>

<table border=”1″ cellpadding=”7″ cellspacing=”5″ align= “center”>
<tr>
<td><TD ALIGN=”center”><img src=”emptycase_thmb.jpg”></td>
</td>
<td><TD ALIGN=”center”><img src=”motherboard_thmb.jpg”></td>
</tr>
<tr>
<td><TD ALIGN=”center”><img src=”frontdooropen_thmb.jpg”></td>
<td><TD ALIGN=”center”><img src=”frontdoorclosed_thmb.jpg”></td>
</tr>
</table>

</body>
</html>

to post a comment
HTML

2 Comments(s)

Copy linkTweet thisAlerts:
@NogDogJun 16.2005 — You have too many TD tags. Try this:
[code=html]
<table border="1" cellpadding="7" cellspacing="5" align= "center">
<tr>
<TD ALIGN="center"><img src="emptycase_thmb.jpg"></td>
<TD ALIGN="center"><img src="motherboard_thmb.jpg"></td>
</tr>
<tr>
<TD ALIGN="center"><img src="frontdooropen_thmb.jpg"></td>
<TD ALIGN="center"><img src="frontdoorclosed_thmb.jpg"></td>
</tr>
</table>
[/code]
Copy linkTweet thisAlerts:
@stimpy1authorJun 16.2005 — You have too many TD tags. Try this:
[code=html]
<table border="1" cellpadding="7" cellspacing="5" align= "center">
<tr>
<TD ALIGN="center"><img src="emptycase_thmb.jpg"></td>
<TD ALIGN="center"><img src="motherboard_thmb.jpg"></td>
</tr>
<tr>
<TD ALIGN="center"><img src="frontdooropen_thmb.jpg"></td>
<TD ALIGN="center"><img src="frontdoorclosed_thmb.jpg"></td>
</tr>
</table>
[/code]
[/QUOTE]


Thank you. It worked ?
×

Success!

Help @stimpy1 spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 5.19,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @AriseFacilitySolutions09,
tipped: article
amount: 1000 SATS,

tipper: @Yussuf4331,
tipped: article
amount: 1000 SATS,

tipper: @darkwebsites540,
tipped: article
amount: 10 SATS,
)...