Got:
<ul>
<li><div style="width:200px; display:table-cell;">Something here</div> <div style="width:40px; display:table-cell;">Edit</div> <div style="width:40px; display:table-cell;">Delete</div></li>
</ul>
Hopefull you get what I’m trying to do, have the first div be a fixed width. But I can’t seem to do this, each div takes up a line by itself.
How can this be done without messy floats?
Thanks
Please, never do that again! The way to do it would be with floats, but you really NEVER wanna use something like that! By the way,
div‘s aren’t allowed within anul. If you wanna display data like that, you should use real tables.Did I mention that you really shouldn’t use that under any circumstance?