1. This website uses cookies. By continuing to use this website you are giving consent to cookies being used.
    For information on cookies and how you can disable them visit our Cookie Usage page.
    Dismiss Notice

General How to make a "read more" code

Discussion in 'General' started by J P, Jun 16, 2011.

  1. J P

    J P New Member

    Hi guys...

    I need a very basic helping to make a read more code on an article in html ..
    -What is the code and where do exactly I placing that code?
    -Do I should make a new page for the rest of article/full article?(linking a read more to the new page) Or just cut it in the middle with that code?
    -Thanks
     
  2. Geoff Tyrer

    Geoff Tyrer Member

    If I understand you correctly you simply want to link one web page to another. You could do this as follows:
    <a href="page2.htm">Read more</a>
    You would embed this in the first page at the point where you want "Read more" to appear.
    Hope this gets you started. If you need more help just ask.
     
  3. J P

    J P New Member

    Hi Geoff, thanks for the answer... Yes that's exactly I want.. Link one webpage to another... so then I should make another page (like example page 2 or 3) which is link from the first page? Its the same like make a link for "home", "contact us", "about us" or others from index page?
     
  4. Geoff Tyrer

    Geoff Tyrer Member

    When you say "Home, "Contact Us, "About Us" etc it is starting to sound more like a navigation bar than a simple link. These generally have more styling - with "hover" or "roll-over" effects and maybe graphical images. If this is what you want let me know.
     
  5. francis1

    francis1 New Member

    The only solution is you have to create a new page and link it to that just as <a href="page2.html">read more </a>. This will help you to see the full detail.