View Full Version : Html help


Lindsay0385
11-25-2003, 06:23 PM
Hello,

I am trying to learn html and I am doing this by changing the main page of my site in to html. I made the main page by using yahoo geocities page builder. So far I haven't done much.

Here is the main page:

http://www.geocities.com/newcomb_smith

Here is where I am testing html:

http://www.geocities.com/newcomb_smith/testing.html

For the html I am using the Html editor of Geocities.

Now here is my question:

How do I create a new line? I know that when I program on a computer in Java (I am taking a class in object oriented programing) I was '/n' for a new line; however that doesn't work in html. For example I want to have this on my site:

Click Here
to
Enter
my site.

Or something like that. Will I have to write them each using separate codes? Look at my site if you want to see what I mean

Thanks!

Lindsay

PS...Also...how do I add links in the code.. such as above I want to link "Here" to another page?

Rosey
11-25-2003, 08:28 PM
<br> is to go to a new line

<a href="link.htm">link</a>


I suggest you look at lissa's main page as she explains all the basics of html :)

Lindsay0385
11-25-2003, 09:26 PM
Thanks, I did look at the main page and I finally found how to make a link, but I didn't know how to do the new line...thanks for telling me!