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

From SmartWiki
Jump to: navigation, search
m (Created page with 'Because we are dealing with HTML, it is best to use the HTML code for it - & e u r o ;.')
 
 
(6 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 - & e u r o ;.
+
Because we are dealing with HTML, it is best to use the HTML code for the Euro symbol:
 +
<pre>
 +
&amp;euro;
 +
</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;