<?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:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Anidan Design &#187; HTML</title>
	<atom:link href="http://anidandesign.com/tag/html/feed/" rel="self" type="application/rss+xml" />
	<link>http://anidandesign.com</link>
	<description>Web design, Wordpress, and Graphic Art, tips, tricks, and tidbits</description>
	<lastBuildDate>Wed, 21 Jul 2010 21:40:33 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Easy code snippets for posting bulletins on Myspace</title>
		<link>http://anidandesign.com/social-networking/html-code-snippets-for-myspace/</link>
		<comments>http://anidandesign.com/social-networking/html-code-snippets-for-myspace/#comments</comments>
		<pubDate>Sat, 05 Apr 2008 00:30:21 +0000</pubDate>
		<dc:creator>dani</dc:creator>
				<category><![CDATA[Popular]]></category>
		<category><![CDATA[Social Networking]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Myspace]]></category>

		<guid isPermaLink="false">http://anidandesign.com/2008/html-code-snippets-for-myspace</guid>
		<description><![CDATA[Here are a few easy html code snippets to add to any bulletin you post in myspace. (Works for blogs and profile designs too!)]]></description>
			<content:encoded><![CDATA[<p>Here are a few easy html code snippets to add to any bulletin you post in myspace. (Works for blogs and profile designs too!)</p>
<h2> Add Images</h2>
<ul>
<li>If you want to add an image insert the following code remembering to change the url to your image&#8217;s url. The border can be any number with zero being no border and 9 being a thick border. <a href="http://photobucket.com" target="_blank">Photobucket</a> is a great place to host photos for your <a href="http://myspace.com" target="_blank">Myspace</a>, <a href="http://facebook.com" target="_blank">Facebook</a>, <a href="http://ebay.com" target="_blank">ebay</a> and more!</li>
</ul>
<pre>&lt;img src="http://www.yourimageurlhere.com" border="0" /&gt;</pre>
<h2>Add Links</h2>
<ul>
<li>Add a link with the following code:</li>
</ul>
<pre>&lt;a href="http://www.urlyourlinkingto.com"&gt;text you're linking&lt;/a&gt;</pre>
<ul>
<li>Add a link that opens in a separate tab or window with this code:</li>
</ul>
<pre>&lt;a href="http://www.urlyourlinkingto.com" target="_blank"&gt;
text you're linking&lt;/a&gt;</pre>
<h2>Color, size, &#038; style your fonts</h2>
<ul>
<li>There are hundreds of colors you can use to color your text. You can either use a name such as red or blue (<a href="http://plantphys.info/demo/Colors.html" target="_blank">here is a safe list of color names</a>) or you can use a hex code which looks like this &#8211;&gt; #333333 (<a href="http://www.colourlovers.com/blog/2007/06/30/ultimate-html-color-hex-code-list/" target="_blank">Colourlovers</a> has an awesome list of hex codes with examples.)</li>
</ul>
<pre>&lt;font color=red(or #FF0000)&gt;text you want red&lt;/font&gt;</pre>
<ul>
<li>If you want to make your text larger or smaller you can do it with the following code (for the size you can use numbers 1-7, with 1 being smaller and 7 being very large)</li>
</ul>
<pre>&lt;font size=2&gt;text you want a normal size&lt;/font&gt;</pre>
<ul>
<li>Make your text <b>bold</b> with this code:</li>
</ul>
<pre>&lt;b&gt;your bold text here&lt;/b&gt; or &lt;strong&gt;your bold text here&lt;/strong&gt;</pre>
<ul>
<li>Use this code to make your text <em>italic</em>:</li>
</ul>
<pre>&lt;em&gt;your italic text here&lt;/em&gt;</pre>
<h2>Random Snippets</h2>
<ul>
<li>To create a space between sentences, pictures, videos, etc.:</li>
</ul>
<pre>&lt;br /&gt;</pre>
<ul>
<li>If you want to center something (and this works for anything text, pictures, videos, anything)</li>
</ul>
<pre>&lt;center&gt;what you want centered&lt;/center&gt;</pre>
<ul>
<li>Create a paragraph:</li>
</ul>
<pre>&lt;p&gt;your paragraph&lt;/p&gt;</pre>
<ul>
<li>You can align your paragraph too:</li>
</ul>
<pre>&lt;p align="right, left, or center"&gt;your paragraph&lt;/p&gt;</pre>

	<h6 class="related">Related posts:</h6>
	<ul class="st-related-posts">
	<li><a href="http://anidandesign.com/social-networking/design-a-myspace-profile/" title="So, you want a Myspace profile? (August 27, 2008)">So, you want a Myspace profile?</a></li>
	<li><a href="http://anidandesign.com/social-networking/protect-yourself-on-myspace/" title="Protect yourself on Myspace (August 17, 2008)">Protect yourself on Myspace</a></li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://anidandesign.com/social-networking/html-code-snippets-for-myspace/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
	</channel>
</rss>
