/    Sign up×
Community /Pin to ProfileBookmark

Table Borders not showing in Browser

I have the following table with border created in CSS, but they don’t show in my browser. You can see the page here:

[url]https://www.esdcheck.com/test/test.html[/url]

[code=html]<table width=”960″ border=”0″ align=”center” cellpadding=”0″ cellspacing=”0″ style=”border-top:medium; border-left:medium; border-right:medium; border:#000000″>
<tr>
<td height=”30″ class=”ArialBlackBold_16″ style=”text-align:center”>
This order has not been shipped yet.</td>
</tr>
</table>[/code]

to post a comment
CSS

1 Comments(s)

Copy linkTweet thisAlerts:
@gil_davisJul 01.2009 — You might start by reading the CSS specification for border styles (http://www.w3.org/TR/CSS2/tables.html#borders). "Medium" is not one of them.

You must specify at least a thickness and a color to create a border.

Also, you should not mix legacy HTML (border=0) with CSS.
×

Success!

Help @Brachole 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.8,
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,
)...