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

  • Home
  • SEARCH
  • 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 7576757
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T16:59:54+00:00 2026-05-30T16:59:54+00:00

I want to have an image as a button, on an aspx page. It

  • 0

I want to have an image as a button, on an aspx page. It seems natural to have the link to the button file in the css file, as the image may change. But should the link url also be in the css file? How would that be done code-wise? Or if the url should be in the aspx file, then how to make the button referenced in css-file to have this link?

EDIT:

<div id="somelink"><a href="....." /></div>

#somelink a
{
   background: url(/Images/button.jpg) no-repeat;
   display: block;
   width: 235px;
   height: 37px;
}
  • 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. Editorial Team
    Editorial Team
    2026-05-30T16:59:56+00:00Added an answer on May 30, 2026 at 4:59 pm

    CSS is for styling only. You can’t have the Link URL stored there as well. That belongs in the Markup.

    As for linking the button to the CSS, you would either use a class or an id:

    #myButton {
        background-image: /* some styling */
    }
    

    And in the markup:

    <a href="http://someurl" id="myButton" />
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I want to add an image, instead of the default button. I already have
I want to have image button for browse and upload I have textbox using
i have a grid-view, which contains an asp image-button for deleting row, i want
I have this structure (from markItUp plugin): It's image button with CSS a:hover element.
So I have an image button and I want to have two states on
I have a image button in a page which can be triggered on mouse
I have one aspx page and two controls one FileUpload control and Image control.
I have a image button and i want that image button when pressed it
I have one question. I want to set one image to image button. I
I have one image and one button in my application. i want to add

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.