Difference between revisions of "How do I get the euro symbol to appear on the page?"

From SmartWiki
Jump to: navigation, search
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
Because we are dealing with HTML, it is best to use the HTML code for it.
+
Because we are dealing with HTML, it is best to use the HTML code for the Euro symbol:
 
<pre>
 
<pre>
&euro;
+
&amp;euro;
 
</pre>
 
</pre>
 +
 +
[[Category:Currency]]

Latest revision as of 13:35, 20 October 2017

Because we are dealing with HTML, it is best to use the HTML code for the Euro symbol:

&euro;