Forums
This topic is locked
text
Posted 20 Jul 2005 23:41:14
1
has voted
20 Jul 2005 23:41:14 NICK VRTISKA posted:
how do you add the square root symbol? thanks Replies
Replied 21 Jul 2005 11:33:20
21 Jul 2005 11:33:20 myke black replied:
type √ into the source code and you will see it displayed as √ on the web page (this does not work in netscape 4 however, so if you want to make it NN4 compatible, your only option is to use a graphic.)
-alternatively, copy and paste the symbol from this web page <img src=../images/dmxzone/forum/icon_smile_wink.gif border=0 align=middle>
If you want other special character codes, refer to this page:
www.utoronto.ca/ian/books/xhtml1/entity/en_symbol.html
To display any of these characters, look at the column called 'entity name' and use an & before the entity name and a semicolon ( ; ) after it.
Note - the entity names are case sensitive, so that a capital Delta (&Delta; = Δ ) is not the same as a lowercase delta (&delta; = δ )
Hope this solves your text problem Nick.
Edited by - mykeblack on 21 Jul 2005 11:37:24
Edited by - mykeblack on 21 Jul 2005 11:39:29
-alternatively, copy and paste the symbol from this web page <img src=../images/dmxzone/forum/icon_smile_wink.gif border=0 align=middle>
If you want other special character codes, refer to this page:
www.utoronto.ca/ian/books/xhtml1/entity/en_symbol.html
To display any of these characters, look at the column called 'entity name' and use an & before the entity name and a semicolon ( ; ) after it.
Note - the entity names are case sensitive, so that a capital Delta (&Delta; = Δ ) is not the same as a lowercase delta (&delta; = δ )
Hope this solves your text problem Nick.
Edited by - mykeblack on 21 Jul 2005 11:37:24
Edited by - mykeblack on 21 Jul 2005 11:39:29
Replied 21 Jul 2005 18:31:44
21 Jul 2005 18:31:44 NICK VRTISKA replied:
thank you this helps alot!!