> which your.email@address > words were surrounded with a <kbd> tag to show that are like > 'commands' to be written as is, but that tag had no particular CSS style. > I've added to <kbd> tags the same style as we use for <tt> (typewrite) > and <code>; it will be online in the next hours. > I hope that helps to make things clearer.
it is not very clear because it is creep into string; to make clear that particular phrase is different from the rest, you can add new lines instead, such as: <p>If you are uncertain as to whether you are subscribed to a mailing list of ours, send mail to <email [email protected]> with</p> <p><kbd>which <var>your.email@address</var></kbd></p> <p>in the body. Further information about this service (the so-called <q><a href="http://www.infodrom.org/projects/majorsmart/">MajorSmart</a></q>) is available by sending another mail to the same address with <kbd>help</kbd> in the body.</p> or <p>If you are uncertain as to whether you are subscribed to a mailing list of ours, send mail to <email [email protected]> with</p> <pre> <kbd>which <var>your.email@address</var></kbd></pre> <p>in the body. Further information about this service (the so-called <q><a href="http://www.infodrom.org/projects/majorsmart/">MajorSmart</a></q>) is available by sending another mail to the same address with <kbd>help</kbd> in the body.</p> or <p>If you are uncertain as to whether you are subscribed to a mailing list of ours, send mail to <email [email protected]> with<br /><br /> <kbd>which <var>your.email@address</var></kbd><br /><br /> in the body. Further information about this service (the so-called <q><a href="http://www.infodrom.org/projects/majorsmart/">MajorSmart</a></q>) is available by sending another mail to the same address with <kbd>help</kbd> in the body.</p> -- victory no need to CC me :-)

