how much pixel is the default border size of table??
Answers
Answered by
0
Answer:
Explanation:
When you use a table tag and add border="1", what is the actual value of that border? It's not 1 pixel because when I try to replicate it's much thinner than the border=1 version. So:
"border=1" is a thicker line
style="border:1px solid #000" is a thinner line
I am trying to replicate it but can't find a match.
EDIT: I need to do this inline as there will not be a style sheet. Please let me know if this can be done inline at all.
Similar questions