REGISTER
|
Search Tycoon Talk
|
Freelancer.com
|
Members
Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.
Register Here
Forum Rules
CSS Forum
You are currently viewing our CSS Forum as a guest. Please
register
to participate.
Login
Remember Me?
Login via Freelancer.com
Tycoon Talk
>
Web Development and Programming Support
>
CSS Forum
>
CSS and Table
Link Back
Thread Tools
Search this Thread
CSS and Table
12-27-2007, 08:19 PM
#
1
(
permalink
)
CSS and Table
fastreplies
Banned
Posts: 2,898
Location: Canada
Trades:
0
Talkupation:
CSS has:
td {
padding: 2px;
}
for all site templates but I would like to have in some of them padding: 0px
How can I do that without changing the rest of the tables?
fastreplies
Register
now for full access!
12-27-2007, 08:36 PM
#
2
(
permalink
)
Re: CSS and Table
joder
Flipotron
Posts: 6,442
Name: James
Location: In the ocean.
Trades:
0
Talkupation:
Create a CSS class and add that to the tables or cells you want.
.nopadding {
padding: 0;
}
<td class="nopadding">
or you can surround the table in a div
#nopadding td {
padding: 0;
}
<div id="nopadding">
<table>
...
<td></td>
...
</table>
</div>
12-27-2007, 09:54 PM
#
3
(
permalink
)
Re: CSS and Table
fastreplies
Banned
Posts: 2,898
Location: Canada
Trades:
0
Talkupation:
Thank you James
fastreplies
« Reply to
CSS and Table
Previous Thread
|
Next Thread
Tycoon Talk
>
Web Development and Programming Support
>
CSS Forum
>
CSS and Table
Thread Tools
Search this Thread
Show Printable Version
Email this Page
Search this Thread
:
Advanced Search
Posting Rules
You
may not
post new threads
You
may not
post replies
You
may not
post attachments
You
may not
edit your posts
BB code
is
On
Smilies
are
On
[IMG]
code is
On
HTML code is
Off
Trackbacks
are
Off
Pingbacks
are
Off
Refbacks
are
Off
Forum Rules
Feeds:
RSS
JS
XML
Feeds for this forum:
RSS
JS
XML
LinkBack
LinkBack URL
About LinkBacks
Bookmark & Share
Digg this Thread!
Add Thread to del.icio.us
Bookmark in Technorati
Tweet this thread
Page generated in
0.18393
seconds with
12
queries