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 8778973
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T19:39:42+00:00 2026-06-13T19:39:42+00:00

I have an asp.net (vb) website with a clients page. On that page, there

  • 0

I have an asp.net (vb) website with a clients page. On that page, there are hyperlinked logos to some of our larger clients. Each logo is identical in size (w 207 h 119). There are 3 columns and 5 rows of images, so 15 logos in total.

Currently, the images are coded like this — but I’m thinking I need to remove the asp images and just use regular images:

<td>
<asp:HyperLink ID="HyperLink15" runat="server" ImageUrl="~/images/clgm.jpg" 
NavigateUrl="http://www.gm.com" Target="_blank"    
itemprop="url">HyperLink</asp:HyperLink>
</td>
<td>
<asp:HyperLink ID="HyperLink16" runat="server" ImageUrl="~/images/clford.jpg" 
NavigateUrl="http://www.ford.com" Target="_blank" 
itemprop="url">HyperLink</asp:HyperLink>
</td> 

And so on, for all 15 clients. Would it be better for speed and performance (by reducing http requests if I sprited these images into one image? Assuming that’s the case, should I change these asp:hyperlinks and asp:images to just regular html links and images? And then how would I sprite them? I’m not too good with css, so I’d truly appreciate any help anybody can offer in this regard.

If needed, below is what they look like — again, 3 columns and 5 rows (that’s where I get even more confused):

enter image description here

  • 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-06-13T19:39:43+00:00Added an answer on June 13, 2026 at 7:39 pm

    Yes sprites are good.
    Having your sprite image is most of the work in my opinion.

    You can now access your sprite with a bit of css.
    See here for working example.
    http://jsfiddle.net/DWy2W/

    <style>
    .sponsor{
        width:80px;
        height:50px;
        background-image: url(https://i.stack.imgur.com/m93cd.jpg);
    }
    .gm{
        background-position: 0px 0px;
    }
    .ford{
        background-position: -80px 0px;
    }
    .osi{
        background-position: -80px -50px;
    }​
    </style>
    <a href="http://www.ford.com">
        <div class="sponsor ford"></div>
    </a>
    <a href="http://www.gm.com">
        <div class="sponsor gm"></div>
    </a>
    <a href="http://www.osi.com">
        <div class="sponsor osi"></div>
    </a>​
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have clients that use our web site (asp.net) that they have to be
We have a company product (asp.net website) that gets compiled and distributed to our
I have a contact us page in my website using ASP.NET http://sosdeepcleaning.com/contactus.aspx When clients
I have a asp.net website with a logo. When I go on facebook or
I have a ASP.NET website deployed to IIS with a couple of ashx that
I have a asp.net website in my local IIS and one of a page
I'm trying to ensure that visitors of my ASP.NET MVC website always have the
I have an ASP.NET web site technology that I use for scores of clients.
I have routes that are being registered from the database into an asp.net website
I have made a website in ASP.NET 3.5 With C#.In the default page we

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.