<?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-1206979328245539198</id><updated>2012-02-15T23:25:30.052-08:00</updated><category term='How to make blogskin'/><category term='tutorials'/><category term='amazing codes'/><category term='resources'/><title type='text'>Skylette</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://skylettee.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1206979328245539198/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://skylettee.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>The-October-Angel</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/-lUgAqRmwySQ/TjFdGCN47-I/AAAAAAAAAxM/0fK3yLtM-EE/s220/happiness%252Cinspiration%252Clife%252Cballoons%252Cgirl%252Cgood-3f7e446f90953650fa115fb0c7a258fe_h_large.jpg'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>7</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-1206979328245539198.post-3121000589444107160</id><published>2010-05-16T23:53:00.002-07:00</published><updated>2010-05-17T00:24:50.647-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='How to make blogskin'/><title type='text'>Blogskinning skills - Chapter 1</title><content type='html'>Sorry that Chapter 1 is added after Chapter 2 which is more advanced. Because i forgot to add it in. Very sorry, because i realised you all can't understand what the hell i'm trying to say in Chapter 2.
&lt;P&gt;
I still need to introduce you many different types of styling codes first.
&lt;P&gt;
&lt;B&gt;Break&lt;/b&gt; (that means the word go to the next line.)&lt;BR&gt;
&lt;textarea style="width: 500px;"&gt;&lt;Br&gt;&lt;/textarea&gt;
&lt;P&gt;
&lt;B&gt;Paragraph&lt;/b&gt; (Leave a line between the current paragraph and the next paragraph.)&lt;BR&gt;
&lt;textarea style="width: 500px;"&gt;&lt;P&gt;&lt;/textarea&gt;
&lt;P&gt;
&lt;B&gt;div&lt;/b&gt; (It's a kind of box that you can ad styles to it.)&lt;BR&gt;
&lt;textarea style="width: 500px;"&gt;&lt;div&gt; *example: &lt;div class="..."&gt; &lt;div id="..."&gt; *&lt;/textarea&gt;
&lt;P&gt;
&lt;B&gt;span&lt;/b&gt; (It's a another kind of box, but for text styling only.)&lt;BR&gt;
&lt;textarea style="width: 500px;"&gt;&lt;span&gt; *example: &lt;span class="..."&gt; &lt;span id="..."&gt;* &lt;/textarea&gt;
&lt;P&gt;
&lt;B&gt;What are "class" and "id"?&lt;/b&gt;
They are in the stylesheet which you will learn in chapter 2.
&lt;P&gt;
&lt;B&gt;class:&lt;/b&gt;&lt;textarea style="width: 500px;"&gt;.heading{style}&lt;/textarea&gt;
&lt;P&gt;
&lt;B&gt;id:&lt;/b&gt;&lt;textarea style="width: 500px;"&gt;#exampleonly{style}&lt;/textarea&gt;
&lt;P&gt;
&lt;B&gt;Colour codes&lt;/b&gt;
&lt;P&gt;
Colour codes are 6-character letters or numbers, beginning with a # in front of every colour code. Eg. &lt;font color="#ff6699"&gt;#ff6699 (pink)&lt;/font&gt; http://skylettee.blogspot.com/2010/05/blogskinning-skills-chapter-2.htmlisit &lt;a href="http://html-color-codes.com/"&gt;this website&lt;/a&gt; for colours. Colours can also be presented as in rgb(red,green,blue) *red, green and blue to be represented by numbers. &lt;a href="http://color.shawnolson.net/"&gt;Click here&lt;/a&gt; to know more about RGB colour codes (and choose the colour).
&lt;P&gt;
&lt;B&gt;Borders&lt;/b&gt;
&lt;P&gt;
Borders are presented like this:&lt;BR&gt;
&lt;textarea style="width: 500px;"&gt;border: 6px(length or border) solid (type of border) #ff6699 (color);&lt;/textarea&gt;&lt;BR&gt;
Simply add this into the styling boxes eg. div, span. &lt;BR&gt;
&lt;a href="http://www.w3schools.com/css/css_border.asp"&gt;More information here...&lt;/a&gt;
&lt;P&gt;
&lt;B&gt;Padding&lt;/b&gt;
&lt;P&gt;
Padding are the &lt;B&gt;spaces between the borders&lt;/b&gt; (may be invisible like in span or div.) They are presented like this:&lt;BR&gt;
&lt;textarea style="width: 500px;"&gt;padding: 5px; (can be padding-left,right,top or bottom)&lt;/textarea&gt;
&lt;BR&gt;&lt;a href="http://www.w3schools.com/css/css_padding.asp"&gt;More information here...&lt;/a&gt;
&lt;P&gt;
&lt;B&gt;Font&lt;/b&gt; (Font styling)
&lt;P&gt;
Font, meaning text that can be in many styles. You can set the type of font (eg.georgia, arial.), its style (&lt;B&gt;bold&lt;/b&gt;, &lt;i&gt;italic&lt;/i&gt;, &lt;u&gt;underline&lt;/u&gt; or &lt;s&gt;strikeout&lt;/s&gt;), its size (eg.15pt) and its colour (eg.#ff4455).
&lt;P&gt;
&lt;textarea style="width: 500px;"&gt;font: normal 15pt arial;&lt;/textarea&gt;&lt;BR&gt;
&lt;a href="http://www.w3schools.com/css/css_font.asp"&gt;More information here...&lt;/a&gt;
&lt;P&gt;
&lt;B&gt;Text-decoration&lt;/b&gt; (text styling)
&lt;P&gt;
Text-decoration are things like &lt;B&gt;bold&lt;/b&gt;, &lt;i&gt;italic&lt;/i&gt;, &lt;U&gt;underline&lt;/u&gt; and &lt;s&gt;strikeout&lt;/s&gt;. They are what i call b,u,s,i because you just need to do this:&lt;BR&gt;
&lt;textarea style="width: 500px;"&gt;&lt;b/u/s/i(choose one)&gt;yourtexthere&lt;/b/u/s/i&gt; eg. bold. &lt;b&gt;SKYLETTE&lt;/b&gt;&lt;/textarea&gt;&lt;BR&gt;
&lt;a href="http://www.w3schools.com/css/pr_text_text-decoration.asp"&gt;More information here...&lt;/a&gt;
&lt;P&gt;
That's all for Chapter 1! Hope you can catch up with Chapter 2. Please give some feedback! :D&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1206979328245539198-3121000589444107160?l=skylettee.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://skylettee.blogspot.com/feeds/3121000589444107160/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1206979328245539198&amp;postID=3121000589444107160' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1206979328245539198/posts/default/3121000589444107160'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1206979328245539198/posts/default/3121000589444107160'/><link rel='alternate' type='text/html' href='http://skylettee.blogspot.com/2010/05/blogskinning-skills-chapter-1_16.html' title='Blogskinning skills - Chapter 1'/><author><name>The-October-Angel</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/-lUgAqRmwySQ/TjFdGCN47-I/AAAAAAAAAxM/0fK3yLtM-EE/s220/happiness%252Cinspiration%252Clife%252Cballoons%252Cgirl%252Cgood-3f7e446f90953650fa115fb0c7a258fe_h_large.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1206979328245539198.post-7984532355773835882</id><published>2010-05-16T23:34:00.000-07:00</published><updated>2010-05-16T23:35:22.814-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='How to make blogskin'/><title type='text'>Blogskinning skills - Chapter 2</title><content type='html'>Let's start some basic things first. We are going to learn these things in this chapter:
&lt;p&gt;
&lt;/p&gt;&lt;li&gt;How to start off the codes&lt;/li&gt;
&lt;li&gt;Title&lt;/li&gt;
&lt;li&gt;Basic stylesheet&lt;/li&gt;
&lt;p&gt;
&lt;/p&gt;&lt;h3&gt;How do we start off?&lt;/h3&gt;
We must always start off like this:
&lt;p&gt;&lt;textarea name="html"&gt;&lt;html&gt;&lt;head&gt;&lt;/textarea&gt;
&lt;p&gt;
Then followed by the title...
&lt;/p&gt;&lt;h3&gt;Title&lt;/h3&gt;
&lt;p&gt;
&lt;textarea name="html"&gt;&lt;title&gt;YOURTITLE&lt;/title&gt;&lt;/textarea&gt;
&lt;P&gt;
You may change the "YOURTITLE" to your own title. 

&lt;h3&gt;Stylesheet&lt;/h3&gt;

This is the most important part of designing a website. If you make any mistake, the colours of the design will look different. Without this stylesheet, everything will be the default (link colour is &lt;font color="blue"&gt;blue&lt;/font&gt;, visited link colour is &lt;font color="purple"&gt;purple&lt;/font&gt; and the clicked on link colour is &lt;font color="red"&gt;red&lt;/font&gt;.) Make sure that all your codes are in &lt;B&gt;American English (&lt;i&gt;AmE&lt;/i&gt;)&lt;/b&gt;, if not it is considered spelled wrongly and even 1 letter can ruin the whole thing.
&lt;P&gt;
Start off the style sheet right after the title.
&lt;P&gt;
&lt;textarea name="html"&gt;
&lt;style&gt;&lt;/textarea&gt;
&lt;P&gt;
Then followed by:&lt;BR&gt;
(link codes, body codes and b,u,s,i codes (&lt;B&gt;bold&lt;/b&gt;, &lt;u&gt;underline&lt;/u&gt;, &lt;s&gt;strikeout&lt;/s&gt; and &lt;i&gt;italic&lt;/i&gt; codes.) Call them "busy" codes.)
&lt;P&gt;
&lt;b&gt;Please note the words in asterisks &lt;B&gt;*&lt;/b&gt; in the blue box below are NOT SUPPOSED to be there. They are just to tell you what they are. :D&lt;/b&gt;
Like this:&lt;BR&gt;
&lt;textarea name="html" style="width: 500px; height: 300px;"&gt;
&lt;style&gt;
*LINK STYLES*

a:link *a link colour, not visited before.*{color: #999999 *one of the shades of gray*; text-decoration: none;}
a:visited *a visited link colour* {color: #ff6699 *pink*; cursor: crosshair;}
a:active *link/visited link colour when clicked on*{color: #000000 *black;}

*BODY STYLE (for the page)*

body{background: url(yoururl.jpg); *or can be background: #444444*}

*HEADINGS*

.heading1 *can be change to other names*{font: normal *font type* 15pt *font size* georgia *font name*}

*You can add as many headings you want.*
*You will be taught how to present in chapter 3.*

* "BUSY codes" *

b{color: #ff6699; font: bold 16pt arial;}
u{color: #ccffcc; font: normal 9pt arial;}
s{cursor: crosshair;}
i{font: italic 12pt georgia; color: #e7698b;}

&lt;/textarea&gt;

&lt;P&gt;
That's all this chapter! Hope you have learnt many codes today! Please give some feedback at the shoutmix box on how to improve it, thanks!

&lt;B&gt;*Chapter 2 is presented before chapter 1 because even more basic things are needed to be learnt first.&lt;/b&gt;

&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1206979328245539198-7984532355773835882?l=skylettee.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://skylettee.blogspot.com/feeds/7984532355773835882/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1206979328245539198&amp;postID=7984532355773835882' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1206979328245539198/posts/default/7984532355773835882'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1206979328245539198/posts/default/7984532355773835882'/><link rel='alternate' type='text/html' href='http://skylettee.blogspot.com/2010/05/blogskinning-skills-chapter-2.html' title='Blogskinning skills - Chapter 2'/><author><name>The-October-Angel</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/-lUgAqRmwySQ/TjFdGCN47-I/AAAAAAAAAxM/0fK3yLtM-EE/s220/happiness%252Cinspiration%252Clife%252Cballoons%252Cgirl%252Cgood-3f7e446f90953650fa115fb0c7a258fe_h_large.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1206979328245539198.post-6045563326743240610</id><published>2010-05-16T22:31:00.000-07:00</published><updated>2010-05-16T22:46:15.400-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='How to make blogskin'/><title type='text'>Blogskinning skills - Introduction</title><content type='html'>So many of you requested to learn HTML, which is how to make blogskin.
&lt;p&gt;
FIrstly, you need to know what is &lt;u&gt;HTML&lt;/u&gt;.
&lt;/p&gt;&lt;p&gt;anguage. And that really looks like a language because languages have patterns, o
HTML basically means &lt;u&gt;Hyper Text Markup Language&lt;/u&gt;. You use HTML to create websites. HTML has many different ways to create, you do not need to follow only that way, but i &lt;B&gt;recommend&lt;/b&gt; you to do it as my method. If you study HTML for a long time, you will soon notice that there's a pattern in the HTML language. 
&lt;P&gt;
This is my way of creating a blogskin. If you do not like it, you can visit this website. Please don't come and criticise me, thank you. 
&lt;P&gt;
Website link: &lt;a href="http://w3schools.com/"&gt;W3Schools&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1206979328245539198-6045563326743240610?l=skylettee.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://skylettee.blogspot.com/feeds/6045563326743240610/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1206979328245539198&amp;postID=6045563326743240610' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1206979328245539198/posts/default/6045563326743240610'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1206979328245539198/posts/default/6045563326743240610'/><link rel='alternate' type='text/html' href='http://skylettee.blogspot.com/2010/05/blogskinning-skills-introduction.html' title='Blogskinning skills - Introduction'/><author><name>The-October-Angel</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/-lUgAqRmwySQ/TjFdGCN47-I/AAAAAAAAAxM/0fK3yLtM-EE/s220/happiness%252Cinspiration%252Clife%252Cballoons%252Cgirl%252Cgood-3f7e446f90953650fa115fb0c7a258fe_h_large.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1206979328245539198.post-3174231725804448716</id><published>2009-10-27T02:20:00.000-07:00</published><updated>2009-10-27T02:41:38.322-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='amazing codes'/><title type='text'>One-line right-click &amp; select/highlight</title><content type='html'>&lt;h3&gt;One-line disable right-click code&lt;/h3&gt;
&lt;p&gt;&lt;textarea style="width: 0px; height: 0px;"&gt;.&lt;/texarea&gt;

&lt;textarea style="width: 350px; height: 300px;"&gt;&lt;body oncontextmenu="return false"&gt;&lt;/textarea&gt;
&lt;P&gt;
&lt;textarea style="width: 350px; height: 300px;"&gt;&lt;body oncontextmenu="return false"&gt;&lt;/textarea&gt;
&lt;P&gt;
&lt;B&gt;Result is: (try right-clicking inside the  black box.)&lt;/b&gt;&lt;BR&gt;
&lt;p&gt;
&lt;div oncontextmenu="return false" style="background: #000;width: 200px; height: 200px;"&gt;
&lt;font color="#000"&gt;.&lt;/font&gt;
&lt;/div&gt;
&lt;P&gt;
&lt;h3&gt;One-line disable select/highlight content&lt;/h3&gt;
&lt;p&gt;
&lt;textarea style="width: 350px; height: 300px;"&gt;&lt;body onselectstart="return false"&gt;&lt;/textarea&gt;
&lt;P&gt;
Sorry, i cannot demonstrate in here because it can't work in the black box. You'll try it in your site.
&lt;P&gt;
For more amazing codes, visit www.dynamicdrive.com .&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1206979328245539198-3174231725804448716?l=skylettee.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://skylettee.blogspot.com/feeds/3174231725804448716/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1206979328245539198&amp;postID=3174231725804448716' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1206979328245539198/posts/default/3174231725804448716'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1206979328245539198/posts/default/3174231725804448716'/><link rel='alternate' type='text/html' href='http://skylettee.blogspot.com/2009/10/one-line-right-click-selecthighlight.html' title='One-line right-click &amp; select/highlight'/><author><name>The-October-Angel</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/-lUgAqRmwySQ/TjFdGCN47-I/AAAAAAAAAxM/0fK3yLtM-EE/s220/happiness%252Cinspiration%252Clife%252Cballoons%252Cgirl%252Cgood-3f7e446f90953650fa115fb0c7a258fe_h_large.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1206979328245539198.post-3680817142889439552</id><published>2009-10-27T02:02:00.000-07:00</published><updated>2009-10-27T02:35:24.706-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='amazing codes'/><title type='text'>Mouseover effect</title><content type='html'>I'm gonna share with you some amazing codes which is not very popular among amateurs, if you are one, you have a chance to learn a lot of new codes so pay your fullest attention!
&lt;P&gt;
&lt;h3&gt;Mouseover effects code&lt;/h3&gt;
&lt;P&gt;
Let me demonstrate this using the (span) code.&lt;BR&gt;
&lt;textarea style="width: 350px; height: 300px;"&gt;&lt;span style="background: #93a3ca;" onmouseover="this.style.background='#ccc'" onmouseout="this.style.background='#93a3ca'"&gt;skylette&lt;/span&gt;&lt;/textarea&gt;
&lt;P&gt;
&lt;h3&gt;Result is (hover around the word "skylette" to see effect):&lt;/h3&gt;&lt;BR&gt;
&lt;span style="background: #93a3ca;" onmouseover="this.style.background='#ccc'" onmouseout="this.style.background='#93a3ca'"&gt;skylette&lt;/span&gt;
&lt;P&gt;
Definitions:&lt;BR&gt;
onmouseover =&gt; when your cursor/mouse hovers over the span&lt;BR&gt;
onmouseout =&gt; when your cursor/mouse hovers out of the span after it has hovered over the span.
&lt;P&gt;
You can also add other styles like &lt;B&gt;padding (space between the content inside the span and the border of the span)&lt;/b&gt;, &lt;B&gt;cursor when hovered over the span&lt;/b&gt;,&lt;B&gt;font styles (appearance of the text&lt;/b&gt; and advance codes like filters.
&lt;P&gt;
THIS.STYLE codes:&lt;BR&gt;
background =&gt; this.style.background&lt;BR&gt;
font/word colour =&gt; this.style.color&lt;BR&gt;
border =&gt; this.style.border&lt;Br&gt;
cursor =&gt; this.style.cursor&lt;BR&gt;
If you need more help, ask me or google your question at www.google.com .
For more amazing codes, visit www.dynamicdrive.com .&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1206979328245539198-3680817142889439552?l=skylettee.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://skylettee.blogspot.com/feeds/3680817142889439552/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1206979328245539198&amp;postID=3680817142889439552' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1206979328245539198/posts/default/3680817142889439552'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1206979328245539198/posts/default/3680817142889439552'/><link rel='alternate' type='text/html' href='http://skylettee.blogspot.com/2009/10/some-amazing-codes.html' title='Mouseover effect'/><author><name>The-October-Angel</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/-lUgAqRmwySQ/TjFdGCN47-I/AAAAAAAAAxM/0fK3yLtM-EE/s220/happiness%252Cinspiration%252Clife%252Cballoons%252Cgirl%252Cgood-3f7e446f90953650fa115fb0c7a258fe_h_large.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1206979328245539198.post-3174569417960418246</id><published>2009-06-14T20:15:00.001-07:00</published><updated>2009-10-27T02:35:48.586-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='tutorials'/><title type='text'>How to add rainbow effect to images</title><content type='html'>&lt;h1&gt;How to add rainhow effect to images&lt;/h1&gt;
&lt;h2&gt; 
&lt;/h2&gt;
&lt;P&gt;
Have you seen this kind of images? &lt;BR&gt;
&lt;img src="http://i41.tinypic.com/2lksd3a.png" width="506" height="331"&gt;
&lt;P&gt;
Firstly, my method of adding rainbow effect requires &lt;a href="http://photoscape.org"&gt;Photoscape&lt;/a&gt;. Actually it wasn't my method, it was jac's. She taught me. Thanks jac!
Oh now after you've installed &lt;I&gt;Photoscape&lt;/i&gt;, the tutorial starts. &lt;B&gt;THOSE WHO ALREADY HAVE PHOTOSCAPE, YOU DON'T NEED TO INSTALL OR DOWNLOAD PHOTOSCAPE ANYMORE.&lt;/B&gt;

&lt;P&gt;
Then you have to get a rainbow effect image first.
&lt;P&gt;
&lt;h2&gt;Making a rainbow effect image. &lt;/h2&gt;
&lt;P&gt;
You got to get a rainbow effect image, or you can make one. Making one yourself lets yourself have more sense of achievement.
&lt;P&gt;
So, how do we make a rainbow effect image? Look at this. 
&lt;P&gt;
&lt;B&gt;Entering Photoscape &lt;/b&gt;&lt;BR&gt;
&lt;P&gt;
1. Open up &lt;B&gt;PhotoScape&lt;/b&gt;.&lt;BR&gt;

2. Click &lt;B&gt;"Editor"&lt;/b&gt;.

&lt;P&gt;
&lt;B&gt; Step 1 &lt;/b&gt;
&lt;P&gt;
I normally use &lt;B&gt;Filtering&lt;/b&gt; to edit my images, same, like this.
&lt;P&gt;
&lt;a href="http://i40.tinypic.com/2e0lnbo.png"&gt;&lt;img src="http://i40.tinypic.com/2e0lnbo.png" width="464" height="348"&gt;&lt;/a&gt;&lt;BR&gt;
&lt;a href="http://i39.tinypic.com/15d4cn.png"&gt;&lt;img src="http://i39.tinypic.com/15d4cn.png" width="464" height="348"&gt;&lt;/a&gt;&lt;BR&gt;
&lt;P&gt;
&lt;B&gt;Step 2 &lt;/b&gt;

&lt;P&gt;
&lt;a href="http://i39.tinypic.com/6qeedj.png"&gt;&lt;img src="http://i39.tinypic.com/6qeedj.png" width="464" height="348"&gt;&lt;/a&gt;&lt;BR&gt;
&lt;a href="http://i43.tinypic.com/o7k5nd.png"&gt;&lt;img src="http://i43.tinypic.com/o7k5nd.png" width="464" height="348"&gt;&lt;/a&gt;&lt;BR&gt;
&lt;a href="http://i43.tinypic.com/5khmhe.png"&gt;&lt;img src="http://i43.tinypic.com/5khmhe.png" width="464" height="348"&gt;&lt;/a&gt;&lt;BR&gt;
&lt;a href="http://i44.tinypic.com/wsac08.png"&gt;&lt;img src="http://i44.tinypic.com/wsac08.png" width="464" eight="348"&gt;&lt;/a&gt;&lt;BR&gt;
&lt;a href="http://i42.tinypic.com/347jwio.png"&gt;&lt;img src="http://i42.tinypic.com/347jwio.png" width="464" height="348"&gt;&lt;/a&gt;&lt;BR&gt;
&lt;P&gt;
&lt;b&gt;Final Product&lt;/b&gt;
&lt;P&gt;
&lt;a href="http://i42.tinypic.com/35mej9v.png"&gt;&lt;img src="http://i42.tinypic.com/35mej9v.png" width="410" height="263"&gt;&lt;/a&gt;
&lt;P&gt;
We're done with the creation of rainbow image. Now, we gotta add in the effect to the image.
&lt;P&gt;
&lt;h1&gt; Adding the effect &lt;/h1&gt;

&lt;P&gt;
You need to open back the rainbow image first. And then resize it to the same resolutions as the imnage you want to add the effect to.
Before that, of course you need to know the resolutions of the image.
&lt;P&gt;
Resize rainbow effect to the &lt;B&gt;same resolutions of the image&lt;/b&gt;.
&lt;br&gt;&lt;a href="http://i41.tinypic.com/do9a89.png"&gt;&lt;img src="http://i41.tinypic.com/do9a89.png" width="464" height="384"&gt;&lt;/a&gt;&lt;BR&gt;
&lt;P&gt;
&lt;B&gt;DO NOT PRESERVE ASPECT!&lt;/B&gt;
&lt;p&gt;
&lt;a href="http://i40.tinypic.com/a0fq0x.png"&gt;&lt;img src="http://i40.tinypic.com/a0fq0x.png" width="464" height="384"&gt;&lt;/a&gt;&lt;BR&gt;
&lt;a href="http://i44.tinypic.com/25f3skk.png"&gt;&lt;img src="http://i44.tinypic.com/25f3skk.png" width="464" height="384"&gt;&lt;/a&gt;&lt;BR&gt;
&lt;p&gt;
Click "Object".
&lt;P&gt;
&lt;a href="http://i39.tinypic.com/ifczsk.png"&gt;&lt;img src="http://i39.tinypic.com/ifczsk.png" width="464" height="384"&gt;&lt;/a&gt;&lt;BR&gt;

&lt;a href="http://i42.tinypic.com/302z79k.png"&gt;&lt;img src="http://i42.tinypic.com/302z79k.png" width="464" height="384"&gt;&lt;/a&gt;&lt;br&gt;
&lt;a href="http://i39.tinypic.com/2n7gl68.png"&gt;&lt;img src="http://i39.tinypic.com/2n7gl68.png" width="464" height="384"&gt;&lt;/a&gt;&lt;br&gt;
&lt;a href="http://i41.tinypic.com/20ijbci.png"&gt;&lt;img src="http://i41.tinypic.com/20ijbci.png" width="464" height="384"&gt;&lt;/a&gt;&lt;BR&gt;
&lt;P&gt;
Click "OK" when you're done.
&lt;P&gt;
&lt;a href="http://i43.tinypic.com/a101lx.png"&gt;&lt;img src="http://i43.tinypic.com/a101lx.png" width="464" height="384"&gt;&lt;/a&gt;&lt;BR&gt;
&lt;P&gt;
&lt;h1&gt; The Original Image &lt;/h1&gt;
&lt;P&gt;
&lt;a href="http://i44.tinypic.com/2i8ktnp.jpg"&gt;&lt;img src="http://i44.tinypic.com/2i8ktnp.jpg" width="364" height="243"&gt;&lt;/a&gt;
&lt;P&gt;
&lt;h1&gt; The Final Product &lt;/h1&gt;

&lt;P&gt;
&lt;a href="http://i39.tinypic.com/2rzf7sw.png"&gt;&lt;img src="http://i39.tinypic.com/2rzf7sw.png" width="364" height="243"&gt;&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1206979328245539198-3174569417960418246?l=skylettee.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://skylettee.blogspot.com/feeds/3174569417960418246/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1206979328245539198&amp;postID=3174569417960418246' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1206979328245539198/posts/default/3174569417960418246'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1206979328245539198/posts/default/3174569417960418246'/><link rel='alternate' type='text/html' href='http://skylettee.blogspot.com/2009/06/how-to-add-rainbow-effect-to-images.html' title='How to add rainbow effect to images'/><author><name>The-October-Angel</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/-lUgAqRmwySQ/TjFdGCN47-I/AAAAAAAAAxM/0fK3yLtM-EE/s220/happiness%252Cinspiration%252Clife%252Cballoons%252Cgirl%252Cgood-3f7e446f90953650fa115fb0c7a258fe_h_large.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://i41.tinypic.com/2lksd3a_th.png' height='72' width='72'/><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1206979328245539198.post-1173513786329059349</id><published>2009-05-31T09:44:00.000-07:00</published><updated>2010-09-10T05:57:26.814-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='resources'/><title type='text'>Uncoded Layouts</title><content type='html'>Here are some backgrounds as layouts. Please credit back.
&lt;p&gt;
&lt;span style="font-size:230%;color:#000;font-family:georgia;"&gt; Set 1 &lt;/span&gt;
&lt;/p&gt;&lt;p&gt;
&lt;b&gt; Background &lt;/b&gt;
&lt;/p&gt;&lt;p&gt;
&lt;a href="http://i406.photobucket.com/albums/pp146/xiiaostrawberry97/blendbg.png"&gt;&lt;img style="width: 435px; height: 125px;" src="http://i406.photobucket.com/albums/pp146/xiiaostrawberry97/blendbg.png" /&gt;&lt;/a&gt;

&lt;textarea&gt; &lt;style&gt; body{background-color: #ffffcc; background:url(http://i406.photobucket.com/albums/pp146/xiiaostrawberry97/blendbg.png); background-repeat: repeat-y;}&lt;/style&gt;&lt;/textarea&gt;
&lt;/p&gt;&lt;p&gt;
&lt;b&gt; Top images &lt;/b&gt;
&lt;/p&gt;&lt;p&gt;
&lt;a href="http://i52.tinypic.com/hx4riq.png"&gt;&lt;img style="width: 435px; height: 125px;" src="http://i52.tinypic.com/hx4riq.png" /&gt;&lt;/a&gt;

&lt;textarea&gt;&lt;img src="http://i52.tinypic.com/hx4riq.png" /&gt;&lt;/textarea&gt;
&lt;/p&gt;&lt;p&gt;
&lt;a href="http://i41.tinypic.com/jiymgn.png"&gt;&lt;img style="width: 435px; height: 125px;" src="http://i41.tinypic.com/jiymgn.png" /&gt;&lt;/a&gt;

&lt;textarea&gt;&lt;img src="http://i41.tinypic.com/jiymgn.png" /&gt;&lt;/textarea&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1206979328245539198-1173513786329059349?l=skylettee.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://skylettee.blogspot.com/feeds/1173513786329059349/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1206979328245539198&amp;postID=1173513786329059349' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1206979328245539198/posts/default/1173513786329059349'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1206979328245539198/posts/default/1173513786329059349'/><link rel='alternate' type='text/html' href='http://skylettee.blogspot.com/2009/05/backgrounds-for-layouts.html' title='Uncoded Layouts'/><author><name>The-October-Angel</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/-lUgAqRmwySQ/TjFdGCN47-I/AAAAAAAAAxM/0fK3yLtM-EE/s220/happiness%252Cinspiration%252Clife%252Cballoons%252Cgirl%252Cgood-3f7e446f90953650fa115fb0c7a258fe_h_large.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://i52.tinypic.com/hx4riq_th.png' height='72' width='72'/><thr:total>0</thr:total></entry></feed>
