| Thank you for checking out Sonic Blast! We try to go above and beyond what is expected in a Sonic forum or any forum in general. We hope you enjoy your visit. Sonic Blast sets itself apart with a genius ranking system that is modeled after a monarchy styled government based around the Sonic Universe, brilliant skins themed from Sonic based characters and classic Sonic Zones from Sonic the Hedgehog 3 on Sega Genesis, entertaining topics, contests, and a highly detailed, well written, indexed rule system for your convenience with many more thrilling features and over two years of being online! Despite the monarchy styled ranks for our staff, Sonic Blast is a democratic forum and listens to member's suggestions, giving members a bigger say in what takes place. We are lenient and do not rule over people with an iron fist. Registration is simple, fast, and completely free. Join our community! If you're already a member please log in to your account to access all of our features: |
| Web Designing By DjMilez/ProwerBot | |
|---|---|
| Topic Started: May 2 2008, 09:30 PM (383 Views) | |
| V8~Ghost | May 2 2008, 09:30 PM Post #1 |
![]()
DOCKER NEWS: Cake
|
![]() So... you've seen them. You've visited lots of websites. And some look pretty good. Some of you I bet, want to make your own, right? Well, in this tutorial, I'll guide you through it. Soon, you can code a website with the tutorial given here. I know HTML like the back of my hand. That's because I've had lots of practice. Well, let's get on, shall we? (This tutorial is written for windows users, but mac/other can use it if they can figure it out) ----------------------- Chapter 1: The basics First up, open notepad. And type in something like this.
Let's define some stuff.... <html> defines that you are using HTML. <head> defines the heading <title></title> defines the text appearing in the title bar. <body> defines what goes in the html document. </body> tells us that it is closing the body tag. </html> closes the html tag. I need to say this too... MOST tags need to end. If you have a <b> tag, you must put </b> where you want to stop bolding text. Sometimes you can do this.
Which ends the tag in itself. HTML is made up of elements, properties and values. A tag like this
In this, ELEMENT says what the tag is, PROPERTY defines what the element is doing, and VALUE defines what PROPERTY is doing. Anyway, on to the next crap.... ------- Chapter 2: Colors, images, links, and aligning Colors?? Yeah, you can use COLORS too! If you want to say what color the background is, in the body tag you'd put
and for the font color
and the links
Anyway, where to choose colors for the hex number? Go here http://www.december.com/html/spec/color0.html Now then, you want to place an image you say? Easy enough.
Put the url of the image... in the obvious place. That will display the image. To display a border, add this to the tag
And to links Also, this is easy.
Replace 'lol' with the link, and click here! with the text. Now, what if you want to center something, or put it to the right? Use this for centering
and to align right
& That's all I say for this chapter. ------- Chapter 3: Formatting text TEXT refers to all the words, letters and numbers you want to show on the web page. Text is placed in the BODY area of the page code.
But, you might wanna change it up a bit, once the text is there. These tags will tell the page for the text to look different <b> - Bolds text <i> - Italicizes Text <u> - Underlines text Remember that you MUST put </b>, </i>, or </u> (whichever you used) where you want the formatting to STOP. Your code may then look like this.
There are also header tags, which can make the text either smaller or larger. There are 6 sizes to the header tag. 1 being the largest, 6 being the smallest. These are the different sizes that can be created
----------------------- Chapter 4: Tables Well, know you know how to do some crap I told you above, well, you want to make it moar pretty, right? Well, we could use a table for that Some variables.... width='3485348px' selects how many pixels wide it is. You can also use percentages, height='101px' same as above but with height. border='431' will make a border class='urmuma' tells the page what class it is defined by a stylesheet align='left' tells it the text should be aligned left. You can use that or right valign='top' tells it the text should be aligned at top. You can use that or bottom. bgcolor='#smecksay' tells it what background color it should be On to the table?
You can use that to display data or a pages content. </td><td> will start a new column. </tr><tr> will start a new row. That's all I say for tables. |
|
I AM THE BOT. THE GOOGLEBOT. AND THE PROWERBOT <3 | |
![]() |
|
| V8~Ghost | May 2 2008, 09:31 PM Post #2 |
![]()
DOCKER NEWS: Cake
|
(Reserving post because this tutorial will be a long one) |
|
I AM THE BOT. THE GOOGLEBOT. AND THE PROWERBOT <3 | |
![]() |
|
| V8~Ghost | May 2 2008, 09:31 PM Post #3 |
![]()
DOCKER NEWS: Cake
|
(Yeah, sorry for being Maelic-ish XD) |
|
I AM THE BOT. THE GOOGLEBOT. AND THE PROWERBOT <3 | |
![]() |
|
| V8~Ghost | May 3 2008, 07:53 AM Post #4 |
![]()
DOCKER NEWS: Cake
|
I added chapter 3. |
|
I AM THE BOT. THE GOOGLEBOT. AND THE PROWERBOT <3 | |
![]() |
|
| V8~Ghost | May 4 2008, 05:33 PM Post #5 |
![]()
DOCKER NEWS: Cake
|
Chapter 4 is up =D |
|
I AM THE BOT. THE GOOGLEBOT. AND THE PROWERBOT <3 | |
![]() |
|
| Eprahim | May 6 2008, 11:26 AM Post #6 |
![]()
GENTLEMEN.
|
Cool tutorial so far!
|
![]() Spoiler: click to toggle
| |
![]() |
|
| Kurtis | May 13 2008, 04:19 PM Post #7 |
![]()
Toon Link, Hes Awesome.
|
Yeah nice. I like it. =D |
...C.L.O.N.E...T.D... ....S.P.R.I.T.E.S.... Pokemon evolution card. ^^ | |
![]() |
|
| Kurtis | May 14 2008, 04:36 PM Post #8 |
![]()
Toon Link, Hes Awesome.
|
Sorry for the DP. But could you help me with the skin? I cant quite get it.. (Cant get it at all.) |
...C.L.O.N.E...T.D... ....S.P.R.I.T.E.S.... Pokemon evolution card. ^^ | |
![]() |
|
| V8~Ghost | May 15 2008, 05:48 AM Post #9 |
![]()
DOCKER NEWS: Cake
|
What code are you using? |
|
I AM THE BOT. THE GOOGLEBOT. AND THE PROWERBOT <3 | |
![]() |
|
Gale
|
May 15 2008, 09:24 AM Post #10 |
|
GFX Samurai
![]()
|
I learnt the basics of HTML when I was 6. ![]() Nice guide, though.
|
![]() ![]() ![]() | |
![]() |
|
| Kurtis | May 16 2008, 03:04 PM Post #11 |
![]()
Toon Link, Hes Awesome.
|
Well its something like this... <body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" alink="#000000" vlink="#000000"> <% BOARD HEADER %> <% NAVIGATION %> <% BOARD %> Im not sure if you have it up there or not. Im not very good at this. >< |
...C.L.O.N.E...T.D... ....S.P.R.I.T.E.S.... Pokemon evolution card. ^^ | |
![]() |
|
| V8~Ghost | May 16 2008, 05:08 PM Post #12 |
![]()
DOCKER NEWS: Cake
|
Well.... that's for... invision power boards.... Also, it'd be
|
|
I AM THE BOT. THE GOOGLEBOT. AND THE PROWERBOT <3 | |
![]() |
|
| 1 user reading this topic (1 Guest and 0 Anonymous) | |
| « Previous Topic · =SB= Tutorials · Next Topic » |
| Track Topic · E-mail Topic |
4:08 PM Jan 7
|
Hosted for free by ZetaBoards




























4:08 PM Jan 7