I have a div inside a <td> whose width I want to be as long as the text inside it. I tried making the position: absolute, but then the text in the <tr><td> below it would overlap with the <div> text. Here is the css for the div:
.Info
{
font-size: 10px;
text-align: left;
border-bottom: solid 1px #888888;
text-indent: 10px;
}
.Info
{
font-size: 10px;
text-align: left;
border-bottom: solid 1px #888888;
text-indent: 10px;
}








