Skip to main content
remove deprecated [table] tag
Link
Paul Roub
  • 36.5k
  • 27
  • 88
  • 95
Simplified text + added tags
Source Link
Steve Chambers
  • 39.8k
  • 29
  • 178
  • 222

In HTMLan HTML table, the table styles cellpadding and cellspacing can be set like this:

<table cellspacing="1" cellpadding="1">

How would thiscan the same be accomplished using CSS?

In HTML, the table styles cellpadding and cellspacing can be set

<table cellspacing="1" cellpadding="1">

How would this be accomplished using CSS?

In an HTML table, the cellpadding and cellspacing can be set like this:

<table cellspacing="1" cellpadding="1">

How can the same be accomplished using CSS?

Improved title: http://meta.stackexchange.com/questions/10647/how-do-i-write-a-good-title
Link
user3094403
  • 6.4k
  • 11
  • 50
  • 56
Loading
deleted 10 characters in body
Source Link
Josh Crozier
  • 242.4k
  • 56
  • 401
  • 316
Loading
deleted 9 characters in body
Source Link
Cole Tobin
  • 9.4k
  • 15
  • 52
  • 77
Loading
Question Protected by Mr. Alien
added 12 characters in body
Source Link
Zerium
  • 17.4k
  • 33
  • 120
  • 187
Loading
edited title
Link
ЯegDwight
  • 25.3k
  • 10
  • 47
  • 52
Loading
Source Link
kokos
  • 43.7k
  • 5
  • 38
  • 32
Loading