Code: Select all
<table>
<col />
<col style="width: 68px;" />
<tbody>
<tr>
<td>
<h2 class="TopicTitle">Topic Title</h2>
</td>
<td>
<MadCap:snippetText src="../Resources/Snippets/UI_Elements/page/ExpandCollapse.flsnp" />
<MadCap:snippetText src="../Resources/Snippets/UI_Elements/page/ShowMeIcon.flsnp" />
</td>
</tr>
</tbody>
</table>- single line
- full width of browser window regardless of browser window dimensions
- first column
- text only, sometimes centered, sometimes aligned left
- so far only a single line of content but that could change
- second column, which I would prefer to not have to specify a width for (so I could modify the snippets without having to modify all the instances of the tables or pure CSS)
- several images in a single line as close together as possible
- as narrow as possible (to maximize the first columns' width)
- as far right as possible (to maximize the first columns' width)
Thank you for any suggestions.