PDA

View Full Version : Can I use this in iSilo/iSiloX


plelkes
04-22-2004, 06:53 AM
For eleveted and "low" text i usen on the web this<style type="text/css">
.sup {vertical-align: super;}
.sub {vertical-align: sub;}
</style>
...
Ca<span class="sup">++</span><br />
O<span class="sub">2</span>
Can this be used in iSilo/iSiloX?
Or how should i write this
/Peter

Voltage Spike
04-22-2004, 09:50 AM
Those two CSS attributes appear to be supported.

You could also use the HTML elements "sub" (http://www.w3.org/TR/html401/struct/text.html#edef-SUB) and "sup" (http://www.w3.org/TR/html401/struct/text.html#edef-SUP).