View Full Version : Help
Latioscatcher
November 15th, 2004, 04:35 AM
ANYONE NO how to edit html and make kinda of pages its kinda hard for me
Koroku
November 15th, 2004, 04:55 AM
C:\Program Files\Notepad.exe
Latioscatcher
November 15th, 2004, 11:08 PM
Note pad how.... and how Can u make it out of that
Frost
November 15th, 2004, 11:19 PM
youll never catch me latioscatcher hahaha
Claire
November 15th, 2004, 11:58 PM
You can write html into notepad, and just save it as .txt if you're using php, or you can save it as .html if you want a normal page ^^
Koroku
November 16th, 2004, 12:13 AM
youll never catch me latioscatcher hahaha
Don't SPAM.
And if you can't figure how to make it in Notepad, then go back to Freewebs.
Latioscatcher
November 16th, 2004, 12:42 AM
No freewebs now freewebs are html based and wat u mean latios?
Koroku
November 16th, 2004, 01:31 AM
Geeez... seriously, if Freewebs are HTML based, then head off to Geocities. -_-;;
htmlgoodies.com
Geometric-sama
November 16th, 2004, 03:17 AM
If you look in the Tech Institute on PC, there are a couple of tutorials for this kind of thing too. Check 'em out, they were written by Pokémon webmasters just like you.
Imakuni?
November 18th, 2004, 01:34 AM
here a basic tutorial i found on a website
making a website
by liQuid Plasma
www.liquid-plasma.tk
start off by putting this into Notepad (C:\WINDOWS\notepad.exe)
<html>
<head>
<title>webpage title here
</head>
<body>
your page content goes here!
</body>
</html>
and save as index.html
now... some basic code (add as needed)
line break
<br> OR
horizontal rule
<hr>
image
<img src="url_to_image" alt="optional text"/>
image link
<a href="url_to_whatever">url_to_image
image link (opens in new window)
<a href="url_to_whatever" target="_blank">url_to_image
link (opens in new window)
<a href="link_goes_here" target="_blank">link text
paragraph
<p>text