Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 178659
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T14:16:11+00:00 2026-05-11T14:16:11+00:00

Here is the situation. I’ve got a standard link like so: <h2><a href=#>Link Title</a></h2>

  • 0

Here is the situation. I’ve got a standard link like so:

<h2><a href='#'>Link Title</a></h2> 

Now, I want to insert a background to make it look like a button, so I add a span with JQuery like so:

$(document).ready(function() {       $('.post a').wrapInner('<span></span>'); }); 

(The html for the link can be found here, http://flickrental.co.uk/ – By the way, this is not the site, just the code for the link)

Now I can transform the link into a nicer ‘button’ and I’m quite happy… But I had another thought, what If I could add a small arrow image inside the link (To the right of the text) (This site is an affiliate site and the button should increase the CTR as well as the arrow image)

But I can’t seem to find the right syntax to do this.

Any ideas?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. 2026-05-11T14:16:11+00:00Added an answer on May 11, 2026 at 2:16 pm

    You should probably add the arrow with css. Given a 10 pixel wide arrow:

    .post a {     padding-right: 10px;     background: url(arrow.png) no-repeat right 50%; } 

    But if you already are using the background image for something else, you can add the image with jquery:

    $('<img src='arrow.png'/>').prependTo('.post a'); 

    I presume from your question that you don’t have access to change the HTML directly. Otherwise, that would probably be the best solution.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a situation here there are two models User,Posts Now I want to
Here is situation: I want to create HTML document with embeded image something like
I have a situation here, I want to replicate an app which will look
I have an situation here that looks very like a SELECT N+1 from the
I got a little confusing situation here when I use the Context from django.template.
Here's the situation: I would like to iterate through a table with input controls,
Sorry I can't think of a good title for this but here' my situation:
Got a little situation here where I am trying to cancel a file's upload.
I have a unique problem/situation here. Trying to make it as simple as possible.
SQL Server 2008: I've got a situation here in which I wish to read

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.