marionorchid
New Member
I have a a \[code\]td\[/code\] with an inline style setting its \[code\]width\[/code\] as a percentage. I can modify the css but not the html. How can I make the \[code\]td\[/code\] only take up the width required by its contents? The following CSS doesn't work: \[code\]td#my { width: auto !important;}\[/code\]