Back | Reverse | Quick Reply | Post Reply |

This may sound stupid but...
Link | by Ravensender on 2005-10-24 19:01:56
How do you use HTML? I've seen people use with this site, so how can I learn to do so as well?

The end of the weekend is something that's inevitable... Like a test. Or the Apocalypse. NarutoFever.com Love Compatibility Test NarutoFever.com Love Compatibility Test

Re: This may sound stupid but...
Link | by psoplayer on 2005-10-24 20:27:03
This is all you need.


Re: This may sound stupid but...
Link | by the ig on 2005-10-24 22:26:40
You can use notepad(or any similar text editor which allows you to create file types.)

Write your HTML, and then save the file as a web page. (.html or .htm)

Assuming your HTML is correct, you now have a web page. If you need help hosting...ask.

Re: This may sound stupid but...
Link | by »»Ran on 2005-10-24 23:49:51 (edited 2005-10-24 23:52:33)
Please take time in reading this.HTML (Hypertext Mark-up Language) is the Formatting used in making web pages. It is platform independent, meaning you can type it using any word processing programs.HTML has 5 basic tags, namely:

html
head
title
body
p

Tags come in pairs. The closing tag has the forward slash (/) and the opening tag has not.

The html tag gives the web browser a "tip" that the page that it is opening is an HTML document.

The head tag gives information to the HTML document that applies to the whole. The "head" tag can contain the "meta" tags (this is more advanced), "style" tags, etc. which gives information about the web page.

The "title" tag, obviously, for the title. It is seen on the upper left han corner of your web page.

The "body" tag indicates the start of the main part of the web page. It contains most of the information for the web page, just like the body of a book.

The "p" tag stands for paragraph.

Just e-mail me for more information okay?

Re: This may sound stupid but...
Link | by Ravensender on 2005-10-25 20:39:56
Thanks, but I was wondering how everyone was using it to change the text color and add pictures to their posts.

The end of the weekend is something that's inevitable... Like a test. Or the Apocalypse. NarutoFever.com Love Compatibility Test NarutoFever.com Love Compatibility Test

Re: This may sound stupid but...
Link | by kawaii_ryu on 2005-10-28 19:57:56 (edited 2005-10-28 19:59:34)
Uhmm... I like this way...
crawl the best look site (form you) with website crawler and open the HTML, ASP, PHP, JS file... learn or "Copy" some code that sound good for your website, then publish it in best WebHost...

or if you are newbie... check this link...
www.w3schools.com

Do you Like anime ? I really love Anime ^^

Re: This may sound stupid but...
Link | by »»Ran on 2005-10-28 23:01:18 (edited 2005-10-28 23:02:13)
For changing text colours: (font color="your colour; red, blue, etc")(/font)

For adding images, you gotta have someone who hosts your images (photobucket, or anything where you can upload your image). Then get thw URL [ex. http://www.yahoo.com] of the image then add this code:

(img src="The URL of the image" border="How thick you want the border of the picture, if you don't want a border, then put 0")

*Just Replace the parenthesis to angle brackets <>.

Back | Reverse | Quick Reply | Post Reply |

Copyright 2000-2024 Gendou | Terms of Use | Page loaded in 0.0028 seconds at 2024-04-18 17:47:46