Posted March 1, 200520 yr Hi i just made a basic webpage using note pad, but how does one then get that into http:// format, the book won't tell me :(
March 1, 200520 yr dude i cant help it if im stupid and i really need to know, anyway thanx to those who DID help.....htm gotcha i saved it as html but i cant work out how to type in a URL and find it :poke: so stupid ok saved it as htm and it works but now it is C:\My Documents\uberhwack.htm how do i change the C:\ My Documents?
March 1, 200520 yr Open my computer, open on C: Click on options -> folder options, now find where it says "Show hidden files and folders" and select it. Click OK. Now rename or delete ALL of the files that just appeared (boot.ini, ntldr, etc...) (partly invicible). Go back to options, and choose "Hide hidden files and folders". You done.
March 1, 200520 yr Open my computer, open on C: Click on options -> folder options, now find where it says "Show hidden files and folders" and select it. Click OK. Now rename or delete ALL of the files that just appeared (boot.ini, ntldr, etc...) (partly invicible). Go back to options, and choose "Hide hidden files and folders". You done. Yah, that should work just fine.
March 1, 200520 yr dude no shit i am a fucking noob havent you got over that? obviously not..... and i never did this work, i did french and drama instead of fucking IT
March 1, 200520 yr dude i cant help it if im stupid and i really need to know, anyway thanx to those who DID help.....htm gotcha i saved it as html but i cant work out how to type in a URL and find it :poke: so stupid ok saved it as htm and it works but now it is C:\My Documents\uberhwack.htm how do i change the C:\ My Documents? Oz, you are a moron. :rolleyes: You want to change something from your computer, to instant internet... C:\My Documents\uberhwack.htm to http://www.OzFactor.com/uberhwack.htm Do you have any idea what you are doing? :poke: Dood, people like you need to stick to making webpages on Geocities. http://www.geocities.com
March 1, 200520 yr fuck off chozo if i wanted negatice input like that i would of asked.....DOOD lets stick to being positive, ok? even if there is no positive
March 1, 200520 yr fuck off chozo if i wanted negatice input like that i would of asked.....DOOD lets stick to being positive, ok? even if there is no positive Fuck off Oz, I told you exactly what you needed to do, whether you choose to do it or not is up to you. Don't be a faggot. :jerkit2:
March 1, 200520 yr ok go away.....now i might do it if what im trying fails.....now exhale your negativity.....and go suck cock bitch :bj:
March 1, 200520 yr you need to make sure that you used html code first, tags and all, then save as an .htm ex: Imreallyabignoob.htm Then find a site that will host your shitty web-crap-page
March 1, 200520 yr lol, this aint no help forum... +b to the fags helping plz Wow, you know, you're really observent, too bad you missed the point that the help forums are either about Game help, or Programming help. Beyond that I don't care how long you've been registered here, I don't see [myg0t] next to your name, so the only thing "plus bee" can mean from you is your +'ing your B'itching. :banb:
March 1, 200520 yr how can u not know html??? its like the easy thing to do if u wanna create a simple page on the net...
March 1, 200520 yr Wow, you know, you're really observent, too bad you missed the point that the help forums are either about Game help, or Programming help. Beyond that I don't care how long you've been registered here, I don't see [myg0t] next to your name, so the only thing "plus bee" can mean from you is your +'ing your B'itching. :banb: U=dumbass
March 2, 200520 yr U=dumbass This is coming from someone that can't even formulate an entire sentence in his put-down. GG retard. :bash:
March 2, 200520 yr Hello Oz, To make a HTML webpage you must first make sure your coding is correct! <html> <head> <Title>Hello, This is my first web page!</title> </head> <body> <p> <b>Hello!</b><br> My Name is Oz, I hope you enjoy my first web page!,<br> Please, visit again soon! </p> </body> </html> That is an example web page. You would type that code into, for this example, notepad, then save it as yourfile.html What does that <b> thing do? That bolds the text. What does that <p> thing do? That starts a paragraph. What does that <br> thing to? That breaks the line down once. Some things to point out: If you notice, I have two of the "same" tags. (two titles, two bodys, etc.) This is becuase we need to close the tag. If you notice that in the second tag you see a / in the front of the word. This is telling the browser that the tag is finished. There is only a few tags in here, and they are basic ones. Technically, this does not even meet HTML 4.01 standards as I do not have required tags such as DocType, etc. good HTML resources would inclue: http://www.w3.org/ http://www.w3schools.com/ http://www.tutorialforums.com/ http://www.yaxay.com/ Quick Tips: You cannot save your web page to your computer and except it to be accessble instantly. You must first set up a server on your computer, or purchase web-space. Then from there, you would, depending on your route, purchase a domain, or get an ipmask such as noip.com I personally reccomend you learn XHTML 1.1 and CSS 2.0 to future prepare your site(s). HTML 4.01 is outdated, somewhat restricting, and enificient. Some Domain Name Places: *Pay* http://www.namecheap.com http://www.register.com http://www.godaddy.com *Free* http://www.tk http://www.cjb.net These sites should help you on your way, as well as provide more resources for the future! Good luck on your future web programming ventures! Have fun!