/    Sign up×
Community /Pin to ProfileBookmark

Well im having an issue..
I’m new to HTML and CSS so my sites pretty crappy ? but what is horribly rectangled is where I want to add another table.

Also, how do I change background on different tables in CSS?

to post a comment
HTML

3 Comments(s)

Copy linkTweet thisAlerts:
@letmehaveagoFeb 09.2010 — use css style to change the background color of any element. see example below

[CODE]
<table style="background-color: gray">
<tr>
<td>gray</td>
</tr>
</table>
[/CODE]


about the first question, without looking at your code we can't diagnose the problem. changing the width/height/padding of the elements should fix the problem of the borders not lining up. it is probably better to use a single element to create the border instead of using many elements to create it.
Copy linkTweet thisAlerts:
@eXceLauthorFeb 09.2010 — thank you. and my HTML friend who just got on said to use <div> for that part. so im going to learn <div> than work on it
×

Success!

Help @eXceL 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.17,
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,
)...