Staredit Network

Staredit Network -> Computers and Technical -> HTML Web pages
Report, edit, etc...Posted by Xx.Doom.xX on 2006-05-20 at 16:31:37
I was trying to make a simple web page by following these steps in this site.
I wrote the simple HTML to make the page, then i saved it and it had the pic of the e in the address bar when i opened it. Then, i went to microsoft word and was making changes like backround,etc. I checked it out using windows explorer and it had the microsoft word sign in the address bar. sad.gif So, its like not a web page.... ermm.gif HELP! helpsmilie.gif

ADDITION:
Woops... sad.gif i was going to put this in lite discussion pinch.gif O well
Report, edit, etc...Posted by Valug on 2006-05-20 at 16:32:31
[sub]Neopets is a great place to learn HTML.

Neopets[/sub]
Report, edit, etc...Posted by Syphon on 2006-05-20 at 16:43:25
QUOTE(Valug @ May 20 2006, 03:32 PM)
[sub]Neopets is a great place to learn HTML.

Neopets[/sub]
[right][snapback]489869[/snapback][/right]



QUOTE(lil-Doom @ May 20 2006, 03:35 PM)
....
[right][snapback]489871[/snapback][/right]


It's where I learned ohmy.gif

Anyway, use notepad, not wordpad.
Report, edit, etc...Posted by Valug on 2006-05-20 at 16:48:10
[sub]Yeah man, I learned HTML by running a guild on neopets when I was like 10.[/sub]
Report, edit, etc...Posted by Eskimo Bob on 2006-05-20 at 16:51:44
I pwn at HTML, I can help, got an MSN or AIM Name? If not i can still help.
Report, edit, etc...Posted by BeeR_KeG on 2006-05-22 at 21:53:18
Have you tried saving it as an HTML file? Do you have all the proper HTML tags?

>Moved to Prgramming & Websites
Report, edit, etc...Posted by RexyRex on 2006-05-22 at 21:56:57
QUOTE(Toa1337 @ May 20 2006, 01:51 PM)
I pwn at HTML, I can help, got an MSN or AIM Name? If not i can still help.
[right][snapback]489876[/snapback][/right]
Judging by your "HTML project," I beg to differ.
Report, edit, etc...Posted by Minority on 2006-05-22 at 22:20:56
W3 Schools.com

^Has HTML tutorials.
Report, edit, etc...Posted by Centreri on 2006-05-23 at 14:45:50
There are such things as HTML projects? My faith in humanity is being lowered by the second.

Make sure it's all non-depricated HTML tags, saved as a .htm or .html document, and that you view it through the browser. And that you view it at all. Make sure you write in correct path to file (in browser). At least remember the <html> </html> and <body></body>.
Report, edit, etc...Posted by Xx.Doom.xX on 2006-05-23 at 15:54:16
Yea, i saved it as an HTML File. pinch.gif And toa, if you'd like to help me you can like post it on a reply plz happy.gif

ADDITION:
How can you learn HTML on a Neopets site?!!!!! confused.gif I dont get it... You look at the source code or sumthing?
Report, edit, etc...Posted by MindArchon on 2006-05-23 at 16:10:05
I learnt HTML at http://www.htmlgoodies.com

Great site, try it out
Report, edit, etc...Posted by Xx.Doom.xX on 2006-05-23 at 16:20:35
Yea i saw that site i look into it more though happy.gif
Report, edit, etc...Posted by Doodle77(MM) on 2006-05-23 at 16:44:47
noobs... I learned HTML by "view source".
Report, edit, etc...Posted by Centreri on 2006-05-23 at 16:54:03
I bet you learned PHP by 'view source' as well tongue.gif. (Like *insert laugh here*, lame PHP humor. Never though I'd see the day..)

I learned HTML off the tutorial on www.davesite.com or something like that.
Report, edit, etc...Posted by BeeR_KeG on 2006-05-23 at 20:12:42
QUOTE(Centreri @ May 23 2006, 04:53 PM)
I bet you learned PHP by 'view source' as well tongue.gif. (Like *insert laugh here*, lame PHP humor. Never though I'd see the day..)

I learned HTML off the tutorial on www.davesite.com or something like that.
[right][snapback]491381[/snapback][/right]


Same here. The site not only explains you what to do, but you experience it first hand by doing code yourself.
Report, edit, etc...Posted by Shmeeps on 2006-05-23 at 20:17:20
Microsoft Word? Make sure you didn't accidently save it with all the .doc crap in it, and saved it as a plaintext HTML file. MSWord will sometimes put in the file code for a .doc file if you don't.

I'd say use notepad, makes it all easier. Or find a nice editor on the internet.
Report, edit, etc...Posted by Wilhelm on 2006-05-23 at 20:28:20
Once you get your site coded it'd be pretty good to go to the site:
http://validator.w3.org/
It'll see if your HTML format is correct and notify you of deprecrated tag and such. My site has but two errors: I'm using an accented a in the title and I'm declaring the doc type, because I really don't know what I'm supposed to put.

Toa:
http://validator.w3.org/check?uri=http%3A%...e.50megs.com%2F
Report, edit, etc...Posted by Eskimo Bob on 2006-05-26 at 23:53:29
Wilhem, Some of that might be the ad's they put on, ill check out whats messed up..
Report, edit, etc...Posted by Sicarul on 2006-05-27 at 00:02:16
http://notepad-plus.sourceforge.net/uk/about.php

Notepad++ is the only good windows software i found to write raw HTML tough it also supports programming lenguages like PHP, C/C++, Perl, SQL, etc.

Tough, to write PHP/HTML i prefer Linux software such as Quanta+ or Bluefish, their highlighting(specially the one of Quanta+) are the best i know of. Also almost every text editor in linux(Like kate, gedit, etc) have highlighting too.

Highlighting and tabbing are the two most useful things when programming either HTML and/or PHP, so if you use Windows(wich i suppose you are) your best bet that i know of is to use Notepad++.
Report, edit, etc...Posted by O)FaRTy1billion on 2006-05-27 at 01:34:43
QUOTE(Wilhelm @ May 23 2006, 06:27 PM)
My site has but two errors: I'm using an accented a in the title …

HTML
<TITLE>
The D&#228;mmerung
</TITLE>


Edit: Ugh.. stupid code box things. If you do a &#…; character it will change it..
Report, edit, etc...Posted by Centreri on 2006-05-27 at 10:38:47
Notepad++ Might be good, but the ones I heard of (and tested) that are best are Macromedia Dreamweaver (Expensive, though), PSPad and ConTEXT, all of which are tabbed, have highlighting (I think customizable, as well), and a variety of other features such as color preview, and in Dreamweaver's case, regular preview.
Report, edit, etc...Posted by Eskimo Bob on 2006-05-27 at 15:09:53
Woah, Notepad++ Is pretty cool.
Next Page (1)