flahoneyboo
09-02-2005, 01:44 AM
i know you have to do yourpage.htm i already made the link to the page i just dont know how to make it wher you can click on the links and got to that page can someone explain that to me? :waves:
|
View Full Version : how to do i make a page for my site flahoneyboo 09-02-2005, 01:44 AM i know you have to do yourpage.htm i already made the link to the page i just dont know how to make it wher you can click on the links and got to that page can someone explain that to me? :waves: Cherchezlafemme 09-02-2005, 01:56 AM It's all in lissa's website. Step by step introduction on HTML and CSS. flahoneyboo 09-02-2005, 10:33 PM It's all in lissa's website. Step by step introduction on HTML and CSS. thanks ill try that yellowcard4444 09-03-2005, 04:02 PM i know you have to do yourpage.htm i already made the link to the page i just dont know how to make it wher you can click on the links and got to that page can someone explain that to me? :waves: you just have to make hyperlink pix or text hyper links on all your pages to all of your other pages. if you put them all together nicely is will look like a nice sidebar. go to my website it has a really simple one i made flahoneyboo 09-03-2005, 07:39 PM umm... im getting confused..... what is your website name? Chris 09-03-2005, 08:30 PM umm... im getting confused..... what is your website name? Check their profile. pb&j 09-03-2005, 08:55 PM perhaps just take it one step at a time. example... you have two pages. page1.html page2.html to create a link that goes from one to the other, open up the page1 webpage coding and put something like this in the BODY area... <a href="page2.html"> text here </a> save it. now when you view the first page a text link will appear. when someone clicks on the link, it will take them to page2. flahoneyboo 09-04-2005, 05:54 AM thank you ill try that |