]> Shamusworld >> Repos - ardour-manual/blobdiff - include/control-masters-mixer-strips.html
Small detail: made the redirection page W3C-compliant
[ardour-manual] / include / control-masters-mixer-strips.html
index 89e7eb5f837c2db4483613ed91fb02693d22f6a3..f5b7f32afa3769869b3ecb291848012c82d6a1f2 100644 (file)
@@ -1,6 +1,6 @@
 
-<figure>
-  <img class="right" src="/images/vca-numbered.png" alt="A VCA mixer strip">
+<figure class="right">
+  <img src="/images/vca-numbered.png" alt="A VCA mixer strip">
   <figcaption>
     A VCA mixer strip
   </figcaption>
@@ -38,12 +38,12 @@ A VCA strip is made of (from top to bottom in the screenshot):
 </ol>
 
 <p>Right-clicking the name button shows a context menus comprised of:</p>
-<dl>
-  <dt>Rename</dt><dd>Renames the VCA</dd>
-  <dt>Color&hellip;</dt><dd>Changes the color of the VCA button in the tracks connected to this one</dd>
-  <dt>Drop All Slaves</dt><dd>Deletes all connections to this VCA, i.e. no tracks are controlled by this VCA anymore</dd>
-  <dt>Remove</dt><dd>Deletes this VCA</dd>
-</dl>
+<table class="dl">
+  <tr><th>Rename</th><td>Renames the VCA</td></tr>
+  <tr><th>Color&hellip;</th><td>Changes the color of the VCA button in the tracks connected to this one</td></tr>
+  <tr><th>Drop All Slaves</th><td>Deletes all connections to this VCA, i.e. no tracks are controlled by this VCA anymore</td></tr>
+  <tr><th>Remove</th><td>Deletes this VCA</td></tr>
+</table>
 
 <h2>Connecting to a VCA strip</h2>
 
@@ -63,3 +63,4 @@ A VCA strip is made of (from top to bottom in the screenshot):
   multiple buttons. Disconnecting a VCA from a track is done by unchecking this VCA in
   the list that pops up, or clicking <kbd class="menu">Unassign All</kbd> to disconnect from all VCAs at once.
 </p>
+