|
-
Jun 18th, 2002, 02:53 AM
#1
space in a TD
I have a table with these attributes:
cellspacing="0" cellpadding="0"
Now, obviously, any TD or cell in the table will have no spacing between the text and the border.
However, I want ONE particular TD to have cellspacing in there. Is it possible to implement this for that particular TD?
-
Jun 18th, 2002, 03:43 AM
#2
Fanatic Member
If you did that wouldn't it affect the size of the row and column too?
You could setting the padding with CSS...
Code:
<td style="padding:2px;">
-
Jun 18th, 2002, 03:49 AM
#3
Originally posted by punkpie_uk
If you did that wouldn't it affect the size of the row and column too?
You could setting the padding with CSS...
Code:
<td style="padding:2px;">
I will try that this evening. Do you know if that's supported on older browsers?
-
Jun 18th, 2002, 03:49 AM
#4
oh, and thanks for replying. Somehow I had a feeling it'd be you.
-
Jun 18th, 2002, 06:10 AM
#5
Fanatic Member
No problem.
some CSS is supported in Netscape 4 but its extremely buggy. IE4+, netscape 6 and Opera 4 should be ok.
to be honest, I'm not even sure if it'll have an effect but its worth a try...
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|