<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>MySpace Codes</title>
	<atom:link href="http://codesplay.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://codesplay.wordpress.com</link>
	<description>Latest Fancy MySpace Codes</description>
	<pubDate>Fri, 16 Feb 2007 06:59:48 +0000</pubDate>
	<generator>http://wordpress.org/?v=MU</generator>
	<language>en</language>
			<item>
		<title>Replace Name on Top by an Image</title>
		<link>http://codesplay.wordpress.com/2007/02/16/replace-name-on-top-by-an-image/</link>
		<comments>http://codesplay.wordpress.com/2007/02/16/replace-name-on-top-by-an-image/#comments</comments>
		<pubDate>Fri, 16 Feb 2007 06:48:15 +0000</pubDate>
		<dc:creator>CodesPlay</dc:creator>
		
		<category><![CDATA[Profile Codes]]></category>

		<guid isPermaLink="false">http://codesplay.wordpress.com/2007/02/16/replace-name-on-top-by-an-image/</guid>
		<description><![CDATA[This code will hide your name on top of profile, instead of it, it allows you to use an image to place the name.
Replace the code image width to your image&#8217;s width; image height to your imgae&#8217;s height;replace image url here to the image&#8217;s url.
So, for example, you would like to replace the name text [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>This code will hide your name on top of profile, instead of it, it allows you to use an image to place the name.<br />
Replace the code <strong>image width</strong> to your image&#8217;s width; <strong>image height</strong> to your imgae&#8217;s height;replace <strong>image url here</strong> to the image&#8217;s url.<br />
So, for example, you would like to replace the name text with this image: http://www.site.com/image.jpg, the image is 300px * 100px size. You will need to change the code to <strong>width: 300px; height: 100px; background-image:url(&#8217;http://www.site.com/image.jpg&#8217;);</strong>, the rest remains same.</p>
<p><strong>Screenshots:</strong></p>
<ul>
<li>before:</li>
<p><img src="http://i140.photobucket.com/albums/r6/cwm1021/codesplay/Replace-Name-on-Top-by-an-Image-0.gif"></p>
<li>after:</li>
<p><img src="http://i140.photobucket.com/albums/r6/cwm1021/codesplay/Replace-Name-on-Top-by-an-Image-3.gif">
</ul>
<p><span id="more-24"></span></p>
<p><strong>Instructions:</strong></p>
<ol>
<li>Copy and paste the code into <strong>About Me</strong> section</li>
<p><code>&lt;style type=&quot;text/css&quot;&gt;<br />
.nametext {<br />
display:block;<br />
width:(image width)px;<br />
height:(image height)px;<br />
background-image:url(&#8217;image url here&#8217;);<br />
padding: 0;<br />
margin: 0;<br />
text-indent: -9999px;<br />
}<br />
&lt;/style&gt;</code></p>
<li>Save your editing and preview. Done. =)</li>
</ol>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/codesplay.wordpress.com/24/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/codesplay.wordpress.com/24/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/codesplay.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/codesplay.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/codesplay.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/codesplay.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/codesplay.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/codesplay.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/codesplay.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/codesplay.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/codesplay.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/codesplay.wordpress.com/24/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=codesplay.wordpress.com&blog=786145&post=24&subd=codesplay&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://codesplay.wordpress.com/2007/02/16/replace-name-on-top-by-an-image/feed/</wfw:commentRss>
	
		<media:content url="http://i140.photobucket.com/albums/r6/cwm1021/codesplay/Replace-Name-on-Top-by-an-Image-0.gif" medium="image" />

		<media:content url="http://i140.photobucket.com/albums/r6/cwm1021/codesplay/Replace-Name-on-Top-by-an-Image-3.gif" medium="image" />
	</item>
		<item>
		<title>Add a Border to Profile</title>
		<link>http://codesplay.wordpress.com/2007/02/16/add-a-border-to-profile/</link>
		<comments>http://codesplay.wordpress.com/2007/02/16/add-a-border-to-profile/#comments</comments>
		<pubDate>Fri, 16 Feb 2007 06:47:07 +0000</pubDate>
		<dc:creator>CodesPlay</dc:creator>
		
		<category><![CDATA[Profile Codes]]></category>

		<guid isPermaLink="false">http://codesplay.wordpress.com/2007/02/16/add-a-border-to-profile/</guid>
		<description><![CDATA[This code allows you to add a border to profile. Cage the whole page under a colored border, you can also change the style of border, thickness of border, etc.
border-style value could be: dotted, dashed, solid, double, groove, ridge, inset, outset
Change thickness of each side&#8217;s border by changing &#8216;10&#8242; to other value.
Change the border color [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>This code allows you to add a border to profile. Cage the whole page under a colored border, you can also change the style of border, thickness of border, etc.<br />
border-style value could be: <strong>dotted, dashed, solid, double, groove, ridge, inset, outset</strong><br />
Change thickness of each side&#8217;s border by changing <strong>&#8216;10&#8242;</strong> to other value.<br />
Change the border color by change <strong>#f0618c</strong> to other code. You can get color code by using this <a href="http://www.myspacemaster.net/color-code-picker" target="_blank">Color Code Picker</a></p>
<p><strong>Screenshots:</strong></p>
<ul>
<li>before:</li>
<p><img src="http://i140.photobucket.com/albums/r6/cwm1021/codesplay/Add-a-Border-to-Profile-0.gif"></p>
<li>after:</li>
<p><img src="http://i140.photobucket.com/albums/r6/cwm1021/codesplay/Add-a-Border-to-Profile-1.gif">
</ul>
<p><span id="more-23"></span></p>
<p><strong>Instructions:</strong></p>
<ol>
<li>Copy and paste the code into <strong>About Me</strong> section</li>
<p><code>&lt;style&gt;<br />
body{<br />
border-style:solid;<br />
border-top-width:10px;<br />
border-bottom-width:10px;<br />
border-left-width:10px;<br />
border-right-width:10px;<br />
border-color: #f0618c;}<br />
&lt;/style&gt;</code></p>
<li>Save your editing and preview. Done. =)</li>
</ol>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/codesplay.wordpress.com/23/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/codesplay.wordpress.com/23/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/codesplay.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/codesplay.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/codesplay.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/codesplay.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/codesplay.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/codesplay.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/codesplay.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/codesplay.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/codesplay.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/codesplay.wordpress.com/23/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=codesplay.wordpress.com&blog=786145&post=23&subd=codesplay&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://codesplay.wordpress.com/2007/02/16/add-a-border-to-profile/feed/</wfw:commentRss>
	
		<media:content url="http://i140.photobucket.com/albums/r6/cwm1021/codesplay/Add-a-Border-to-Profile-0.gif" medium="image" />

		<media:content url="http://i140.photobucket.com/albums/r6/cwm1021/codesplay/Add-a-Border-to-Profile-1.gif" medium="image" />
	</item>
		<item>
		<title>Moving Text on Top of Profile</title>
		<link>http://codesplay.wordpress.com/2007/02/16/moving-text-on-top-of-profile/</link>
		<comments>http://codesplay.wordpress.com/2007/02/16/moving-text-on-top-of-profile/#comments</comments>
		<pubDate>Fri, 16 Feb 2007 06:39:47 +0000</pubDate>
		<dc:creator>CodesPlay</dc:creator>
		
		<category><![CDATA[Profile Codes]]></category>

		<category><![CDATA[Text Codes]]></category>

		<guid isPermaLink="false">http://codesplay.wordpress.com/2007/02/16/moving-text-on-top-of-profile/</guid>
		<description><![CDATA[This code will put your words scolling (keep moving) on the top of your MySpace profile page.
You can adjust the position of scrolling text by change value of 150 in top:150px, to be higher, use a smaller value, to be lower, use a greater value.
If you want to change the moving direction, change right in [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>This code will put your words scolling (keep moving) on the top of your MySpace profile page.<br />
You can adjust the position of scrolling text by change value of <strong>150</strong> in <strong>top:150px</strong>, to be higher, use a smaller value, to be lower, use a greater value.<br />
If you want to change the moving direction, change <strong>right </strong>in <strong>direction=&quot;right&quot;</strong> to <strong>left</strong><br />
Change font size, by editing the value of <strong>50</strong> in <strong>font-size:50px</strong>, change color by editing <strong>red</strong> in <strong>color: red</strong></p>
<p><strong>Screenshots:</strong></p>
<ul>
<li>after:</li>
<p><img src="http://i140.photobucket.com/albums/r6/cwm1021/codesplay/Scrolling-Text-on-Top-of-Profile-1.gif">
</ul>
<p><span id="more-22"></span></p>
<p><strong>Instructions:</strong></p>
<ol>
<li>Copy and paste the code into <strong>About Me</strong> section</li>
<p><code>&lt;div style=&quot;position:absolute; <strong>top:150px</strong>; left:50%; margin-left:-400px; width:800px; height:50px; <strong>font-size:50px</strong>; <strong>color: red</strong>;&quot;&gt;&lt;marquee direction=&quot;right&quot; width=&quot;100%&quot; scrollamount=&quot;30&quot;&gt;<strong>Words You Want to Say</strong>&lt;/marquee&gt;&lt;/div&gt;</code></p>
<li>Save your editing and preview. Done. =)</li>
</ol>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/codesplay.wordpress.com/22/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/codesplay.wordpress.com/22/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/codesplay.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/codesplay.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/codesplay.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/codesplay.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/codesplay.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/codesplay.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/codesplay.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/codesplay.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/codesplay.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/codesplay.wordpress.com/22/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=codesplay.wordpress.com&blog=786145&post=22&subd=codesplay&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://codesplay.wordpress.com/2007/02/16/moving-text-on-top-of-profile/feed/</wfw:commentRss>
	
		<media:content url="http://i140.photobucket.com/albums/r6/cwm1021/codesplay/Scrolling-Text-on-Top-of-Profile-1.gif" medium="image" />
	</item>
		<item>
		<title>Special Characters</title>
		<link>http://codesplay.wordpress.com/2007/02/16/special-characters/</link>
		<comments>http://codesplay.wordpress.com/2007/02/16/special-characters/#comments</comments>
		<pubDate>Fri, 16 Feb 2007 06:38:03 +0000</pubDate>
		<dc:creator>CodesPlay</dc:creator>
		
		<category><![CDATA[Text Codes]]></category>

		<guid isPermaLink="false">http://codesplay.wordpress.com/2007/02/16/special-characters/</guid>
		<description><![CDATA[


 Name Code
 Number Code 
 Glyph
 Description


&#38;dagger;
-
&#8224;&#160; 
dagger


&#38;Dagger;
-
&#8225;&#160; 
double dagger


&#38;spades;
-
&#9824;&#160; 
black spade suit


&#38;clubs;
-
&#9827;&#160; 
black club suit


&#38;hearts;
-
&#9829;&#160; 
black heart suit


&#38;oline;
-
&#8254;&#160; 
 overline (overscore)


&#38;larr;
-
&#8592;&#160; 
leftward arrow


&#38;uarr;
-
&#8593;&#160; 
upward arrow


&#38;rarr;
-
&#8594;&#160; 
rightward arrow


&#38;darr;
-
&#8595;&#160; 
downward arrow


&#38;trade;
-
&#8482;&#160; 
trademark sign





 Name Code
 Number Code
 Glyph
 Description


&#38;mdash;
&#8212;
&#8212;&#160; 
em dash


&#38;iexcl;
&#161;
&#161;&#160; 
inverted
              [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><span id="more-21"></span></p>
<table width="90%" border="1" align="center" cellpadding="3" cellspacing="0" class="text" style="border-collapse:collapse;">
<tr>
<th width="101" height="32"> <font size="1">Name Code</font></th>
<th width="133" height="32"> <font size="1">Number Code </font></th>
<th width="41" height="32"> <font size="1">Glyph</font></th>
<th width="165" height="32"> <font size="1">Description</font></th>
</tr>
<tr>
<td width="101" height="16"><font size="1">&amp;dagger;</font></td>
<td align="middle" width="133" height="16"><font size="1">-</font></td>
<td align="middle" width="41" height="16"><font size="1">&dagger;&nbsp; </font></td>
<td width="165" height="16"><font size="1">dagger</font></td>
</tr>
<tr class="blue">
<td width="101" height="16"><font size="1">&amp;Dagger;</font></td>
<td align="middle" width="133" height="16"><font size="1">-</font></td>
<td align="middle" width="41" height="16"><font size="1">&Dagger;&nbsp; </font></td>
<td width="165" height="16"><font size="1">double dagger</font></td>
</tr>
<tr class="blue">
<td width="101" height="16"><font size="1">&amp;spades;</font></td>
<td align="middle" width="133" height="16"><font size="1">-</font></td>
<td align="middle" width="41" height="16"><font size="1">&spades;&nbsp; </font></td>
<td width="165" height="16"><font size="1">black spade suit</font></td>
</tr>
<tr>
<td width="101" height="16"><font size="1">&amp;clubs;</font></td>
<td align="middle" width="133" height="16"><font size="1">-</font></td>
<td align="middle" width="41" height="16"><font size="1">&clubs;&nbsp; </font></td>
<td width="165" height="16"><font size="1">black club suit</font></td>
</tr>
<tr class="blue">
<td width="101" height="16"><font size="1">&amp;hearts;</font></td>
<td align="middle" width="133" height="16"><font size="1">-</font></td>
<td align="middle" width="41" height="16"><font size="1">&hearts;&nbsp; </font></td>
<td width="165" height="16"><font size="1">black heart suit</font></td>
</tr>
<tr class="blue">
<td width="101"><font size="1">&amp;oline;</font></td>
<td align="middle" width="133"><font size="1">-</font></td>
<td align="middle" width="41"><font size="1">&oline;&nbsp; </font></td>
<td width="165"><font size="1"> overline (overscore)</font></td>
</tr>
<tr>
<td width="101" height="16"><font size="1">&amp;larr;</font></td>
<td align="middle" width="133" height="16"><font size="1">-</font></td>
<td align="middle" width="41" height="16"><font size="1">&larr;&nbsp; </font></td>
<td width="165" height="16"><font size="1">leftward arrow</font></td>
</tr>
<tr class="blue">
<td width="101" height="16"><font size="1">&amp;uarr;</font></td>
<td align="middle" width="133" height="16"><font size="1">-</font></td>
<td align="middle" width="41" height="16"><font size="1">&uarr;&nbsp; </font></td>
<td width="165" height="16"><font size="1">upward arrow</font></td>
</tr>
<tr>
<td width="101" height="16"><font size="1">&amp;rarr;</font></td>
<td align="middle" width="133" height="16"><font size="1">-</font></td>
<td align="middle" width="41" height="16"><font size="1">&rarr;&nbsp; </font></td>
<td width="165" height="16"><font size="1">rightward arrow</font></td>
</tr>
<tr class="blue">
<td width="101" height="16"><font size="1">&amp;darr;</font></td>
<td align="middle" width="133" height="16"><font size="1">-</font></td>
<td align="middle" width="41" height="16"><font size="1">&darr;&nbsp; </font></td>
<td width="165" height="16"><font size="1">downward arrow</font></td>
</tr>
<tr>
<td width="101" height="16"><font size="1">&amp;trade;</font></td>
<td align="middle" width="133" height="16"><font size="1">-</font></td>
<td align="middle" width="41" height="16"><font size="1">&trade;&nbsp; </font></td>
<td width="165" height="16"><font size="1">trademark sign</font></td>
</tr>
<tr>
<td width="464" colspan="4" height="18"></td>
</tr>
<tr>
<th width="101" height="32"> <font size="1">Name Code</font></th>
<th width="133" height="32"> <font size="1">Number Code</font></th>
<th width="41" height="32"> <font size="1">Glyph</font></th>
<th width="165" height="32"> <font size="1">Description</font></th>
</tr>
<tr class="blue">
<td width="101" height="16"><font size="1">&amp;mdash;</font></td>
<td align="middle" width="133" height="16"><font size="1">&#8212;</font></td>
<td align="middle" width="41" height="16"><font size="1">&mdash;&nbsp; </font></td>
<td width="165" height="16"><font size="1">em dash</font></td>
</tr>
<tr class="blue">
<td width="101" height="16"><font size="1">&amp;iexcl;</font></td>
<td align="middle" width="133" height="16"><font size="1">&#161;</font></td>
<td align="middle" width="41" height="16"><font size="1">&iexcl;&nbsp; </font></td>
<td width="165" height="16"><font size="1">inverted<br />
                exclamation</font></td>
</tr>
<tr>
<td width="101" height="16"><font size="1">&amp;cent;</font></td>
<td align="middle" width="133" height="16"><font size="1">&#162;</font></td>
<td align="middle" width="41" height="16"><font size="1">&cent;&nbsp; </font></td>
<td width="165" height="16"><font size="1">cent sign</font></td>
</tr>
<tr class="blue">
<td width="101" height="16"><font size="1">&amp;pound;</font></td>
<td align="middle" width="133" height="16"><font size="1">&#163;</font></td>
<td align="middle" width="41" height="16"><font size="1">&pound;&nbsp; </font></td>
<td width="165" height="16"><font size="1">pound sterling</font></td>
</tr>
<tr>
<td width="101" height="16"><font size="1">&amp;curren;</font></td>
<td align="middle" width="133" height="16"><font size="1">&#164;</font></td>
<td align="middle" width="41" height="16"><font size="1">&curren;&nbsp; </font></td>
<td width="165" height="16"><font size="1">general currency<br />
                sign</font></td>
</tr>
<tr class="blue">
<td width="101" height="16"><font size="1">&amp;yen;</font></td>
<td align="middle" width="133" height="16"><font size="1">&#165;</font></td>
<td align="middle" width="41" height="16"><font size="1">&yen;&nbsp; </font></td>
<td width="165" height="16"><font size="1">yen sign</font></td>
</tr>
<tr>
<td width="101" height="32"><font size="1">&amp;brvbar; or<br />
                &amp;brkbar;</font></td>
<td align="middle" width="133" height="32"><font size="1">&#166;</font></td>
<td align="middle" width="41" height="32"><font size="1">&brvbar;&nbsp; </font></td>
<td width="165" height="32"><font size="1">broken vertical<br />
                bar</font></td>
</tr>
<tr class="blue">
<td width="101" height="16"><font size="1">&amp;sect;</font></td>
<td align="middle" width="133" height="16"><font size="1">&#167;</font></td>
<td align="middle" width="41" height="16"><font size="1">&sect;&nbsp; </font></td>
<td width="165" height="16"><font size="1">section sign</font></td>
</tr>
<tr>
<td width="101" height="16"><font size="1">&amp;uml; or &amp;die;</font></td>
<td align="middle" width="133" height="16"><font size="1">&#168;</font></td>
<td align="middle" width="41" height="16"><font size="1">&uml;&nbsp; </font></td>
<td width="165" height="16"><font size="1">umlaut</font></td>
</tr>
<tr class="blue">
<td width="101" height="16"><font size="1">&amp;copy;</font></td>
<td align="middle" width="133" height="16"><font size="1">&#169;</font></td>
<td align="middle" width="41" height="16"><font size="1">&copy;&nbsp; </font></td>
<td width="165" height="16"><font size="1">copyright</font></td>
</tr>
<tr>
<td width="101" height="16"><font size="1">&amp;ordf;</font></td>
<td align="middle" width="133" height="16"><font size="1">&#170;</font></td>
<td align="middle" width="41" height="16"><font size="1">&ordf;&nbsp; </font></td>
<td width="165" height="16"><font size="1">feminine ordinal</font></td>
</tr>
<tr class="blue">
<td width="101" height="16"><font size="1">&amp;laquo;</font></td>
<td align="middle" width="133" height="16"><font size="1">&#171;</font></td>
<td align="middle" width="41" height="16"><font size="1">&laquo;&nbsp; </font></td>
<td width="165" height="16"><font size="1">left angle quote</font></td>
</tr>
<tr>
<td width="101" height="16"><font size="1">&amp;not;</font></td>
<td align="middle" width="133" height="16"><font size="1">&#172;</font></td>
<td align="middle" width="41" height="16"><font size="1">&not;&nbsp; </font></td>
<td width="165" height="16"><font size="1">not sign</font></td>
</tr>
<tr class="blue">
<td width="101" height="16"><font size="1">&amp;shy;</font></td>
<td align="middle" width="133" height="16"><font size="1">&#173;</font></td>
<td align="middle" width="41" height="16"><font size="1">&shy;&nbsp; </font></td>
<td width="165" height="16"><font size="1">soft hyphen</font></td>
</tr>
<tr>
<td width="101" height="16"><font size="1">&amp;reg;</font></td>
<td align="middle" width="133" height="16"><font size="1">&#174;</font></td>
<td align="middle" width="41" height="16"><font size="1">&reg;&nbsp; </font></td>
<td width="165" height="16"><font size="1">registered<br />
                trademark</font></td>
</tr>
<tr class="blue">
<td width="101" height="16"><font size="1">&amp;macr; or &amp;hibar;</font></td>
<td align="middle" width="133" height="16"><font size="1">&#175;</font></td>
<td align="middle" width="41" height="16"><font size="1">&macr;&nbsp; </font></td>
<td width="165" height="16"><font size="1">macron accent</font></td>
</tr>
<tr>
<td width="464" colspan="4" height="19"><font size="1">&nbsp;</font></td>
</tr>
<tr>
<th width="101" height="32"> <font size="1">Name Code</font></th>
<th width="133" height="32"> <font size="1">Number Code</font></th>
<th width="41" height="32"> <font size="1">Glyph</font></th>
<th width="165" height="32"> <font size="1">Description</font></th>
</tr>
<tr>
<td width="101" height="16"><font size="1">&amp;deg;</font></td>
<td align="middle" width="133" height="16"><font size="1">&#176;</font></td>
<td align="middle" width="41" height="16"><font size="1">&deg;&nbsp; </font></td>
<td width="165" height="16"><font size="1">degree sign</font></td>
</tr>
<tr class="blue">
<td width="101" height="16"><font size="1">&amp;plusmn;</font></td>
<td align="middle" width="133" height="16"><font size="1">&#177;</font></td>
<td align="middle" width="41" height="16"><font size="1">&plusmn;&nbsp; </font></td>
<td width="165" height="16"><font size="1">plus or minus</font></td>
</tr>
<tr>
<td width="101" height="16"><font size="1">&amp;sup2;</font></td>
<td align="middle" width="133" height="16"><font size="1">&#178;</font></td>
<td align="middle" width="41" height="16"><font size="1">&sup2;&nbsp; </font></td>
<td width="165" height="16"><font size="1">superscript two</font></td>
</tr>
<tr class="blue">
<td width="101" height="16"><font size="1">&amp;sup3;</font></td>
<td align="middle" width="133" height="16"><font size="1">&#179;</font></td>
<td align="middle" width="41" height="16"><font size="1">&sup3;&nbsp; </font></td>
<td width="165" height="16"><font size="1">superscript three</font></td>
</tr>
<tr>
<td width="101" height="16"><font size="1">&amp;acute;</font></td>
<td align="middle" width="133" height="16"><font size="1">&#180;</font></td>
<td align="middle" width="41" height="16"><font size="1">&acute;&nbsp; </font></td>
<td width="165" height="16"><font size="1">acute accent</font></td>
</tr>
<tr class="blue">
<td width="101" height="16"><font size="1">&amp;micro;</font></td>
<td align="middle" width="133" height="16"><font size="1">&#181;</font></td>
<td align="middle" width="41" height="16"><font size="1">&micro;&nbsp; </font></td>
<td width="165" height="16"><font size="1">micro sign</font></td>
</tr>
<tr>
<td width="101" height="16"><font size="1">&amp;para;</font></td>
<td align="middle" width="133" height="16"><font size="1">&#182;</font></td>
<td align="middle" width="41" height="16"><font size="1">&para;&nbsp; </font></td>
<td width="165" height="16"><font size="1">paragraph sign</font></td>
</tr>
<tr class="blue">
<td width="101" height="16"><font size="1">&amp;middot;</font></td>
<td align="middle" width="133" height="16"><font size="1">&#183;</font></td>
<td align="middle" width="41" height="16"><font size="1">&middot;&nbsp; </font></td>
<td width="165" height="16"><font size="1">middle dot</font></td>
</tr>
<tr>
<td width="101" height="16"><font size="1">&amp;cedil;</font></td>
<td align="middle" width="133" height="16"><font size="1">&#184;</font></td>
<td align="middle" width="41" height="16"><font size="1">&cedil;&nbsp; </font></td>
<td width="165" height="16"><font size="1">cedilla</font></td>
</tr>
<tr class="blue">
<td width="101" height="16"><font size="1">&amp;sup1;</font></td>
<td align="middle" width="133" height="16"><font size="1">&#185;</font></td>
<td align="middle" width="41" height="16"><font size="1">&sup1;&nbsp; </font></td>
<td width="165" height="16"><font size="1">superscript one</font></td>
</tr>
<tr>
<td width="101" height="16"><font size="1">&amp;ordm;</font></td>
<td align="middle" width="133" height="16"><font size="1">&#186;</font></td>
<td align="middle" width="41" height="16"><font size="1">&ordm;&nbsp; </font></td>
<td width="165" height="16"><font size="1">masculine ordinal</font></td>
</tr>
<tr class="blue">
<td width="101" height="16"><font size="1">&amp;raquo;</font></td>
<td align="middle" width="133" height="16"><font size="1">&#187;</font></td>
<td align="middle" width="41" height="16"><font size="1">&raquo;&nbsp; </font></td>
<td width="165" height="16"><font size="1">right angle quote</font></td>
</tr>
<tr>
<td width="101" height="16"><font size="1">&amp;frac14;</font></td>
<td align="middle" width="133" height="16"><font size="1">&#188;</font></td>
<td align="middle" width="41" height="16"><font size="1">&frac14;&nbsp; </font></td>
<td width="165" height="16"><font size="1">one-fourth</font></td>
</tr>
<tr class="blue">
<td width="101" height="16"><font size="1">&amp;frac12;</font></td>
<td align="middle" width="133" height="16"><font size="1">&#189;</font></td>
<td align="middle" width="41" height="16"><font size="1">&frac12;&nbsp; </font></td>
<td width="165" height="16"><font size="1">one-half</font></td>
</tr>
<tr>
<td width="101" height="16"><font size="1">&amp;frac34;</font></td>
<td align="middle" width="133" height="16"><font size="1">&#190;</font></td>
<td align="middle" width="41" height="16"><font size="1">&frac34;&nbsp; </font></td>
<td width="165" height="16"><font size="1">three-fourths</font></td>
</tr>
<tr class="blue">
<td width="101" height="16"><font size="1">&amp;iquest;</font></td>
<td align="middle" width="133" height="16"><font size="1">&#191;</font></td>
<td align="middle" width="41" height="16"><font size="1">&iquest;&nbsp; </font></td>
<td width="165" height="16"><font size="1">inverted question<br />
                mark</font></td>
</tr>
<tr>
<td width="101" height="16"><font size="1">&amp;Agrave;</font></td>
<td align="middle" width="133" height="16"><font size="1">&#192;</font></td>
<td align="middle" width="41" height="16"><font size="1">&Agrave;&nbsp; </font></td>
<td width="165" height="16"><font size="1">uppercase A,<br />
                grave accent</font></td>
</tr>
<tr class="blue">
<td width="101" height="16"><font size="1">&amp;Aacute;</font></td>
<td align="middle" width="133" height="16"><font size="1">&#193;</font></td>
<td align="middle" width="41" height="16"><font size="1">&Aacute;&nbsp; </font></td>
<td width="165" height="16"><font size="1">uppercase A,<br />
                acute accent</font></td>
</tr>
<tr>
<td width="101" height="32"><font size="1">&amp;Acirc;</font></td>
<td align="middle" width="133" height="32"><font size="1">&#194;</font></td>
<td align="middle" width="41" height="32"><font size="1">&Acirc;&nbsp; </font></td>
<td width="165" height="32"><font size="1">uppercase A,<br />
                circumflex accent</font></td>
</tr>
<tr>
<td width="464" colspan="4" height="19"><font size="1">&nbsp;</font></td>
</tr>
<tr>
<th width="101" height="32"> <font size="1">Name Code</font></th>
<th width="133" height="32"> <font size="1">Number Code</font></th>
<th width="41" height="32"> <font size="1">Glyph</font></th>
<th width="165" height="32"> <font size="1">Description</font></th>
</tr>
<tr>
<td width="101" height="16"><font size="1">&amp;Atilde;</font></td>
<td align="middle" width="133" height="16"><font size="1">&#195;</font></td>
<td align="middle" width="41" height="16"><font size="1">&Atilde;&nbsp; </font></td>
<td width="165" height="16"><font size="1">uppercase A,<br />
                tilde</font></td>
</tr>
<tr class="blue">
<td width="101" height="16"><font size="1">&amp;Auml;</font></td>
<td align="middle" width="133" height="16"><font size="1">&#196;</font></td>
<td align="middle" width="41" height="16"><font size="1">&Auml;&nbsp; </font></td>
<td width="165" height="16"><font size="1">uppercase A,<br />
                umlaut</font></td>
</tr>
<tr>
<td width="101" height="16"><font size="1">&amp;Aring;</font></td>
<td align="middle" width="133" height="16"><font size="1">&#197;</font></td>
<td align="middle" width="41" height="16"><font size="1">&Aring;&nbsp; </font></td>
<td width="165" height="16"><font size="1">uppercase A, ring</font></td>
</tr>
<tr class="blue">
<td width="101" height="16"><font size="1">&amp;AElig;</font></td>
<td align="middle" width="133" height="16"><font size="1">&#198;</font></td>
<td align="middle" width="41" height="16"><font size="1">&AElig;&nbsp; </font></td>
<td width="165" height="16"><font size="1">uppercase AE</font></td>
</tr>
<tr>
<td width="101" height="16"><font size="1">&amp;Ccedil;</font></td>
<td align="middle" width="133" height="16"><font size="1">&#199;</font></td>
<td align="middle" width="41" height="16"><font size="1">&Ccedil;&nbsp; </font></td>
<td width="165" height="16"><font size="1">uppercase C,<br />
                cedilla</font></td>
</tr>
<tr class="blue">
<td width="101" height="16"><font size="1">&amp;Egrave;</font></td>
<td align="middle" width="133" height="16"><font size="1">&#200;</font></td>
<td align="middle" width="41" height="16"><font size="1">&Egrave;&nbsp; </font></td>
<td width="165" height="16"><font size="1">uppercase E,<br />
                grave accent</font></td>
</tr>
<tr>
<td width="101" height="16"><font size="1">&amp;Eacute;</font></td>
<td align="middle" width="133" height="16"><font size="1">&#201;</font></td>
<td align="middle" width="41" height="16"><font size="1">&Eacute;&nbsp; </font></td>
<td width="165" height="16"><font size="1">uppercase E,<br />
                acute accent</font></td>
</tr>
<tr class="blue">
<td width="101" height="32"><font size="1">&amp;Ecirc;</font></td>
<td align="middle" width="133" height="32"><font size="1">&#202;</font></td>
<td align="middle" width="41" height="32"><font size="1">&Ecirc;&nbsp; </font></td>
<td width="165" height="32"><font size="1">uppercase E,<br />
                circumflex accent</font></td>
</tr>
<tr>
<td width="101" height="16"><font size="1">&amp;Euml;</font></td>
<td align="middle" width="133" height="16"><font size="1">&#203;</font></td>
<td align="middle" width="41" height="16"><font size="1">&Euml;&nbsp; </font></td>
<td width="165" height="16"><font size="1">uppercase E,<br />
                umlaut</font></td>
</tr>
<tr class="blue">
<td width="101" height="16"><font size="1">&amp;Igrave;</font></td>
<td align="middle" width="133" height="16"><font size="1">&#204;</font></td>
<td align="middle" width="41" height="16"><font size="1">&Igrave;&nbsp; </font></td>
<td width="165" height="16"><font size="1">uppercase I,<br />
                grave accent</font></td>
</tr>
<tr>
<td width="101" height="16"><font size="1">&amp;Iacute;</font></td>
<td align="middle" width="133" height="16"><font size="1">&#205;</font></td>
<td align="middle" width="41" height="16"><font size="1">&Iacute;&nbsp; </font></td>
<td width="165" height="16"><font size="1">uppercase I,<br />
                acute accent</font></td>
</tr>
<tr class="blue">
<td width="101" height="32"><font size="1">&amp;Icirc;</font></td>
<td align="middle" width="133" height="32"><font size="1">&#206;</font></td>
<td align="middle" width="41" height="32"><font size="1">&Icirc;&nbsp; </font></td>
<td width="165" height="32"><font size="1">uppercase I,<br />
                circumflex accent</font></td>
</tr>
<tr>
<td width="101" height="16"><font size="1">&amp;Iuml;</font></td>
<td align="middle" width="133" height="16"><font size="1">&#207;</font></td>
<td align="middle" width="41" height="16"><font size="1">&Iuml;&nbsp; </font></td>
<td width="165" height="16"><font size="1">uppercase I,<br />
                umlaut</font></td>
</tr>
<tr class="blue">
<td width="101" height="16"><font size="1">&amp;ETH;</font></td>
<td align="middle" width="133" height="16"><font size="1">&#208;</font></td>
<td align="middle" width="41" height="16"><font size="1">&ETH;&nbsp; </font></td>
<td width="165" height="16"><font size="1">uppercase Eth,<br />
                Icelandic</font></td>
</tr>
<tr>
<td width="101" height="16"><font size="1">&amp;Ntilde;</font></td>
<td align="middle" width="133" height="16"><font size="1">&#209;</font></td>
<td align="middle" width="41" height="16"><font size="1">&Ntilde;&nbsp; </font></td>
<td width="165" height="16"><font size="1">uppercase N,<br />
                tilde</font></td>
</tr>
<tr class="blue">
<td width="101" height="16"><font size="1">&amp;Ograve;</font></td>
<td align="middle" width="133" height="16"><font size="1">&#210;</font></td>
<td align="middle" width="41" height="16"><font size="1">&Ograve;&nbsp; </font></td>
<td width="165" height="16"><font size="1">uppercase O,<br />
                grave accent</font></td>
</tr>
<tr>
<td width="101" height="16"><font size="1">&amp;Oacute;</font></td>
<td align="middle" width="133" height="16"><font size="1">&#211;</font></td>
<td align="middle" width="41" height="16"><font size="1">&Oacute;&nbsp; </font></td>
<td width="165" height="16"><font size="1">uppercase O,<br />
                acute accent</font></td>
</tr>
<tr class="blue">
<td width="101" height="32"><font size="1">&amp;Ocirc;</font></td>
<td align="middle" width="133" height="32"><font size="1">&#212;</font></td>
<td align="middle" width="41" height="32"><font size="1">&Ocirc;&nbsp; </font></td>
<td width="165" height="32"><font size="1">uppercase O,<br />
                circumflex accent</font></td>
</tr>
<tr>
<td width="101" height="16"><font size="1">&amp;Otilde;</font></td>
<td align="middle" width="133" height="16"><font size="1">&#213;</font></td>
<td align="middle" width="41" height="16"><font size="1">&Otilde;&nbsp; </font></td>
<td width="165" height="16"><font size="1">uppercase O,<br />
                tilde</font></td>
</tr>
<tr>
<td width="464" colspan="4" height="19"><font size="1">&nbsp;</font></td>
</tr>
<tr>
<th width="101" height="32"> <font size="1">Name Code</font></th>
<th width="133" height="32"> <font size="1">Number Code</font></th>
<th width="41" height="32"> <font size="1">Glyph</font></th>
<th width="165" height="32"> <font size="1">Description</font></th>
</tr>
<tr>
<td width="101" height="16"><font size="1">&amp;Ouml;</font></td>
<td align="middle" width="133" height="16"><font size="1">&#214;</font></td>
<td align="middle" width="41" height="16"><font size="1">&Ouml;&nbsp; </font></td>
<td width="165" height="16"><font size="1">uppercase O,<br />
                umlaut</font></td>
</tr>
<tr class="blue">
<td width="101" height="16"><font size="1">&amp;times;</font></td>
<td align="middle" width="133" height="16"><font size="1">&#215;</font></td>
<td align="middle" width="41" height="16"><font size="1">&times;&nbsp; </font></td>
<td width="165" height="16"><font size="1">multiplication<br />
                sign</font></td>
</tr>
<tr>
<td width="101" height="16"><font size="1">&amp;Oslash;</font></td>
<td align="middle" width="133" height="16"><font size="1">&#216;</font></td>
<td align="middle" width="41" height="16"><font size="1">&Oslash;&nbsp; </font></td>
<td width="165" height="16"><font size="1">uppercase O,<br />
                slash</font></td>
</tr>
<tr class="blue">
<td width="101" height="32"><font size="1">&amp;Ugrave;</font></td>
<td align="middle" width="133" height="32"><font size="1">&#217;</font></td>
<td align="middle" width="41" height="32"><font size="1">&Ugrave;&nbsp; </font></td>
<td width="165" height="32"><font size="1">uppercase U,<br />
                grave accent</font></td>
</tr>
<tr>
<td width="101" height="16"><font size="1">&amp;Uacute;</font></td>
<td align="middle" width="133" height="16"><font size="1">&#218;</font></td>
<td align="middle" width="41" height="16"><font size="1">&Uacute;&nbsp; </font></td>
<td width="165" height="16"><font size="1">uppercase U,<br />
                acute accent</font></td>
</tr>
<tr class="blue">
<td width="101" height="32"><font size="1">&amp;Ucirc;</font></td>
<td align="middle" width="133" height="32"><font size="1">&#219;</font></td>
<td align="middle" width="41" height="32"><font size="1">&Ucirc;&nbsp; </font></td>
<td width="165" height="32"><font size="1">uppercase U,<br />
                circumflex accent</font></td>
</tr>
<tr>
<td width="101" height="16"><font size="1">&amp;Uuml;</font></td>
<td align="middle" width="133" height="16"><font size="1">&#220;</font></td>
<td align="middle" width="41" height="16"><font size="1">&Uuml;&nbsp; </font></td>
<td width="165" height="16"><font size="1">uppercase U,<br />
                umlaut</font></td>
</tr>
<tr class="blue">
<td width="101" height="16"><font size="1">&amp;Yacute;</font></td>
<td align="middle" width="133" height="16"><font size="1">&#221;</font></td>
<td align="middle" width="41" height="16"><font size="1">&Yacute;&nbsp; </font></td>
<td width="165" height="16"><font size="1">uppercase Y,<br />
                acute accent</font></td>
</tr>
<tr>
<td width="101" height="16"><font size="1">&amp;THORN;</font></td>
<td align="middle" width="133" height="16"><font size="1">&#222;</font></td>
<td align="middle" width="41" height="16"><font size="1">&THORN;&nbsp; </font></td>
<td width="165" height="16"><font size="1">uppercase THORN,<br />
                Icelandic</font></td>
</tr>
<tr class="blue">
<td width="101" height="16"><font size="1">&amp;szlig;</font></td>
<td align="middle" width="133" height="16"><font size="1">&#223;</font></td>
<td align="middle" width="41" height="16"><font size="1">&szlig;&nbsp; </font></td>
<td width="165" height="16"><font size="1">lowercase sharps,<br />
                German</font></td>
</tr>
<tr>
<td width="101" height="16"><font size="1">&amp;agrave;</font></td>
<td align="middle" width="133" height="16"><font size="1">&#224;</font></td>
<td align="middle" width="41" height="16"><font size="1">&agrave;&nbsp; </font></td>
<td width="165" height="16"><font size="1">lowercase a,<br />
                grave accent</font></td>
</tr>
<tr class="blue">
<td width="101" height="16"><font size="1">&amp;aacute;</font></td>
<td align="middle" width="133" height="16"><font size="1">&#225;</font></td>
<td align="middle" width="41" height="16"><font size="1">&aacute;&nbsp; </font></td>
<td width="165" height="16"><font size="1">lowercase a,<br />
                acute accent</font></td>
</tr>
<tr>
<td width="101" height="32"><font size="1">&amp;acirc;</font></td>
<td align="middle" width="133" height="32"><font size="1">&#226;</font></td>
<td align="middle" width="41" height="32"><font size="1">&acirc;&nbsp; </font></td>
<td width="165" height="32"><font size="1">lowercase a,<br />
                circumflex accent</font></td>
</tr>
<tr class="blue">
<td width="101" height="16"><font size="1">&amp;atilde;</font></td>
<td align="middle" width="133" height="16"><font size="1">&#227;</font></td>
<td align="middle" width="41" height="16"><font size="1">&atilde;&nbsp; </font></td>
<td width="165" height="16"><font size="1">lowercase a,<br />
                tilde</font></td>
</tr>
<tr>
<td width="101" height="16"><font size="1">&amp;auml;</font></td>
<td align="middle" width="133" height="16"><font size="1">&#228;</font></td>
<td align="middle" width="41" height="16"><font size="1">&auml;&nbsp; </font></td>
<td width="165" height="16"><font size="1">lowercase a,<br />
                umlaut</font></td>
</tr>
<tr class="blue">
<td width="101" height="16"><font size="1">&amp;aring;</font></td>
<td align="middle" width="133" height="16"><font size="1">&#229;</font></td>
<td align="middle" width="41" height="16"><font size="1">&aring;&nbsp; </font></td>
<td width="165" height="16"><font size="1">lowercase a, ring</font></td>
</tr>
<tr>
<td width="101" height="16"><font size="1">&amp;aelig;</font></td>
<td align="middle" width="133" height="16"><font size="1">&#230;</font></td>
<td align="middle" width="41" height="16"><font size="1">&aelig;&nbsp; </font></td>
<td width="165" height="16"><font size="1">lowercase ae</font></td>
</tr>
<tr class="blue">
<td width="101" height="16"><font size="1">&amp;ccedil;</font></td>
<td align="middle" width="133" height="16"><font size="1">&#231;</font></td>
<td align="middle" width="41" height="16"><font size="1">&ccedil;&nbsp; </font></td>
<td width="165" height="16"><font size="1">lowercase c,<br />
                cedilla</font></td>
</tr>
<tr>
<td width="101" height="16"><font size="1">&amp;egrave;</font></td>
<td align="middle" width="133" height="16"><font size="1">&#232;</font></td>
<td align="middle" width="41" height="16"><font size="1">&egrave;&nbsp; </font></td>
<td width="165" height="16"><font size="1">lowercase e,<br />
                grave accent</font></td>
</tr>
<tr>
<td width="464" colspan="4" height="19"><font size="1">&nbsp;</font></td>
</tr>
<tr>
<th width="101" height="32"> <font size="1">Name Code</font></th>
<th width="133" height="32"> <font size="1">Number Code</font></th>
<th width="41" height="32"> <font size="1">Glyph</font></th>
<th width="165" height="32"> <font size="1">Description</font></th>
</tr>
<tr>
<td width="101" height="32"><font size="1">&amp;eacute;</font></td>
<td align="middle" width="133" height="32"><font size="1">&#233;</font></td>
<td align="middle" width="41" height="32"><font size="1">&eacute;&nbsp; </font></td>
<td width="165" height="32"><font size="1">lowercase e,<br />
                acute accent</font></td>
</tr>
<tr class="blue">
<td width="101" height="32"><font size="1">&amp;ecirc;</font></td>
<td align="middle" width="133" height="32"><font size="1">&#234;</font></td>
<td align="middle" width="41" height="32"><font size="1">&ecirc;&nbsp; </font></td>
<td width="165" height="32"><font size="1">lowercase e,<br />
                circumflex accent</font></td>
</tr>
<tr>
<td width="101" height="16"><font size="1">&amp;euml;</font></td>
<td align="middle" width="133" height="16"><font size="1">&#235;</font></td>
<td align="middle" width="41" height="16"><font size="1">&euml;&nbsp; </font></td>
<td width="165" height="16"><font size="1">lowercase e,<br />
                umlaut</font></td>
</tr>
<tr class="blue">
<td width="101" height="32"><font size="1">&amp;igrave;</font></td>
<td align="middle" width="133" height="32"><font size="1">&#236;</font></td>
<td align="middle" width="41" height="32"><font size="1">&igrave;&nbsp; </font></td>
<td width="165" height="32"><font size="1">lowercase i,<br />
                grave accent</font></td>
</tr>
<tr>
<td width="101" height="16"><font size="1">&amp;iacute;</font></td>
<td align="middle" width="133" height="16"><font size="1">&#237;</font></td>
<td align="middle" width="41" height="16"><font size="1">&iacute;&nbsp; </font></td>
<td width="165" height="16"><font size="1">lowercase i,<br />
                acute accent</font></td>
</tr>
<tr class="blue">
<td width="101" height="32"><font size="1">&amp;icirc;</font></td>
<td align="middle" width="133" height="32"><font size="1">&#238;</font></td>
<td align="middle" width="41" height="32"><font size="1">&icirc;&nbsp; </font></td>
<td width="165" height="32"><font size="1">lowercase i,<br />
                circumflex accent</font></td>
</tr>
<tr>
<td width="101" height="16"><font size="1">&amp;iuml;</font></td>
<td align="middle" width="133" height="16"><font size="1">&#239;</font></td>
<td align="middle" width="41" height="16"><font size="1">&iuml;&nbsp; </font></td>
<td width="165" height="16"><font size="1">lowercase i,<br />
                umlaut</font></td>
</tr>
<tr class="blue">
<td width="101" height="16"><font size="1">&amp;eth;</font></td>
<td align="middle" width="133" height="16"><font size="1">&#240;</font></td>
<td align="middle" width="41" height="16"><font size="1">&eth;&nbsp; </font></td>
<td width="165" height="16"><font size="1">lowercase eth,<br />
                Icelandic</font></td>
</tr>
<tr>
<td width="101" height="16"><font size="1">&amp;ntilde;</font></td>
<td align="middle" width="133" height="16"><font size="1">&#241;</font></td>
<td align="middle" width="41" height="16"><font size="1">&ntilde;&nbsp; </font></td>
<td width="165" height="16"><font size="1">lowercase n,<br />
                tilde</font></td>
</tr>
<tr class="blue">
<td width="101" height="16"><font size="1">&amp;ograve;</font></td>
<td align="middle" width="133" height="16"><font size="1">&#242;</font></td>
<td align="middle" width="41" height="16"><font size="1">&ograve;&nbsp; </font></td>
<td width="165" height="16"><font size="1">lowercase o,<br />
                grave accent</font></td>
</tr>
<tr>
<td width="101" height="16"><font size="1">&amp;oacute;</font></td>
<td align="middle" width="133" height="16"><font size="1">&#243;</font></td>
<td align="middle" width="41" height="16"><font size="1">&oacute;&nbsp; </font></td>
<td width="165" height="16"><font size="1">lowercase o,<br />
                acute accent</font></td>
</tr>
<tr class="blue">
<td width="101" height="32"><font size="1">&amp;ocirc;</font></td>
<td align="middle" width="133" height="32"><font size="1">&#244;</font></td>
<td align="middle" width="41" height="32"><font size="1">&ocirc;&nbsp; </font></td>
<td width="165" height="32"><font size="1">lowercase o,<br />
                circumflex accent</font></td>
</tr>
<tr>
<td width="101" height="16"><font size="1">&amp;otilde;</font></td>
<td align="middle" width="133" height="16"><font size="1">&#245;</font></td>
<td align="middle" width="41" height="16"><font size="1">&otilde;&nbsp; </font></td>
<td width="165" height="16"><font size="1">lowercase o,<br />
                tilde</font></td>
</tr>
<tr class="blue">
<td width="101" height="16"><font size="1">&amp;ouml;</font></td>
<td align="middle" width="133" height="16"><font size="1">&#246;</font></td>
<td align="middle" width="41" height="16"><font size="1">&ouml;&nbsp; </font></td>
<td width="165" height="16"><font size="1">lowercase o,<br />
                umlaut</font></td>
</tr>
<tr>
<td width="101" height="16"><font size="1">&amp;divide;</font></td>
<td align="middle" width="133" height="16"><font size="1">&#247;</font></td>
<td align="middle" width="41" height="16"><font size="1">&divide;&nbsp; </font></td>
<td width="165" height="16"><font size="1">division sign</font></td>
</tr>
<tr class="blue">
<td width="101" height="16"><font size="1">&amp;oslash;</font></td>
<td align="middle" width="133" height="16"><font size="1">&#248;</font></td>
<td align="middle" width="41" height="16"><font size="1">&oslash;&nbsp; </font></td>
<td width="165" height="16"><font size="1">lowercase o,<br />
                slash</font></td>
</tr>
<tr>
<td width="101" height="16"><font size="1">&amp;ugrave;</font></td>
<td align="middle" width="133" height="16"><font size="1">&#249;</font></td>
<td align="middle" width="41" height="16"><font size="1">&ugrave;&nbsp; </font></td>
<td width="165" height="16"><font size="1">lowercase u,<br />
                grave accent</font></td>
</tr>
<tr class="blue">
<td width="101" height="16"><font size="1">&amp;uacute;</font></td>
<td align="middle" width="133" height="16"><font size="1">&#250;</font></td>
<td align="middle" width="41" height="16"><font size="1">&uacute;&nbsp; </font></td>
<td width="165" height="16"><font size="1">lowercase u,<br />
                acute accent</font></td>
</tr>
<tr>
<td width="101" height="32"><font size="1">&amp;ucirc;</font></td>
<td align="middle" width="133" height="32"><font size="1">&#251;</font></td>
<td align="middle" width="41" height="32"><font size="1">&ucirc;&nbsp; </font></td>
<td width="165" height="32"><font size="1">lowercase u,<br />
                circumflex accent</font></td>
</tr>
<tr>
<td width="464" colspan="4" height="19"><font size="1">&nbsp;</font></td>
</tr>
<tr>
<th width="101" height="32"> <font size="1">Name Code</font></th>
<th width="133" height="32"> <font size="1">Number Code</font></th>
<th width="41" height="32"> <font size="1">Glyph</font></th>
<th width="165" height="32"> <font size="1">Description</font></th>
</tr>
<tr>
<td width="101" height="16"><font size="1">&amp;uuml;</font></td>
<td align="middle" width="133" height="16"><font size="1">&#252;</font></td>
<td align="middle" width="41" height="16"><font size="1">&uuml;&nbsp; </font></td>
<td width="165" height="16"><font size="1">lowercase u,<br />
                umlaut</font></td>
</tr>
<tr class="blue">
<td width="101" height="27"><font size="1">&amp;yacute;</font></td>
<td align="middle" width="133" height="27"><font size="1">&#253;</font></td>
<td align="middle" width="41" height="27"><font size="1">&yacute;&nbsp; </font></td>
<td width="165" height="27"><font size="1">lowercase y,<br />
                acute accent</font></td>
</tr>
<tr>
<td width="101" height="32"><font size="1">&amp;thorn;</font></td>
<td align="middle" width="133" height="32"><font size="1">&#254;</font></td>
<td align="middle" width="41" height="32"><font size="1">&thorn;&nbsp; </font></td>
<td width="165" height="32"><font size="1">lowercase thorn,<br />
                Icelandic</font></td>
</tr>
<tr class="blue">
<td width="101" height="16"><font size="1">&amp;yuml;</font></td>
<td align="middle" width="133" height="16"><font size="1">&#255;</font></td>
<td align="middle" width="41" height="16"><font size="1">&yuml;&nbsp; </font></td>
<td width="165" height="16"><font size="1">lowercase y,<br />
                umlaut</font></td>
</tr>
</table>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/codesplay.wordpress.com/21/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/codesplay.wordpress.com/21/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/codesplay.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/codesplay.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/codesplay.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/codesplay.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/codesplay.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/codesplay.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/codesplay.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/codesplay.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/codesplay.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/codesplay.wordpress.com/21/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=codesplay.wordpress.com&blog=786145&post=21&subd=codesplay&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://codesplay.wordpress.com/2007/02/16/special-characters/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How to Create Links</title>
		<link>http://codesplay.wordpress.com/2007/02/16/how-to-create-links/</link>
		<comments>http://codesplay.wordpress.com/2007/02/16/how-to-create-links/#comments</comments>
		<pubDate>Fri, 16 Feb 2007 06:35:56 +0000</pubDate>
		<dc:creator>CodesPlay</dc:creator>
		
		<category><![CDATA[Basic HTML]]></category>

		<guid isPermaLink="false">http://codesplay.wordpress.com/2007/02/16/how-to-create-links/</guid>
		<description><![CDATA[Create hyperlinks:
Normal link example: CodesPlay
&#60;a href="http://www.website.com&#8220;&#62;Website Name&#60;/a&#62;
Link actived in new windows exampe: MySpace Codes
&#60;a href="http://www.website.com" target=&#8221;_blank&#8221;&#62;Website Name&#60;/a&#62;
Link with title (rollover text) example: CodesPlay
&#60;a href="http://www.website.com" title=&#8221;something you want to describe the link &#8220;&#62;Website Name &#60;/a&#62;
An image as a link. (width &#38; height are optional)
&#60;a href="http://www.website.com"&#62;&#60;img src="http://www.website.com/image.jpg" width="100px" height="200px"/&#62;&#60;/a&#62;
       ]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Create hyperlinks:</p>
<p>Normal link example: <a href="http://codesplay.wordpress.com/">CodesPlay</a><br />
<code>&lt;a href="<span style="color:black;font-weight:bold;">http://www.website.com</span>&#8220;&gt;<span style="color:black;font-weight:bold;">Website Name</span>&lt;/a&gt;</code></p>
<p>Link actived in new windows exampe: <a href="http://codesplay.wordpress.com/" target="_blank">MySpace Codes</a><br />
<code>&lt;a href="http://www.website.com" <span style="color:black;font-weight:bold;">target=&#8221;_blank&#8221;</span>&gt;Website Name&lt;/a&gt;</code></p>
<p>Link with title (rollover text) example: <a href="http://codesplay.wordpress.com/" title="Provide latest fancy MySpace Codes">CodesPlay</a><br />
<code>&lt;a href="http://www.website.com" <span style="color:black;font-weight:bold;">title=&#8221;something you want to describe the link &#8220;</span>&gt;Website Name &lt;/a&gt;</code></p>
<p>An image as a link. (width &amp; height are optional)<br />
<code>&lt;a href="http://www.website.com"&gt;&lt;img src="http://www.website.com/image.jpg" width="100px" height="200px"/&gt;&lt;/a&gt;</code></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/codesplay.wordpress.com/20/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/codesplay.wordpress.com/20/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/codesplay.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/codesplay.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/codesplay.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/codesplay.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/codesplay.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/codesplay.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/codesplay.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/codesplay.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/codesplay.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/codesplay.wordpress.com/20/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=codesplay.wordpress.com&blog=786145&post=20&subd=codesplay&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://codesplay.wordpress.com/2007/02/16/how-to-create-links/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Resize Comment Images</title>
		<link>http://codesplay.wordpress.com/2007/02/16/resize-comment-images/</link>
		<comments>http://codesplay.wordpress.com/2007/02/16/resize-comment-images/#comments</comments>
		<pubDate>Fri, 16 Feb 2007 06:34:07 +0000</pubDate>
		<dc:creator>CodesPlay</dc:creator>
		
		<category><![CDATA[Link Effects]]></category>

		<category><![CDATA[Profile Codes]]></category>

		<guid isPermaLink="false">http://codesplay.wordpress.com/2007/02/16/resize-comment-images/</guid>
		<description><![CDATA[Hate those huge size comment pictures that messing up your MySpace profile?
Yes! I hate them too.
Wait wait, don&#8217;t delete them, well, we can just resize them all by using this code.
Screenshots:

before: (page is horizontally extended)

after: (image is resized, fit in the comment table)



Instructions:

Copy and paste the code into About Me section
&#60;style type=&#34;text/css&#34;&#62;
td.text td.text table table [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Hate those huge size comment pictures that messing up your MySpace profile?<br />
Yes! I hate them too.<br />
Wait wait, don&#8217;t delete them, well, we can just resize them all by using this code.</p>
<p><strong>Screenshots:</strong></p>
<ul>
<li>before: (page is horizontally extended)</li>
<p><img src="http://i140.photobucket.com/albums/r6/cwm1021/codesplay/resize-comment-image-0.gif"></p>
<li>after: (image is resized, fit in the comment table)</li>
<p><img src="http://i140.photobucket.com/albums/r6/cwm1021/codesplay/resize-comment-image-1.gif">
</ul>
<p><span id="more-19"></span></p>
<p><strong>Instructions:</strong></p>
<ol>
<li>Copy and paste the code into <strong>About Me</strong> section</li>
<p><code>&lt;style type=&quot;text/css&quot;&gt;<br />
td.text td.text table table table td a img {width:100px;}<br />
td.text td.text table table table td div img {width:80px;}<br />
td.text td.text table table td img {width:260px; max-width:260px; width:auto;}<br />
td.text td.text table table td div img {width:80px;}<br />
* html td.text td.text table table td img {width:260px;}<br />
* html td.text td.text table table td a img {width:90px;}<br />
* html td.text td.text table table td div img {width:80px;}<br />
&lt;/style&gt;</code></p>
<li>Save your editing and preview. Done. =)</li>
</ol>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/codesplay.wordpress.com/19/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/codesplay.wordpress.com/19/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/codesplay.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/codesplay.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/codesplay.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/codesplay.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/codesplay.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/codesplay.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/codesplay.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/codesplay.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/codesplay.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/codesplay.wordpress.com/19/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=codesplay.wordpress.com&blog=786145&post=19&subd=codesplay&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://codesplay.wordpress.com/2007/02/16/resize-comment-images/feed/</wfw:commentRss>
	
		<media:content url="http://i140.photobucket.com/albums/r6/cwm1021/codesplay/resize-comment-image-0.gif" medium="image" />

		<media:content url="http://i140.photobucket.com/albums/r6/cwm1021/codesplay/resize-comment-image-1.gif" medium="image" />
	</item>
		<item>
		<title>Remove Add Comment Link</title>
		<link>http://codesplay.wordpress.com/2007/02/16/remove-add-comment-link/</link>
		<comments>http://codesplay.wordpress.com/2007/02/16/remove-add-comment-link/#comments</comments>
		<pubDate>Fri, 16 Feb 2007 06:26:48 +0000</pubDate>
		<dc:creator>CodesPlay</dc:creator>
		
		<category><![CDATA[Profile Codes]]></category>

		<guid isPermaLink="false">http://codesplay.wordpress.com/2007/02/16/remove-add-comment-link/</guid>
		<description><![CDATA[Use this code to hide the &#8220;Add comment&#8221; link in MySpace profile page.
Screenshots:

before:

after:



Instructions:

Copy and paste the code into About Me section
&#60;style&#62;td.text td.text td td a, .redlink, td.text td.text td b a {visibility:visible!important;}
td.text td.text td a {visibility:hidden;}&#60;/style&#62;
Save your editing and preview. Done. =)

       ]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Use this code to hide the &#8220;Add comment&#8221; link in MySpace profile page.</p>
<p><strong>Screenshots:</strong></p>
<ul>
<li>before:</li>
<p><img src="http://s140.photobucket.com/albums/r6/cwm1021/codesplay/remove-add-comment-0.gif"></p>
<li>after:</li>
<p><img src="http://s140.photobucket.com/albums/r6/cwm1021/codesplay/remove-add-comment-1.gif">
</ul>
<p><span id="more-18"></span></p>
<p><strong>Instructions:</strong></p>
<ol>
<li>Copy and paste the code into <strong>About Me</strong> section</li>
<p><code>&lt;style&gt;td.text td.text td td a, .redlink, td.text td.text td b a {visibility:visible!important;}<br />
td.text td.text td a {visibility:hidden;}&lt;/style&gt;</code></p>
<li>Save your editing and preview. Done. =)</li>
</ol>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/codesplay.wordpress.com/18/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/codesplay.wordpress.com/18/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/codesplay.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/codesplay.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/codesplay.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/codesplay.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/codesplay.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/codesplay.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/codesplay.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/codesplay.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/codesplay.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/codesplay.wordpress.com/18/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=codesplay.wordpress.com&blog=786145&post=18&subd=codesplay&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://codesplay.wordpress.com/2007/02/16/remove-add-comment-link/feed/</wfw:commentRss>
	
		<media:content url="http://s140.photobucket.com/albums/r6/cwm1021/codesplay/remove-add-comment-0.gif" medium="image" />

		<media:content url="http://s140.photobucket.com/albums/r6/cwm1021/codesplay/remove-add-comment-1.gif" medium="image" />
	</item>
		<item>
		<title>All Links Upper Case</title>
		<link>http://codesplay.wordpress.com/2007/02/16/all-links-upper-case/</link>
		<comments>http://codesplay.wordpress.com/2007/02/16/all-links-upper-case/#comments</comments>
		<pubDate>Fri, 16 Feb 2007 06:25:13 +0000</pubDate>
		<dc:creator>CodesPlay</dc:creator>
		
		<category><![CDATA[Link Effects]]></category>

		<guid isPermaLink="false">http://codesplay.wordpress.com/2007/02/16/all-links-upper-case/</guid>
		<description><![CDATA[This code will transform all links in profile page to upper case.
Instructions:

Copy and paste the code into About Me
&#60;style type=&#34;text/css&#34;&#62;
a:link {
text-transform: uppercase;}
a:visited {
text-transform: uppercase;}
a:hover {
text-transform: uppercase;}
a:active {
text-transform: uppercase;}
&#60;/style&#62;
Save your editing and preview. Done. =)

       ]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>This code will transform all links in profile page to upper case.</p>
<p><strong>Instructions:</strong></p>
<ol>
<li>Copy and paste the code into <strong>About Me</strong></li>
<p><code>&lt;style type=&quot;text/css&quot;&gt;<br />
a:link {<br />
text-transform: uppercase;}<br />
a:visited {<br />
text-transform: uppercase;}<br />
a:hover {<br />
text-transform: uppercase;}<br />
a:active {<br />
text-transform: uppercase;}<br />
&lt;/style&gt;</code></p>
<li>Save your editing and preview. Done. =)</li>
</ol>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/codesplay.wordpress.com/17/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/codesplay.wordpress.com/17/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/codesplay.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/codesplay.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/codesplay.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/codesplay.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/codesplay.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/codesplay.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/codesplay.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/codesplay.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/codesplay.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/codesplay.wordpress.com/17/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=codesplay.wordpress.com&blog=786145&post=17&subd=codesplay&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://codesplay.wordpress.com/2007/02/16/all-links-upper-case/feed/</wfw:commentRss>
		</item>
		<item>
		<title>All Links Lower Case</title>
		<link>http://codesplay.wordpress.com/2007/02/16/all-links-lower-case/</link>
		<comments>http://codesplay.wordpress.com/2007/02/16/all-links-lower-case/#comments</comments>
		<pubDate>Fri, 16 Feb 2007 06:24:14 +0000</pubDate>
		<dc:creator>CodesPlay</dc:creator>
		
		<category><![CDATA[Link Effects]]></category>

		<guid isPermaLink="false">http://codesplay.wordpress.com/2007/02/16/all-links-lower-case/</guid>
		<description><![CDATA[This code will transform all links in profile page to lower case.
Instructions:

Copy and paste the code into About Me
&#60;style type=&#34;text/css&#34;&#62;
a:link {
text-transform: lowercase;}
a:visited {
text-transform: lowercase;}
a:hover {
text-transform: lowercase;}
a:active {
text-transform: lowercase;}
&#60;/style&#62;
Save your editing and preview. Done. =)

       ]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>This code will transform all links in profile page to lower case.</p>
<p><strong>Instructions:</strong></p>
<ol>
<li>Copy and paste the code into <strong>About Me</strong></li>
<p><code>&lt;style type=&quot;text/css&quot;&gt;<br />
a:link {<br />
text-transform: lowercase;}<br />
a:visited {<br />
text-transform: lowercase;}<br />
a:hover {<br />
text-transform: lowercase;}<br />
a:active {<br />
text-transform: lowercase;}<br />
&lt;/style&gt;</code></p>
<li>Save your editing and preview. Done. =)</li>
</ol>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/codesplay.wordpress.com/16/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/codesplay.wordpress.com/16/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/codesplay.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/codesplay.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/codesplay.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/codesplay.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/codesplay.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/codesplay.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/codesplay.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/codesplay.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/codesplay.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/codesplay.wordpress.com/16/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=codesplay.wordpress.com&blog=786145&post=16&subd=codesplay&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://codesplay.wordpress.com/2007/02/16/all-links-lower-case/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Table Switch Sides</title>
		<link>http://codesplay.wordpress.com/2007/02/16/table-switch-sides/</link>
		<comments>http://codesplay.wordpress.com/2007/02/16/table-switch-sides/#comments</comments>
		<pubDate>Fri, 16 Feb 2007 06:21:30 +0000</pubDate>
		<dc:creator>CodesPlay</dc:creator>
		
		<category><![CDATA[Profile Codes]]></category>

		<guid isPermaLink="false">http://codesplay.wordpress.com/2007/02/16/table-switch-sides/</guid>
		<description><![CDATA[Are you sick of default layout of profile page. Let&#8217;s switch left and right.
Screenshots:

before:

after:



Instructions:

Copy and paste the code into About Me section:
&#60;style type=&#34;text/css&#34;&#62;
table {direction:rtl;}
table table table {direction:ltr;}
&#60;/style&#62;
Save your editing and preview. Done. =)

       ]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Are you sick of default layout of profile page. Let&#8217;s switch left and right.</p>
<p><strong>Screenshots:</strong></p>
<ul>
<li>before:</li>
<p><img src="http://i140.photobucket.com/albums/r6/cwm1021/codesplay/table-swith-sides-0.gif"></p>
<li>after:</li>
<p><img src="http://i140.photobucket.com/albums/r6/cwm1021/codesplay/table-swith-sides-1.gif">
</ul>
<p><span id="more-15"></span></p>
<p><strong>Instructions:</strong></p>
<ol>
<li>Copy and paste the code into <strong>About Me</strong> section:</li>
<p><code>&lt;style type=&quot;text/css&quot;&gt;<br />
table {direction:rtl;}<br />
table table table {direction:ltr;}<br />
&lt;/style&gt;</code></p>
<li>Save your editing and preview. Done. =)</li>
</ol>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/codesplay.wordpress.com/15/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/codesplay.wordpress.com/15/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/codesplay.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/codesplay.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/codesplay.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/codesplay.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/codesplay.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/codesplay.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/codesplay.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/codesplay.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/codesplay.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/codesplay.wordpress.com/15/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=codesplay.wordpress.com&blog=786145&post=15&subd=codesplay&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://codesplay.wordpress.com/2007/02/16/table-switch-sides/feed/</wfw:commentRss>
	
		<media:content url="http://i140.photobucket.com/albums/r6/cwm1021/codesplay/table-swith-sides-0.gif" medium="image" />

		<media:content url="http://i140.photobucket.com/albums/r6/cwm1021/codesplay/table-swith-sides-1.gif" medium="image" />
	</item>
	</channel>
</rss>