Latioscatcher
King of Chaos
- 504
- Posts
- 21
- Years
- San Jose, Ca Near 95148 PPNSteve and near zapchu
- Seen Apr 1, 2010
ANYONE NO how to edit html and make kinda of pages its kinda hard for me
Don't SPAM.Latios619 said:youll never catch me latioscatcher hahaha
making a website
by liQuid Plasma
www.liquid-plasma.tk
start off by putting this into Notepad (C:\WINDOWS\notepad.exe)
Code:<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
Code:<br> OR
horizontal rule
Code:<hr>
image
Code:<img src="url_to_image" alt="optional text"/>
image link
Code:<a href="url_to_whatever">[img]url_to_image[/img]
image link (opens in new window)
Code:<a href="url_to_whatever" target="_blank">[img]url_to_image[/img]
link (opens in new window)
Code:<a href="link_goes_here" target="_blank">link text
paragraph
Code:<p>text