|
Posted by Andy Dingley on 02/27/07 17:22
On 27 Feb, 10:57, "Bob" <Go1...@Yahoo.Com> wrote:
> All my descriptions, both short and long are in tables....
And is this working out well for you?
If you _insist_ on putting the content into a <table>, then try this:
<style type="text/css" >
tr.description td { padding-left: 4em; }
</style>
[...]
<table>
<tr class="title" ><td>Apples</td></tr>
<tr class="description" ><td>Blah blah blah</td></tr>
<tr class="title" ><td>Oranges</td></tr>
<tr class="description" ><td>Oompa loompa</td></tr>
</table>
Navigation:
[Reply to this message]
|