<?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/"
	>

<channel>
	<title>74mashups.com &#187; MySpace HTML tricks</title>
	<atom:link href="http://www.74mashups.com/category/myspace-html-tricks/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.74mashups.com</link>
	<description>The Best Codes for MySpace and Hi5</description>
	<pubDate>Wed, 09 Sep 2009 20:15:26 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to insert a photo to your Blurbs?</title>
		<link>http://www.74mashups.com/2009/04/18/insert-photo-in-blurbs/</link>
		<comments>http://www.74mashups.com/2009/04/18/insert-photo-in-blurbs/#comments</comments>
		<pubDate>Sat, 18 Apr 2009 20:00:01 +0000</pubDate>
		<dc:creator>Gili</dc:creator>
		
		<category><![CDATA[MySpace HTML tricks]]></category>

		<guid isPermaLink="false">http://www.74mashups.com/?p=54</guid>
		<description><![CDATA[

Code to put an image in your Blurbs About Me section

 Question: 
Ayra asks: Do you know whether it&#8217;s possible to put a pic in my About Me section? If so can you send me the CSS code?
 Answer: 
 You can easily put a picture in your About Me section. First you&#8217;ll need to [...]]]></description>
			<content:encoded><![CDATA[<p></p>
<p>
<h2>Code to put an image in your Blurbs About Me section</h2>
</p>
<p> <b>Question:</b> </p>
<p>Ayra asks: Do you know whether it&#8217;s possible to put a pic in my About Me section? If so can you send me the CSS code?</p>
<p> <b>Answer:</b> </p>
<p> You can easily put a picture in your About Me section. First you&#8217;ll need to upload your picture into an image hosting service (for example Tinypic.com). Make sure to note the URL of your pic as provided by Tinypic or other image hosting.</p>
<p>Your next step will be to login to MySpace and hiot Edit Profile. Then in your About Me section paste the following code:</p>
<p><code>&lt;img src="your_picture_url"&gt;</code></p>
<p>Please make sure that your replace the placeholder your_picture_url with the one provided by your image hosting.</p>
<p>Now Save and you are done <img src='http://www.74mashups.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.74mashups.com/2009/04/18/insert-photo-in-blurbs/feed/</wfw:commentRss>
		</item>
		<item>
		<title>MySpace font codes</title>
		<link>http://www.74mashups.com/2008/03/15/myspace-font-codes/</link>
		<comments>http://www.74mashups.com/2008/03/15/myspace-font-codes/#comments</comments>
		<pubDate>Sat, 15 Mar 2008 19:09:16 +0000</pubDate>
		<dc:creator>Gili</dc:creator>
		
		<category><![CDATA[MySpace HTML tricks]]></category>

		<guid isPermaLink="false">http://www.74mashups.com/2008/03/15/myspace-font-codes/</guid>
		<description><![CDATA[Question:
Here&#8217;s a quick one from Lisa: I would like to change the font type and size of my About Me and I&#8217;d Like to meet texts on MySpace.
Answer:
Here&#8217;s a quick example of some MySpace font codes:
&#60;font size=”12”&#62;&#60;font face=”calibri”&#62;Your About Me text
(or other texts) here&#60;/font&#62;
Modify the font size and pick any font you see fit. A [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Question:</strong></p>
<p>Here&#8217;s a quick one from Lisa: I would like to <strong>change the font type and size</strong> of my About Me and I&#8217;d Like to meet texts on MySpace.</p>
<p><strong>Answer:</strong></p>
<p>Here&#8217;s a quick example of some <strong>MySpace font codes</strong>:</p>
<pre><code>&lt;font size=”12”&gt;&lt;font face=”calibri”&gt;Your About Me text
(or other texts) here&lt;/font&gt;</code></pre>
<p>Modify the font size and pick any font you see fit. A complete list of fonts can be found <a rel="nofollow" href="http://www.wavian.com/font-list.html">here</a>.</p>
<p>Enjoy <img src='http://www.74mashups.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.74mashups.com/2008/03/15/myspace-font-codes/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Change font color in HTML</title>
		<link>http://www.74mashups.com/2008/03/15/change_myspace-font-color-html/</link>
		<comments>http://www.74mashups.com/2008/03/15/change_myspace-font-color-html/#comments</comments>
		<pubDate>Sat, 15 Mar 2008 18:36:03 +0000</pubDate>
		<dc:creator>Gili</dc:creator>
		
		<category><![CDATA[MySpace HTML tricks]]></category>

		<guid isPermaLink="false">http://www.74mashups.com/2008/03/15/change_myspace-font-color-html/</guid>
		<description><![CDATA[Question:
Here&#8217;s a question from David from the UK: I would like to change my font colour in the Interests and Details tables on MySpace. Can you help?
Answer:
Thanks for your question David. Here&#8217;s the standard HTML code you would need to use in order to change your font color:
&#60;font color="#000000"&#62;Your Text here &#60;/font&#62;
This code will change [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Question:</strong></p>
<p>Here&#8217;s a question from David from the UK: I would like to change my font colour in the Interests and Details tables on MySpace. Can you help?</p>
<p><strong>Answer:</strong></p>
<p>Thanks for your question David. Here&#8217;s the standard HTML code you would need to use in order to change your font color:</p>
<pre><code>&lt;font color="#000000"&gt;Your Text here &lt;/font&gt;</code></pre>
<p>This code will change your font color to black. I&#8217;ll suggest that you visit our <a rel="nofollow" href="http://codes.avirtualexit.com/hex">colors chart</a> for the entire list of available colors.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.74mashups.com/2008/03/15/change_myspace-font-color-html/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Center myspace profile details</title>
		<link>http://www.74mashups.com/2008/03/15/center-myspace-details/</link>
		<comments>http://www.74mashups.com/2008/03/15/center-myspace-details/#comments</comments>
		<pubDate>Sat, 15 Mar 2008 18:14:08 +0000</pubDate>
		<dc:creator>Gili</dc:creator>
		
		<category><![CDATA[MySpace HTML tricks]]></category>

		<guid isPermaLink="false">http://www.74mashups.com/2008/03/15/center-myspace-details/</guid>
		<description><![CDATA[Question:
Here&#8217;s a question from Brian, one of this blog&#8217;s readers, who asked me how he can easily center his MySpace profile.
Answer:
Thanks Brian. Here&#8217;s the CSS code you&#8217;ll need to paste into your About Me section of your MySpace profile, it will get the work done:
 &#60;style&#62;
/* Center myspace profile details */
table table table table table [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Question:</strong></p>
<p>Here&#8217;s a question from Brian, one of this blog&#8217;s readers, who asked me how he can easily center his MySpace profile.</p>
<p><strong>Answer:</strong></p>
<p>Thanks Brian. Here&#8217;s the CSS code you&#8217;ll need to paste into your About Me section of your MySpace profile, it will get the work done:</p>
<pre> <code>&lt;style&gt;
/* Center myspace profile details */
table table table table table {direction:rtl;}
table table table table table td {direction:ltr;}
&lt;/style&gt;</code></pre>
<p>Enjoy <img src='http://www.74mashups.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.74mashups.com/2008/03/15/center-myspace-details/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Comments and friends scroll code for Myspace</title>
		<link>http://www.74mashups.com/2008/03/15/comment-friends-scroll-code-myspace/</link>
		<comments>http://www.74mashups.com/2008/03/15/comment-friends-scroll-code-myspace/#comments</comments>
		<pubDate>Sat, 15 Mar 2008 18:03:45 +0000</pubDate>
		<dc:creator>Gili</dc:creator>
		
		<category><![CDATA[MySpace HTML tricks]]></category>

		<guid isPermaLink="false">http://www.74mashups.com/2008/03/15/comment-and-friends-scroll-code-myspace/</guid>
		<description><![CDATA[Question:
Dwayne asks the following one: I would like to put my Friends Space and Comments sections in a scroll box. Can you help?
Answer:
Thanks Dwayne for your question :-). Here&#8217;s the CSS code for placing your Comments and Friends in a scroll on your MySpace profile web page:
&#60;style&#62;
/* Comment and friends scroll code for Myspace */
.bscroll [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Question:</strong></p>
<p>Dwayne asks the following one: I would like to put my Friends Space and Comments sections in a scroll box. Can you help?</p>
<p><strong>Answer:</strong></p>
<p>Thanks Dwayne for your question :-). Here&#8217;s the CSS code for placing your Comments and Friends in a scroll on your MySpace profile web page:</p>
<pre><code>&lt;style&gt;
/* Comment and friends scroll code for Myspace */
.bscroll {width: 435px; height: 500px; overflow: scroll;}
&lt;/style&gt;
&lt;div class=bscroll&gt;
&lt;table&gt;&lt;tr&gt;&lt;td&gt;&lt;table&gt;&lt;tr&gt;&lt;td&gt;&lt;/div&gt;</code></pre>
<p>Enjoy <img src='http://www.74mashups.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.74mashups.com/2008/03/15/comment-friends-scroll-code-myspace/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Scroll boxes for myspace</title>
		<link>http://www.74mashups.com/2008/03/15/scroll-boxes-for-myspace/</link>
		<comments>http://www.74mashups.com/2008/03/15/scroll-boxes-for-myspace/#comments</comments>
		<pubDate>Sat, 15 Mar 2008 17:48:48 +0000</pubDate>
		<dc:creator>Gili</dc:creator>
		
		<category><![CDATA[MySpace HTML tricks]]></category>

		<guid isPermaLink="false">http://www.74mashups.com/2008/03/15/scroll-boxes-for-myspace/</guid>
		<description><![CDATA[Question:
Here&#8217;s one from Ken: thanks for the useful tips you have posted over in your web site. Can you provide me with the required codes i will need in order to create scroll boxes for MySpace?
Answer:
Thanks Ken. Creating MySpace scroll boxes  is not difficult at all. All you&#8217;ll need to do is grab the [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Question:</strong></p>
<p>Here&#8217;s one from Ken: thanks for the useful tips you have posted over in your web site. Can you provide me with the required codes i will need in order to create <strong>scroll boxes for MySpace</strong>?</p>
<p><strong>Answer:</strong></p>
<p>Thanks Ken. Creating <strong>MySpace scroll boxes </strong> is not difficult at all. All you&#8217;ll need to do is grab the following CSS code and paste it in the relevant section of your MySpace profile in which you would like to create scroll boxes in (About Me, I&#8217;d like to Meet, Comments, Friends, etc&#8217;):</p>
<pre><code>&lt;style&gt;
div.my-scroll {height:200px;
width:450px;overflow:scroll;
}
&lt;/style&gt;
&lt;div class="my-scroll"&gt;
&lt;p&gt;Your_Text_here
&lt;/p&gt;&lt;/div&gt;</code></pre>
<p>Voila, enjoy your new MySpace scroll boxes <img src='http://www.74mashups.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.74mashups.com/2008/03/15/scroll-boxes-for-myspace/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
