Making some "td.value" styling independent

There are some "td.value" that I would like to style independently, like without affecting some other forms etc.  There is no css holding point from there either so its kind of hard. Any ideas?

Quote · 18 Dec 2012

Depends on where it is. Most tables are inside another div which may have a unique id or class. So the tables td.value could be targeted that way as well.

For example lets say the table is inside a div with a class name of main_settings you would target td.value like this in the css file.

.main_settings td.value {
css here.
}

So in this example only td.value inside main_settings would be affected.

https://www.deanbassett.com
Quote · 18 Dec 2012

Ya thats what I tried but,

forexample I want to change the td.value of the text under "sound info" and "video info" but without it affecting the embeded form field. Im really a css nerd but this is keeping me buisy since a while now

Quote · 18 Dec 2012

Aha I think I solved this. I will share this with everyone once im done :D

Quote · 18 Dec 2012
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.