Webmaster Forum


Go Back   Webmaster Forum > Web Development > Web Design Lobby > Coding Forum
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Coding Forum Problems with your code? Let's hear about it.

   

Reply
 
LinkBack Thread Tools Display Modes
Old 01-01-2005, 02:44 PM   #1 (permalink)
Inactive
 
Join Date: 08-26-04
Posts: 9
iTrader: 0 / 0%
Latest Blog:
None

thepartydj is liked by many
Question CSS on one table

Is there a way to use CSS for just one table in a webpage rather than the whole page and all tables?
thepartydj is offline  
Add Post to del.icio.us
Reply With Quote
Old 01-01-2005, 03:23 PM   #2 (permalink)
v7n Mentor
 
DaveyBoy's Avatar
 
Join Date: 10-13-03
Location: England.
Posts: 6,183
iTrader: 0 / 0%
Latest Blog:
None

DaveyBoy is a web professional of the highest orderDaveyBoy is a web professional of the highest orderDaveyBoy is a web professional of the highest orderDaveyBoy is a web professional of the highest orderDaveyBoy is a web professional of the highest orderDaveyBoy is a web professional of the highest orderDaveyBoy is a web professional of the highest orderDaveyBoy is a web professional of the highest orderDaveyBoy is a web professional of the highest orderDaveyBoy is a web professional of the highest orderDaveyBoy is a web professional of the highest order
just put the certain class in the <td> tags i think.
DaveyBoy is offline  
Add Post to del.icio.us
Reply With Quote
Old 01-01-2005, 03:55 PM   #3 (permalink)
No Longer Here
 
Join Date: 09-27-03
Location: State College, PA
Posts: 9,354
iTrader: 0 / 0%
Latest Blog:
None

Jazzee is liked by somebodyJazzee is liked by somebodyJazzee is liked by somebodyJazzee is liked by somebodyJazzee is liked by somebody
Or on the <table> tag.
Jazzee is offline  
Add Post to del.icio.us
Reply With Quote
Old 01-02-2005, 04:05 PM   #4 (permalink)
Inactive
 
Join Date: 08-26-04
Posts: 9
iTrader: 0 / 0%
Latest Blog:
None

thepartydj is liked by many
Quote:
Originally Posted by DaveyBoy
just put the certain class in the <td> tags i think.
Your a senior Member and your answer is "I think".....that doesn't help me...
thepartydj is offline  
Add Post to del.icio.us
Reply With Quote
Old 01-02-2005, 04:14 PM   #5 (permalink)
v7n Mentor
 
DaveyBoy's Avatar
 
Join Date: 10-13-03
Location: England.
Posts: 6,183
iTrader: 0 / 0%
Latest Blog:
None

DaveyBoy is a web professional of the highest orderDaveyBoy is a web professional of the highest orderDaveyBoy is a web professional of the highest orderDaveyBoy is a web professional of the highest orderDaveyBoy is a web professional of the highest orderDaveyBoy is a web professional of the highest orderDaveyBoy is a web professional of the highest orderDaveyBoy is a web professional of the highest orderDaveyBoy is a web professional of the highest orderDaveyBoy is a web professional of the highest orderDaveyBoy is a web professional of the highest order
Next time i won't answer at all, mate, don't worry about that
DaveyBoy is offline  
Add Post to del.icio.us
Reply With Quote
Old 01-02-2005, 04:39 PM   #6 (permalink)
No Longer Here
 
Join Date: 09-27-03
Location: State College, PA
Posts: 9,354
iTrader: 0 / 0%
Latest Blog:
None

Jazzee is liked by somebodyJazzee is liked by somebodyJazzee is liked by somebodyJazzee is liked by somebodyJazzee is liked by somebody
Quote:
Originally Posted by thepartydj
Your a senior Member and your answer is "I think".....that doesn't help me...
Just because he is a senior member doesn't mean he is a CSS expert. Anyway, his answer was right - use a class on the table and/or td tags.
Jazzee is offline  
Add Post to del.icio.us
Reply With Quote
Old 01-02-2005, 07:56 PM   #7 (permalink)
Moderator
 
LazyJim's Avatar
 
Join Date: 10-13-03
Location: UK
Posts: 2,821
iTrader: 0 / 0%
Latest Blog:
None

LazyJim is a name known to allLazyJim is a name known to allLazyJim is a name known to allLazyJim is a name known to allLazyJim is a name known to allLazyJim is a name known to allLazyJim is a name known to allLazyJim is a name known to allLazyJim is a name known to allLazyJim is a name known to allLazyJim is a name known to all
Send a message via MSN to LazyJim
if it's is one particular table and you won't need the same css for another elements then use ID="my_table_name"
and table#my_table_name { ... }
__________________

-LJ-

My advice is to look at each case individually, with an informed mind and an appropriately balanced and objective viewpoint.

Web Design and Development, Ipswich, UK.
My deviantArt
LazyJim is offline  
Add Post to del.icio.us
Reply With Quote
Old 01-02-2005, 07:59 PM   #8 (permalink)
Moderator
 
LazyJim's Avatar
 
Join Date: 10-13-03
Location: UK
Posts: 2,821
iTrader: 0 / 0%
Latest Blog:
None

LazyJim is a name known to allLazyJim is a name known to allLazyJim is a name known to allLazyJim is a name known to allLazyJim is a name known to allLazyJim is a name known to allLazyJim is a name known to allLazyJim is a name known to allLazyJim is a name known to allLazyJim is a name known to allLazyJim is a name known to all
Send a message via MSN to LazyJim
yeah or cells
but if u give the table an id you cen say "all the cells in that table" too...
Code:
table#my_table_name td { ... }
__________________

-LJ-

My advice is to look at each case individually, with an informed mind and an appropriately balanced and objective viewpoint.

Web Design and Development, Ipswich, UK.
My deviantArt
LazyJim is offline  
Add Post to del.icio.us
Reply With Quote
Old 01-02-2005, 08:54 PM   #9 (permalink)
Inactive
 
evilregis's Avatar
 
Join Date: 08-06-04
Location: Ontario
Posts: 669
iTrader: 0 / 0%
Latest Blog:
None

evilregis is a jewel in the roughevilregis is a jewel in the roughevilregis is a jewel in the roughevilregis is a jewel in the roughevilregis is a jewel in the roughevilregis is a jewel in the rough
Send a message via ICQ to evilregis
Quote:
Originally Posted by thepartydj
Your a senior Member and your answer is "I think".....that doesn't help me...
Fast way to getting no help from anybody.
evilregis is offline  
Add Post to del.icio.us
Reply With Quote
Old 01-05-2005, 08:03 AM   #10 (permalink)
v7n Mentor
 
DaveyBoy's Avatar
 
Join Date: 10-13-03
Location: England.
Posts: 6,183
iTrader: 0 / 0%
Latest Blog:
None

DaveyBoy is a web professional of the highest orderDaveyBoy is a web professional of the highest orderDaveyBoy is a web professional of the highest orderDaveyBoy is a web professional of the highest orderDaveyBoy is a web professional of the highest orderDaveyBoy is a web professional of the highest orderDaveyBoy is a web professional of the highest orderDaveyBoy is a web professional of the highest orderDaveyBoy is a web professional of the highest orderDaveyBoy is a web professional of the highest orderDaveyBoy is a web professional of the highest order
Definitely, people don't deserve help if they are gonna be that ungrateful, think i'll just still to trying to help the people I know will appreciate it.
DaveyBoy is offline  
Add Post to del.icio.us
Reply With Quote
Go Back   Webmaster Forum > Web Development > Web Design Lobby > Coding Forum

Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Showing data from a table based on infos from another table! anarchoi Coding Forum 0 06-16-2007 05:58 PM
table help mtaylor314 Coding Forum 3 05-01-2007 11:37 AM
Table or Div Jordonias Web Design Lobby 25 08-09-2006 11:47 AM
Table Gap ?? Sketch Coding Forum 2 08-30-2005 05:11 PM
Table help Leader of Men Coding Forum 5 11-25-2003 10:53 AM


Sponsor Links
Get exposure! Get exposure! Find Scripts Web Hosting Directory Get exposure! SEO Blog


All times are GMT -7. The time now is 02:56 AM.
© Copyright 2008 V7 Inc