|
Just like in the DVD, this thing’s got extras
This just happens to be the deleted scenes |
|
Introduction Text Links Images Backgrounds Tables Colors Utilities and other tips |
|
A few added comments and things... So at last you’ve come to the final page of my tutorial...it seemed interminable didn’t it? Well, you’ve got one last blurb to read and it is well worth your while. HTML file creation I recommend that when you’re making a web page, you use a word processor to check your spelling and grammar as you type. Just ignore the gripes it makes about the various tags you put in. DO NOT SAVE AS AN HTML FILE!! This will TOTALLY mess up your coding since the program will slip in it’s own stuff which may or may not conflict with yours. Open a text file (windows users just open up Notepad), copy the ENTIRE document from word or whatever processor you’re using (ctrl-a = select all, ctrl-c = copy) then paste it into your notepad window (ctrl-v = paste). Then, save it. I will ask you for a file name, put in whatever you like, but change the extension. It will have two choices, one will be as a .txt file, the other will be ‘All files’ make sure it’s on the latter of those two, then add ‘.html’ to the end of your filename and hit enter. This will save it as a file that uses your default browser to open and view. To EDIT it, right click on the file and select ‘open with’ then choose notepad. Slicker’an snot. Off site profile hosting
As you probably know from reading the various comments in the message board, you have a limited space for your profile in the on-site character info page. This is why I opted to host my profiles on an off site location. There are countless free site hosts you can choose from. I happen to like 50megs.com because of the ease of sign up and use, not to mention the fact that I can put in whatever url I want and only have to deal with them adding ‘50megs.com’ to the end of it. The only problem with free web sites is they do not allow hotlinking of pictures. But that’s okay, just load your HTML file there and your picture and it will come up JUST fine. I’ve included a few sites below where you can find free webhosting.
Things you need to look out for are tricks saying they’ll give you ‘this’ much space...IF you get a paid site...while the FREE one is only about 20 megs or so, and for the average user, 20 megs is more than enough. Not enough for me though, I want as much as I can get, which is why Alexus Media caught my attention, the only drawback I don’t like is that they won’t handle CGI-scripting (which was not mentioned in this tutorial) which is something I’ll probably be getting into myself when I have the skill to warrant studying it. Check their listings carefully before you dive in, make sure it’s what you’re looking for in a site. Online help Incase this tutorial did NOT answer your question or it just confused you even further, there are numerous HTML tutorials out there, I used EchoEcho.com as a reference to make mine. They also have tutorials on Java scripting with HTML as well as Flash and a few other nice things you might find interesting. More advanced HTML tidbits If you’re really wanting to learn more about HTML and the many many things you can do with it, give me a buzz and we’ll talk shop, but try to have an idea in mind of what you’d like to be able to do. This could include stylesheets, cgi-scripting, java embedding, java applets and their uses, flash media, and just about anything else your huggable little brain could come up with. Don’t be afraid to ask!! Quick and easy method to proportions
Here’s how you do it, I’ll explain it then show an example. First, decide if you want to make the height or the width the round number (round numbers are easier to work with). Let’s say you pick height. So now you have two heights and one width while you have one to figure out. Multiply the first height by the second width and the first width by the second height. In this case, the second width has no value yet so just call it x, giving you a number times x. Divide that number into the multiple of the first width and the second height and you’re done. Yeah yeah, explaining is confusing so just look below. The text in white is al you really have to worry about. Use the legend on the left to help you as needed. I even included the algebraic simplification in case you get confused. If you don’t know algebra, just skip down to the bottom portion. One is for if you pick a round height, the other is for a round width. (Round in this case is like, 100 or 200, a simple, easy to multiply number.)
Horizontal Rules...aka, Lines These are nice if you want to divide your page into sections. To put one in, you just use the <hr> tag. It has it’s own attributes but after what you’ve seen so far, I think you can figure out how to use them so I’ll forgo the examples here and just list them.
** n% is percentage of the window’s size. I believe the only way to change the color of a line is with the <font> tag, simply use the color attribute and close the tag after the line. Little tricks of the trade There are various things you can do to make coding in HTML go more smoothly.
| |||||||||||||||||||||||||||