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
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
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:
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
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: