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

Posted by admin | Dedicated Webhosting | Tuesday 11 November 2008 9:52 am

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 Comments »

  1. Comment by screenmutt — November 11, 2008 @ 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 :

  2. Comment by bradj479 — November 11, 2008 @ 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 :

  3. Comment by Mehdi — November 11, 2008 @ 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&quot;
    >Full Story</a>

    Where the /…/…/ must be replaced with yahoo.pages.com/yoursite, of course.

    (Stupid Y!A still clips code… grumble)
    References :

RSS feed for comments on this post. TrackBack URI

Leave a comment

You must be logged in to post a comment.