How do I create a link to my story on a webpage?

Posted by: admin  :  Category: Dedicated Webhosting

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)

3 Responses to “How do I create a link to my story on a webpage?”

  1. screenmutt Says:

    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 :

  2. bradj479 Says:

    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 :

  3. Mehdi Says:

    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 :

Leave a Reply