<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On 26 September 2015 at 12:12, Rob Steuer <span dir="ltr"><<a href="mailto:steuer@hotmail.com" target="_blank">steuer@hotmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><p class="MsoNormal"><span style="color:#1f497d">      $DOTCOLOR Domain $DOMAIN expires on: $EXPIRESTRING<u></u><u></u></span></p><p class="MsoNormal"></p></blockquote></div><br>Rob, that's great work.  A couple of suggestions.  Firstly, in some cases you want the color to be hard up against the next word with no spaces, and so you need to include a semicolon, like so:</div><div class="gmail_extra"><br></div><div class="gmail_extra">&red;Bad widget smell at 4o'clock</div><div class="gmail_extra"><br></div><div class="gmail_extra">Secondly, you could streamline your code by removing all of the DOTCOLOR= lines and instead use this at the end:</div><div class="gmail_extra"><br></div><div class="gmail_extra">&$COLOR Domain $DOMAIN expires on: $EXPIRESTRING</div><div class="gmail_extra"><br></div><div class="gmail_extra">This prunes 3 lines of code, and eliminates one variable, with no loss in readability (IMHO).</div></div>