How do I create a link to my story on a webpage?
I am using webhosting by yahoo.
And I am writing a story on the front page but I dont want to write the whole story there I want it to continue to another page. I know how to create another page…but how do I simply just create a page dedicated to this story?
Like this site has it… http://buf.scout.com/
where you can click on Full Story.
If you do it by hand:
Create the page, upload it and see if you can open it by typing in the location in the address bar of your browser
(like http://yahoo.pages.com/yoursite/fullstorypage.html)
If that works, write the introduction, and below that, include:
<a
href="http://…/…/fullstorypage.html"
>Full Story</a>
Where the /…/…/ must be replaced with yahoo.pages.com/yoursite, of course.
(Stupid Y!A still clips code… grumble)

November 11th, 2008 at 2:58 pm
Depends on what kind of web app your using. If your straight coding it, it's called hyper text, otherwise state your specific application
References :
November 11th, 2008 at 3:11 pm
Create another page, example.html. Use HTML. <a href="example.html" align="left"> Change to align="center" if you want it in the center and align="right" if you want it on the right. On that other file, you can just type your story or use Yahoo page builder or whatever you used to make the home page.
References :
November 11th, 2008 at 3:58 pm
If you do it by hand:
Create the page, upload it and see if you can open it by typing in the location in the address bar of your browser
(like http://yahoo.pages.com/yoursite/fullstorypage.html)
If that works, write the introduction, and below that, include:
<a
href="http://…/…/fullstorypage.html"
>Full Story</a>
Where the /…/…/ must be replaced with yahoo.pages.com/yoursite, of course.
(Stupid Y!A still clips code… grumble)
References :