Welcome to iFiles
"iFiles" is a feature that allows you to upload many different kinds of text and HTML files into the iClubs you belong to. If you want to upload a favorite short story, a poem or article you wrote, for example, simply create a new iFile, paste the text under the field of "content" and - poof! - your text is available to all members of your iClub - neatly organized into a folder (named by you).
Remember that you can also use your favorite text editor (Word, ClarisWorks, etc.). Just be sure to save the text with the option "save as" html and then, when you create the iFile, use "browse" to upload it into the iClub.
If you are familiar with HTML, you can go right ahead and compose your iFile as text with the appropriate HTML "tags" or you can use the "browse" feature and find the file you want to upload straight from your computer.
iFiles Easy HTML Guide
For those of you to whom the letters HTML have no meaning: a brief guide for beginners.
If you just enter plain text into the "content" box, the text will come out with a blue font over a yellow background (like the one you're reading now). If you're adventurous and want to start using some HTML tags, go for it!
The first thing should be a title, right?
This tag is an easy one: <h1>.
BUT, rule #1: remember that with HTML you always have to close the command with a slash (/) like this: </h1>
The number after the letter is the size you want the text, with 1 being the biggest; 6 the smallest, like this:
<h1> Title 1 </h1>
A tip: you can use this tag when you want other sizes of text; not just titles. All the text you are reading here, for example, is written with <h6>.
Inside the head tags you can also include an instruction regarding how you'd like the text to be aligned (left/middle/right). Yes, we know, it's amazing! The command is align="left", align="center", or align="right". Here we go:
<h3 align="center"> Title 3 </h3>
Remember that it will be displayed like this:
Title 3
By reading this you're already showing us that you're a bold person. Maybe now you want your words to match your personality. The command to make your text font bold is <b> </b>. The text <b>you include within the opening and closing tags will be in bold writing</b>.
Then, for the romantics we have the <i> Italics </i>.
If you want to have different lines and paragraphs, you must use one of these two tags:
To force<br>
line brakes<br>
you have this one <br>
which, amazingly, you don't need to close. <br>
<p>
Or if you just want a whole new paragraph use the <p> tag, as we just did. This is another one that you don't need to close.
In HTML you can also create a list:
To open a list use this <ul>:
<li> This is an unnumbered one.
<li> To add to the list you have to put an <li> sign in front of each item.
<li> And then the "<li>" tag will become a bullet, like this:
- Oh, and you don't need a closing </li> tag.
- Remember that you can always go to edit and check how this is done.
- Don't forget to close the list with the
</ul> sign.
We've been learning a lot already. What about using a line to separate everything we've said so far? The tag is <hr>
Phase II: colors, links and images
Well, we've given you the very basics of HTML here. You can play around with your iFile to see how it works. If you like what you've seen and would like to learn some more, check out this guide.
Remember that you can always edit iFiles you've created in any iClub. In addition, you can edit the iFiles in iClubs that you are a co-host of or that you have founded. So,