Can any one tell me how to do the small 2 Re: meters squared in DW please.
In Code View:
m<sup>2</sup>
http://www.tizag.com/htmlT/htmlsuperscript.php
Thank You That’s what I will do
The problem with <sup>2</sup> is that the number will be the same size as the rest of the text. So you need to create a style rule to make it smaller.
Alternatively, you can use the HTML entity ² which creates a superscript of the correct size.
Thanks David That’s a good one.
Jeff Lane