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

From SmartWiki
Jump to: navigation, search
Line 1: Line 1:
Because we are dealing with HTML, it is best to use the HTML code
+
Because we are dealing with HTML, it is best to use the HTML code for the Euro symbol:
 
<pre>
 
<pre>
 
&amp;euro;
 
&amp;euro;
 
</pre>
 
</pre>

Revision as of 10:01, 18 October 2010

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

&euro;