/    Sign up×
Community /Pin to ProfileBookmark

CSS To a single table?

I am trying to apply CSS to a single table with 3 Cols which holds the link:
Stories, About, Contact
The links are jpg’s.

[B]In HTML the table is:[/B]
<table width=”588″ border=”1″ align=”center” cellpadding=”0″ cellspacing=”0″ bordercolor=”#33CCFF” id=”LinkTable”>

What I’ve done so far is:

LinkTable {
width:588px;
border-color:#00CCFF;
text-align:center;
margin-left: auto;
margin-right: auto;

}

Though i believe that is wrong? Could someone please help me?
Also i would like to know how to apply the css in the html ones created

to post a comment
CSS

2 Comments(s)

Copy linkTweet thisAlerts:
@sushiDec 04.2008 — You are right. It is wrong.

That's not what tables are for.

http://www.w3.org/TR/WCAG10-HTML-TECHS/
Copy linkTweet thisAlerts:
@javawebdogDec 04.2008 — #LinkTable {

width:588px;

border-color:#00CCFF;

text-align:center;

margin-left: auto;

margin-right: auto;

}
×

Success!

Help @squidg 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 4.29,
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: @Yussuf4331,
tipped: article
amount: 1000 SATS,

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

tipper: @Samric24,
tipped: article
amount: 1000 SATS,
)...