<?xml version="1.0" encoding="ISO-8859-1"?>
<rss version="2.0">
<channel>
<title>Templates and other cool stuff! - Homeschool Blogger</title>
<description>This account is for Templates 
and other cool HTML stuff!
Need a Template or any other stuff?. 
I&#039;ll be happy to do it! just
Comment or Pm me.
I&#039;ll also be Happy to
help you learn how to do something
you want done!</description>
<link>http://www.homeschoolblogger.com/fire/</link>
<language>en-us</language>
<generator>Homeschool Blogger</generator>
<pubDate>Mon, 26 Oct 2009 19:11:00 -0500</pubDate>
<lastBuildDate>Mon, 26 Oct 2009 19:11:00 -0500</lastBuildDate>
<item>
<title>Adding Links to your page</title>
<description>This is a pretty simple one. to add links to your page you will use this code


    
        
            &amp;nbsp;&amp;lt; a href=&quot;Link URL Here&quot;&amp;gt;Link Name Here&amp;lt; /a&amp;gt;
        
    


Put the URL (The site address) to the site you want the link to go to where it says &quot;Link URL Here&quot; leave the quotation marks in the code. then name it by butting the name you want where it says&amp;nbsp; &quot;Link Name Here&quot; no quotations needed.

Note: I added Spaces between the &quot; &amp;lt; &quot; and the &quot; a &quot; and also between the &quot; &amp;lt; &quot; and the &quot; / &quot; so that is doesn't turn into html on this page. You will need to remove the spaces when putting the code into your page.
 
And this is how it comes out:&amp;nbsp; Link To Google</description>
<link>http://www.homeschoolblogger.com/fire/739467/</link>
<pubDate>Mon, 26 Oct 2009 19:11:00 -0500</pubDate>
<guid>http://www.homeschoolblogger.com/fire/739467/</guid>
</item>

<item>
<title>Button with Pop-up.</title>
<description>To make a button with a pop-up like the one below you will need this HTML code:


    
        
            &amp;lt; &amp;nbsp;&amp;nbsp; input type=&quot;button&quot; value=&quot;Click me!&quot; onclick=&quot;alert('and this will pop up!')&quot; /&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;gt;
        
    




Note: I have put a space between the &quot; &amp;lt; &quot; and the &quot; input &quot; also between the &quot; / &quot; and the &quot; &amp;gt; &quot; so that the code will show up on this page without turning into html.


To change what it says just edit what I have in there to whatever you want 
 
</description>
<link>http://www.homeschoolblogger.com/fire/739456/</link>
<pubDate>Mon, 26 Oct 2009 18:39:00 -0500</pubDate>
<guid>http://www.homeschoolblogger.com/fire/739456/</guid>
</item>

<item>
<title>How To Add Images.</title>
<description>To Add Images To Your Template You Will Need This Code


    
        
            &amp;lt; img src=&quot;IMAGE URL&quot; alt=&quot;NAME&quot; / &amp;gt;
            
        
    


There is a Space Between The &quot;&amp;lt;&quot; And the &quot;img&quot; And Also The &quot;/&quot; and The &quot;&amp;gt;&quot; Do NOT Put These Spaces in the Code.

To Get Your Image In First Copy The Image url; The easiest way to do this is, Left Click On The Image, And Then Click On &quot;Properties&quot;
And Thin There Will Be A Window That Opens. Were It Says 
Address
(URL) Copy The URL ( The Words Next To It) And Put It In The Code Ware It Says &quot;IMAGE URL&quot; If You Want You Can Write A Name Were It Says &quot;NAME&quot; But You Don't Need To.

To Add It To Your Sidebar, In Template Editor Scroll down to Ware it Says &quot;Links&quot; Or Something Like That. Under all The Links Just Put Your Code In And Your Done!

Later,
Zac
</description>
<link>http://www.homeschoolblogger.com/fire/559798/</link>
<pubDate>Fri, 11 Jul 2008 12:17:00 -0500</pubDate>
<guid>http://www.homeschoolblogger.com/fire/559798/</guid>
</item>

<item>
<title> linke to go back to the top of your page from the bottom</title>
<description>This is the Code to Make a link to the top of the Page when your at the Bottom.

I have to put a space between the &quot;&amp;lt;&quot; and The&quot;a&quot; and also the &quot;&amp;lt;&quot; and the &quot;/&quot; when you put the code in do NOT put the spaces.


    
        
            &amp;lt; a href=&quot;#top&quot;&amp;gt;Go Back To Top Of Page&amp;lt; /a&amp;gt;
            
        
    
</description>
<link>http://www.homeschoolblogger.com/fire/557452/</link>
<pubDate>Mon,  7 Jul 2008 00:20:00 -0500</pubDate>
<guid>http://www.homeschoolblogger.com/fire/557452/</guid>
</item>

<item>
<title>Fixed Background Image</title>
<description>This One Is My Fav. What it dose is instead of seeing your background picture go up as you scroll down it will make it stay put making your blog look nicer!


    
        
            background-attachment: fixed;
        
    


Alls you'll need to do is in your Template Editor look for the part that says &quot;body&quot; it will look something like this,

body {
background-#;
background-image:url(image URL);
background-attachment: fixed;
background-repeat: repeat;
margin-left: 0px;
margin-top: 0px;
background-color: #000000;
margin-right: 0px;
margin-bottom: 0px;
}

put it in under background-image:url( ); and your Done!</description>
<link>http://www.homeschoolblogger.com/fire/557448/</link>
<pubDate>Sun,  6 Jul 2008 23:34:00 -0500</pubDate>
<guid>http://www.homeschoolblogger.com/fire/557448/</guid>
</item>

<item>
<title>List Of Cool HTML Codes.</title>
<description>
The Below Is A List Of HTML Codes.

- Marquee (Scrolling Text)

- fixed background image

- Link back to top of page from the bottom.

- How To Add Images To Your Template.

- Button With Pop-up

- Adding Links to your page

I Will Be Adding More Soon!
</description>
<link>http://www.homeschoolblogger.com/fire/557441/</link>
<pubDate>Tue, 29 Dec 2020 23:29:00 -0600</pubDate>
<guid>http://www.homeschoolblogger.com/fire/557441/</guid>
</item>

<item>
<title>marquee</title>
<description>Whats a marquee you ask? well I'll tell you! its the name of the tag (or code or whatever you want to call it) you'll need to make your text Scroll. Its Cool!

The Basic code will look something like this,

    
        
            &amp;lt; marquee&amp;gt;Scrolling text&amp;lt; /marqee&amp;gt;
        
    


&amp;lt;marquee&amp;gt;Scrolling text&amp;lt;/marquee&amp;gt;
Note that I put a space between the &quot;&amp;lt;&quot; and the &quot;m&quot; also the &quot;&amp;lt;&quot; and the &quot;/ &quot; I have to do this or it will tern in to scrolling text and you would not be able to see it. do NOT put a space there when you are putting this in.
The &quot;Scrolling text&quot; in the middle is what will scroll across the Screen.

now theirs other stuff you can do with this code.
to make the text come in and bounce back and go the other way.
You'll do this,


    
        
            &amp;lt; marquee behavior=&quot;alternate&quot;&amp;gt;scrolling text&amp;lt; /marquee&amp;gt;
            
        
    

  Remember NOT to put the spaces. 
but there SHOULD be a space between the word marquee and the word behavior.
 
to make it come in and stop you'll do the same thing but put &quot;slide&quot;
instead of &quot;alternate&quot;. 
Note that slide dose not work on FireFox you can put it in and it will work on Internet Explorer so people with IE can see it like that. but people using FireFox will just see it normally.

You can also put an image in and it will scroll too!

marquees only work on Internet Explorer, FireFox, and opera Browsers.
all others will just see weird looking text.
But most people use Internet Explorer and Firefox.

Well thats all for now! hope you enjoy it.
Later,
Zac
 
Copyright &amp;copy; whitefire 2008
</description>
<link>http://www.homeschoolblogger.com/fire/554783/</link>
<pubDate>Mon, 30 Jun 2008 21:35:00 -0500</pubDate>
<guid>http://www.homeschoolblogger.com/fire/554783/</guid>
</item>

</channel>
</rss>