Welcome Guest ( Log In | Register )

412 Pages V  « < 113 114 115 116 117 > »   
Closed TopicStart new topic
> Ask Me Questions
Saffy
post Dec 28 2007, 03:50 AM
Post #2281


It's your world now.
Group: Veterans
Joined: 13-January 07


Alright, until then maybe you could learn HTML? Yay for ping-pong posting :D
Go to the top of the page
 
+Quote Post
Toaster Boy
post Dec 28 2007, 03:51 AM
Post #2282


Bigger. Better. Toaster.
Group: Veterans
Joined: 16-March 07


Yay! :D

Sure, but could I fully learn it, rather give it a test run.
Go to the top of the page
 
+Quote Post
GustafasChild
post Dec 28 2007, 03:51 AM
Post #2283


OBJECTION!
Group: Gusty
Joined: 12-March 07


lol, Saffy should warn himself :3
Go to the top of the page
 
+Quote Post
Saffy
post Dec 28 2007, 03:52 AM
Post #2284


It's your world now.
Group: Veterans
Joined: 13-January 07


Unfortunately I can't.

And yeah, all you need to do HTML is Notepad which comes with your computer.
Go to the top of the page
 
+Quote Post
Toaster Boy
post Dec 28 2007, 03:53 AM
Post #2285


Bigger. Better. Toaster.
Group: Veterans
Joined: 16-March 07


Cool, class in session? :D
Go to the top of the page
 
+Quote Post
Saffy
post Dec 28 2007, 03:56 AM
Post #2286


It's your world now.
Group: Veterans
Joined: 13-January 07


Sure :D Um, where to start. I wonder if this will even let me type in HTML o.0

<html>

<head>
<title>Page Title</title>
</head>

<body>
Stuff goes here.
</body>

</html>

So that's the basic form of a webpage. Everyone you go to will follow this for the most part. You should try copying that into Notepad and saving the file as test.htm and then opening it up in FireFox or IE.
Go to the top of the page
 
+Quote Post
Ayame
post Dec 28 2007, 03:59 AM
Post #2287


☆ ☆ ☆ ☆ ☆ ☆ ☆ ☆
Group: Veterans
Joined: 4-March 07



So, do you think my request in that crack meme will get filled? ~ Just do a wild guess.
Go to the top of the page
 
+Quote Post
Saffy
post Dec 28 2007, 04:00 AM
Post #2288


It's your world now.
Group: Veterans
Joined: 13-January 07


I don't see why not.
Go to the top of the page
 
+Quote Post
Toaster Boy
post Dec 28 2007, 04:01 AM
Post #2289


Bigger. Better. Toaster.
Group: Veterans
Joined: 16-March 07


Wow, HTML is very simple. :D What do you mean by opening it to IE?
Go to the top of the page
 
+Quote Post
Saffy
post Dec 28 2007, 04:05 AM
Post #2290


It's your world now.
Group: Veterans
Joined: 13-January 07


Basically everything is a tag. Like <title>TITLE</title>, you open a tag, put whatever in there and then you close. For the most part at least, it gets tricker later :P So, here's some more.

<b>bold</b>
<i>italics</i>
<u>underline</u>

You can also group tags like <b><i>bold and italics</i></b> just be sure that the tags always go in the reverse direction when you close them. So here's some examples...

<b><i><u>text</u></i></b>
<i><b>text</b></i>
<i><u><b>text</b></i></u>

As I'm sure you've guessed when you have the / you'll close the tag, otherwise you'll open it. You can play around with that stuff for now.

I meant, open the file in Internet Explorer so that you can actually see what it looks like. That's as simple as finding the file and then dragging it into the the IE or FireFox window.
Go to the top of the page
 
+Quote Post
Toaster Boy
post Dec 28 2007, 04:07 AM
Post #2291


Bigger. Better. Toaster.
Group: Veterans
Joined: 16-March 07


So I just save all of them as test.htm? Or is there something different.
Go to the top of the page
 
+Quote Post
Saffy
post Dec 28 2007, 04:11 AM
Post #2292


It's your world now.
Group: Veterans
Joined: 13-January 07


Save it as whatever you want as long as it has .htm at the end. Be sure when you save the file that you save it as All Files and not as a text file!

(IMG:http://img.photobucket.com/albums/v352/SafaiaRyuujin/SaveAsAll-1.jpg)
Go to the top of the page
 
+Quote Post
Toaster Boy
post Dec 28 2007, 04:13 AM
Post #2293


Bigger. Better. Toaster.
Group: Veterans
Joined: 16-March 07


No more features? Or is that a little too complicated?
Go to the top of the page
 
+Quote Post
Saffy
post Dec 28 2007, 04:14 AM
Post #2294


It's your world now.
Group: Veterans
Joined: 13-January 07


I uploaded the image in case you didn't see. But for now play around with that, and I'll continue once you can manage to see what you're actually doing.
Go to the top of the page
 
+Quote Post
GustafasChild
post Dec 28 2007, 04:14 AM
Post #2295


OBJECTION!
Group: Gusty
Joined: 12-March 07


Saffy's favourite HM music?
Go to the top of the page
 
+Quote Post
Saffy
post Dec 28 2007, 04:16 AM
Post #2296


It's your world now.
Group: Veterans
Joined: 13-January 07


64 Memories comes to mind :)
Go to the top of the page
 
+Quote Post
Toaster Boy
post Dec 28 2007, 04:19 AM
Post #2297


Bigger. Better. Toaster.
Group: Veterans
Joined: 16-March 07


QUOTE (Saffy @ Dec 28 2007, 04:14 AM) *
I uploaded the image in case you didn't see. But for now play around with that, and I'll continue once you can manage to see what you're actually doing.

I'm guessing this helps create and manage sites?
Go to the top of the page
 
+Quote Post
GustafasChild
post Dec 28 2007, 04:21 AM
Post #2298


OBJECTION!
Group: Gusty
Joined: 12-March 07


QUOTE (Saffy @ Dec 28 2007, 12:16 AM) *
64 Memories comes to mind :)

I've got that one on my mp3 player X3


...Saffy's favourite song at the moment?
Go to the top of the page
 
+Quote Post
Saffy
post Dec 28 2007, 04:23 AM
Post #2299


It's your world now.
Group: Veterans
Joined: 13-January 07


Um, in a way, sure. HTML is basically just a way of formatting text and images. Once you can do that you can make scripts to generate HTML or display content. It's the first level of website design, then you build up. So were you able to get it working so far?

Duran Duran - Notorious / I Wanna Take You Higher Medley



NO NO NOTORIOUS
Go to the top of the page
 
+Quote Post
Toaster Boy
post Dec 28 2007, 04:24 AM
Post #2300


Bigger. Better. Toaster.
Group: Veterans
Joined: 16-March 07


Yeah, its fun to make these site things, but its so blank and lifeless.
Go to the top of the page
 
+Quote Post

412 Pages V  « < 113 114 115 116 117 > » 
Closed TopicStart new topic
26 User(s) are reading this topic (26 Guests and 0 Anonymous Users)
0 Members:

 



Lo-Fi Version Time is now: 17th January 2025 - 03:18 PM