Table headings in Mallard
- From: Jim Campbell <jwcampbell gmail com>
- To: Gnome Doc List <gnome-doc-list gnome org>
- Subject: Table headings in Mallard
- Date: Sat, 23 Oct 2010 18:45:39 -0500
Hi All,
I'm trying to mimic the table headings that are used in the current gedit help, but I'm having a hard time with it. I can create the table just fine, but can't seem to create a table heading that merges cells across two columns.
To see what I'm trying to do, complete the following steps: : )
- Open gedit
- Press F1
- Select Shortcut Keys
Here's the code that I have in my current draft of the gedit docs:
<table frame="all" rules="all">
<tr>
<td><p>Shortcut Key</p></td> <td><p>Command</p></td>
</tr>
<tr>
<td><p>Ctrl + Alt + PageUp</p></td> <td><p>Switches to the next tab to the left.</p></td>
</tr>
<tr>
<td><p>Ctrl + Alt + PageUp</p></td> <td><p>Switches to the next tab to the left.</p></td>
</tr>
<tr>
<td><p>Ctrl + Alt + PageDown</p></td> <td><p>Switches to the next tab to the right.</p></td>
</tr>
<tr>
<td><p>Ctrl + W</p></td> <td><p>Close tab.</p></td>
</tr>
<tr>
<td><p>Ctrl + Shift + L</p></td> <td><p>Save all tabs.</p></td>
</tr>
<tr>
<td><p>Ctrl + Shift + W</p></td> <td><p>Close all tabs.</p></td>
</tr>
<tr>
<td><p>Alt + <var>n</var></p></td> <td><p>Jump to <var>n</var>th tab.</p></td>
</tr>
</table>
Any idea as to how to create a table heading that spans across two columns like in the current gedit help example?
By the way, I normally use the "<keyseq><key>J</key><key>I</key><key>M</key></keyseq>" syntax for a series of keypresses, but I found that it looks better without the special formatting when I'm using a table.
Thanks, all,
Jim
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]