Adding Ring Button to Text Widget

  • Unknown's avatar

    I am trying to add the code for a “ring” I would like to belong to. I am adding it to a text widget in the side bar. I can get everything correct except for the <<Prev Next>> part of the code. Is there anyone out there that can help? Thanks! Shayna

  • Unknown's avatar

    What’s the code that you’re trying to add in? Please paste it here in between backticks. Backtichs are the key to the left of the ‘1’ key and above the Tab key. We need to see it to help you.

  • Unknown's avatar
    <center>
    <a
    href="http://www.ringsurf.com/netring?action=info&ring=queerknit"
    
    target="_blank">
    <img
    src="http://www.ringsurf.com/pictures/queerknit.gif"
    alt=""
    width="120" height="86" border="0">
    </a><br>
    <span style="font-family:arial,helvetica;
    font-size:10px;"><a
    href="http://www.ringsurf.com/netring?ring=queerknit;id=601;action=prev"><<
    Prev</a>
    
    <a
    href="http://www.ringsurf.com/netring?ring=queerknit;id=601;action=next">Next
    >></a>
    </span>
    </center>
  • Unknown's avatar

    The Next>> is coming up. When I put the code in, wordpress generates it as

    
    <a href="http://www.ringsurf.com/netring?action=info&amp;ring=queerknit" target="_blank">
    <img src="http://www.ringsurf.com/pictures/queerknit.gif" alt="" width="120" height="86" border="0">
    </a><br>
    <span style="font-family:arial,helvetica;font-size:10px;"><a href="http://www.ringsurf.com/netring?ring=queerknit;id=601;action=prev">
    
    <a href="http://www.ringsurf.com/netring?ring=queerknit;id=601;action=next">Next
    >></a>
    </span>

    I can see where wordpress changes the code. I just don’t know how to change the <<Prev part of the code to match how wordpress changes the Next>> part of the code. I hope this makes sense. Shayna

  • Unknown's avatar

    Yup, it does. Thanks even for putting what you get. That was a help.

    Please try this:

    Working on it
  • Unknown's avatar
    <div align="center">
    <a href="http://www.ringsurf.com/netring?action=info&ring=queerknit" target="_blank">
    <img src="http://www.ringsurf.com/pictures/queerknit.gif" alt="" width="120" height="86" border="0" /></a>
    
    <span style="font-family:arial,helvetica;font-size:10px;">
    <a href="http://www.ringsurf.com/netring?ring=queerknit;id=601;action=prev">&amp;lt;&amp;lt;Prev</a>
    <a href="http://www.ringsurf.com/netring?ring=queerknit;id=601;action=next">Next&amp;gt;&amp;gt;</a>
    </span>
    </div>
  • Unknown's avatar

    Please try that. If it doesn’t work, we can try something else. It did work on my text blog though.

    Hope this helps,
    -drmike

  • Unknown's avatar

    Hi drmike. Thanks for your help. I copied the code you gave me into the text widget. PLease look at how it looks on my blog, as there are still some issues.
    knittinbitches.wordpress.com

    Thanks! Shayna

  • Unknown's avatar

    Well, that’s strange.

    Can you add me in as an admin for your blog please and I’ll fix it.

    theapparatus ( at ) gmail ( dot ) com

    Regards,
    -drmike

  • Unknown's avatar
  • Unknown's avatar

    Fixed.

    What’s strange is what I posted is exactly what I have on my test blog. Rather strange that it didn’t work. It should of.

    Hope this helps,
    -drmike

  • Unknown's avatar

    Fabulous…this is my first time on the support forum and you have been grand!

  • Unknown's avatar

    Not a problem. :)

  • The topic ‘Adding Ring Button to Text Widget’ is closed to new replies.