<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-1320606929277236623</id><updated>2011-04-21T14:26:19.694-07:00</updated><category term='music'/><category term='image'/><category term='myspace background'/><category term='html'/><category term='tutorial'/><category term='profile'/><title type='text'>Myspace Background Love</title><subtitle type='html'>The fastest way to pimp your MySpace backgound and get some friend love.  Free download.</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://myspace-background-love.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1320606929277236623/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://myspace-background-love.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Personal Opinion</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>2</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-1320606929277236623.post-6318721061337410266</id><published>2009-03-13T00:08:00.000-07:00</published><updated>2009-03-13T00:58:36.985-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='myspace background'/><category scheme='http://www.blogger.com/atom/ns#' term='image'/><category scheme='http://www.blogger.com/atom/ns#' term='profile'/><category scheme='http://www.blogger.com/atom/ns#' term='tutorial'/><category scheme='http://www.blogger.com/atom/ns#' term='music'/><category scheme='http://www.blogger.com/atom/ns#' term='html'/><title type='text'>How to spice up your MySpace profile for free.</title><content type='html'>&lt;p&gt;So you've got a MySpace profile? Cool! Now you want to change the look right? Or add some music? This free MySpace HTML tutorial teaches you some basic HTML code to get you on your way.&lt;/p&gt; &lt;p&gt;Fortunately, your MySpace profile page is already an HTML page, so you don't need to start from scratch. All you need to do is change the page or add things to it. You can do this using "HTML tags".&lt;/p&gt;  &lt;h2&gt;HTML Tags&lt;/h2&gt; &lt;p&gt;HTML stands for Hypertext Markup Language, and is the main language used to create websites. HTML uses "tags" that allow you to specify things (or "elements") to go on your web page. Some of the more common elements include headings, paragraphs, images, list items, music, and more.&lt;/p&gt; &lt;p&gt;HTML tags almost always have an opening tag and a closing tag, with some text in between. Something like this: &lt;code&gt;&lt;htmltag&gt;some text&lt;/htmltag&gt;&lt;/code&gt;. Note that there isn't actually an HTML tag called "htmltag" - this is just an example. You'll see some real HTML tags below.&lt;/p&gt; &lt;p&gt;There are some HTML tags that don't have a closing tag. They look something like &lt;code&gt;&lt;htmltag&gt;&lt;/htmltag&gt;&lt;/code&gt; or &lt;code&gt;&lt;htmltag&gt;&lt;/htmltag&gt;&lt;/code&gt;&lt;/p&gt;  &lt;h2&gt;Bold Text&lt;/h2&gt; &lt;p&gt;You can make some text &lt;b&gt;bold&lt;/b&gt; by using the &amp;lt;b&amp;gt;&lt;/code&gt; tag.&lt;/p&gt; &lt;p&gt;Example HTML code:&lt;/p&gt; &lt;div class="example-code"&gt; &lt;code&gt; &amp;lt;b&amp;gt;bold text&amp;lt;/b&amp;gt; &lt;/code&gt; &lt;/div&gt; &lt;p&gt;Result:&lt;/p&gt; &lt;div class="example-code"&gt; &lt;b&gt;Bold text&lt;/b&gt; &lt;/div&gt;  &lt;h2&gt;Italic Text&lt;/h2&gt; &lt;p&gt;You can make some text &lt;i&gt;italic&lt;/i&gt; by using the &lt;code&gt;&amp;lt;i&amp;gt;&amp;lt;/i&amp;gt;&lt;/code&gt; tag.&lt;/p&gt; &lt;p&gt;Example HTML code:&lt;/p&gt; &lt;div class="example-code"&gt; &lt;code&gt; &amp;lt;i&amp;gt;italic text&amp;lt;/i&amp;gt; &lt;/code&gt; &lt;/div&gt; &lt;p&gt;Result:&lt;/p&gt; &lt;div class="example-code"&gt; &lt;i&gt;Italic text&lt;/i&gt; &lt;/div&gt;  &lt;h2&gt;Links&lt;/h2&gt; &lt;p&gt;You can link to another web page using the &lt;code&gt;&amp;lt;a&amp;gt;&amp;lt;/a&amp;gt;&lt;/code&gt; tag. This tag requires an &lt;i&gt;attribute&lt;/i&gt; to determine which page to link to.&lt;/p&gt; &lt;p&gt;Example HTML code:&lt;/p&gt; &lt;div class="example-code"&gt; &lt;code&gt; Learn about the &amp;lt;a href="http://www.natural-environment.com/"&amp;gt;Natural Environment&amp;lt;/a&amp;gt; &lt;/code&gt; &lt;/div&gt; &lt;p&gt;Result:&lt;/p&gt; &lt;div class="example-code"&gt; Learn about the &lt;a href="http://www.natural-environment.com/"&gt;Natural Environment&lt;/a&gt; &lt;/div&gt;  &lt;h2&gt;Images&lt;/h2&gt; &lt;p&gt;You can link to an image using the &lt;code&gt;&amp;lt;img src="" /&amp;gt;&lt;/code&gt; tag. This tag also requires at least one attribute (to determine which image to link to). You can also use attributes to provide the dimensions and "alt text". Alt text is used in the event that the image can't be loaded.&lt;/p&gt; &lt;p&gt;Example HTML code:&lt;/p&gt; &lt;div class="example-code"&gt; &lt;code&gt; &amp;lt;img src="http://www.natural-environment.com/images/milford_sound/milford_sound.jpg" alt="Photo of Milford Sound, New Zealand" width="442" height="296" /&amp;gt; &lt;/code&gt; &lt;/div&gt; &lt;p&gt;Result:&lt;/p&gt; &lt;div class="example-code"&gt; &lt;img src="http://www.natural-environment.com/images/milford_sound/milford_sound.jpg" alt="Photo of Milford Sound, New Zealand" width="442" height="296" /&gt;&lt;/div&gt;  &lt;h2&gt;Music&lt;/h2&gt; &lt;p&gt;You can link to a music file using the &lt;code&gt;&amp;lt;embed&amp;gt;&lt;/code&gt; tag. This tag also requires at least one attribute (to determine which music file to link to). There are also optional attributes. In our example below, we use &lt;i&gt;loop="true"&lt;/i&gt; to say "replay the music file once it's finished". We use &lt;i&gt;autostart="false"&lt;/i&gt; to say don't start automatically when the visitor loads the page - wait until they click the "Play" button.&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt;Example HTML code:&lt;/p&gt;&lt;br /&gt;&lt;div class="example-code"&gt;&lt;br /&gt;&lt;code&gt;&lt;br /&gt;&amp;lt;embed name="lostmojo" src="http://www.quackit.com/web_design/lostmojo.wav" loop="true" autostart="false"&amp;gt;&lt;br /&gt;&amp;lt;/embed&amp;gt;&lt;br /&gt;&lt;/code&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;p&gt;Result:&lt;/p&gt;&lt;br /&gt;&lt;div class="example-code"&gt;&lt;br /&gt;&lt;embed name="lostmojo" src="http://www.quackit.com/web_design/lostmojo.wav" loop="true" autostart="false"&gt;&lt;br /&gt;&lt;/embed&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;   &lt;h2&gt;More HTML&lt;/h2&gt; &lt;p&gt;We've just covered some of the most common HTML tags you can use to dress up your MySpace profile page. As you can see, HTML is really easy to use. &lt;/p&gt; &lt;p&gt;If you'd like to learn more about HTML, check out the &lt;a href="http://www.quackit.com/html/tutorial"&gt;full blown HTML Tutorial&lt;/a&gt;. This tutorial starts from the basics (such as the things you've just learned), then continues on to some more advanced topics. Some tags you won't be able to use on MySpace, but hey, it doesn't hurt to learn them anyway!&lt;/p&gt; &lt;p&gt;You can also check out the &lt;a href="http://www.quackit.com/html/html_cheat_sheet.cfm"&gt;HTML Cheat Sheet&lt;/a&gt; for a quick way of getting some HTML code.&lt;/p&gt; &lt;p&gt;Finally, the &lt;a href="http://www.quackit.com/html/tags/"&gt;full list of HTML tags&lt;/a&gt; shows you all HTML tags at a glance.&lt;/p&gt;    &lt;h2&gt;More HTML Codes&lt;/h2&gt; &lt;p&gt;Check out our huge range of &lt;a href="http://www.quackit.com/html/codes/"&gt;free HTML codes&lt;/a&gt; that you can copy/paste into your website or MySpace page.&lt;/p&gt; &lt;p&gt;And, if you wanna learn more, check out our &lt;a href="http://www.quackit.com/html/tutorial/"&gt;free HTML tutorial&lt;/a&gt;!&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;This tutorial is copyright to www.quackit.com.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1320606929277236623-6318721061337410266?l=myspace-background-love.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://myspace-background-love.blogspot.com/feeds/6318721061337410266/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://myspace-background-love.blogspot.com/2009/03/how-to-spice-up-your-myspace-profile.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1320606929277236623/posts/default/6318721061337410266'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1320606929277236623/posts/default/6318721061337410266'/><link rel='alternate' type='text/html' href='http://myspace-background-love.blogspot.com/2009/03/how-to-spice-up-your-myspace-profile.html' title='How to spice up your MySpace profile for free.'/><author><name>Personal Opinion</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1320606929277236623.post-4376790671800560823</id><published>2009-03-12T07:33:00.000-07:00</published><updated>2009-03-12T07:36:41.881-07:00</updated><title type='text'>Pimp your MySpace Background.</title><content type='html'>The absolute fastest way to pimp your MySpace background or profile is to grab something that is pre-made for you.&lt;br /&gt;&lt;br /&gt;Just plug it in and show your friends how good it is.  Then you can adjust bits here and there, make small changes until you have it absolutley just the way you want it to look.&lt;br /&gt;&lt;br /&gt;A work of art and totally awesome.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1320606929277236623-4376790671800560823?l=myspace-background-love.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://myspace-background-love.blogspot.com/feeds/4376790671800560823/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://myspace-background-love.blogspot.com/2009/03/pimp-your-myspace-background.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1320606929277236623/posts/default/4376790671800560823'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1320606929277236623/posts/default/4376790671800560823'/><link rel='alternate' type='text/html' href='http://myspace-background-love.blogspot.com/2009/03/pimp-your-myspace-background.html' title='Pimp your MySpace Background.'/><author><name>Personal Opinion</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry></feed>
