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 for it.
+
Because we are dealing with HTML, it is best to use the HTML code for .
 
<pre>
 
<pre>
&euro;
+
&amp;euro;
 
</pre>
 
</pre>

Revision as of 09:59, 18 October 2010

Because we are dealing with HTML, it is best to use the HTML code for .

&euro;