'' Next '' button on a single topic // help //

Discussion in 'HTML & Website Design' started by Saidbenssi, Jul 29, 2018.

  1. #1
    Hi programmers

    I just wanna add this button on a single topic in my blogger
    can please someone help me or give me an idea about it
    I really appreciated it

    My regards

    [​IMG]
     
    Saidbenssi, Jul 29, 2018 IP
  2. c.cartier

    c.cartier Peon

    Messages:
    6
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    1
    #2
    Set a JavaScript onClick event.
     
    c.cartier, Aug 22, 2018 IP
  3. kk5st

    kk5st Prominent Member

    Messages:
    3,497
    Likes Received:
    376
    Best Answers:
    29
    Trophy Points:
    335
    #3
    This can be simply hard coded without resorting to javascript or making a database query, both of which slow the response. E.g.
    
    <a href="http://thispage.pt2.html>Next →</a>
    Code (markup):
    There was a time when browsers could do this automagically based on meta data.

    gary
     
    kk5st, Aug 22, 2018 IP
    Saidbenssi likes this.
  4. mmerlinn

    mmerlinn Prominent Member

    Messages:
    3,197
    Likes Received:
    819
    Best Answers:
    7
    Trophy Points:
    320
    #4
    Hmmm. Does that mean that someone fixed that which was NOT BROKEN and now it IS BROKEN?

    **********

    As a side note, I went to your demo page and got this error:

     
    mmerlinn, Aug 22, 2018 IP
  5. kk5st

    kk5st Prominent Member

    Messages:
    3,497
    Likes Received:
    376
    Best Answers:
    29
    Trophy Points:
    335
    #5
    I guess that's one way to describe the situation. It's been quite a while, but back in the day, I used the facility quite often.

    gary

    re 500 error: I'll check my host. Tnx ~g
     
    kk5st, Aug 23, 2018 IP
  6. Pavel Yudkevich

    Pavel Yudkevich Peon

    Messages:
    4
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    1
    #6
    You can use this html code, just edit your link instead of yourlink.com and change the Displayed Text to what you want it to display.
    <a href="yourlink.com" style="background-color: pink;border: none;color: white;padding: 15px 32px;text-align: center;text-decoration: none;display: inline-block;font-size: 16px">Displayed Text</a>
    HTML:
     
    Pavel Yudkevich, Aug 29, 2018 IP