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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 12, 20262026-05-12T17:00:17+00:00 2026-05-12T17:00:17+00:00

Strange issue that I’m not exactly sure about…also, please feel free to correct me

  • 0

Strange issue that I’m not exactly sure about…also, please feel free to correct me if I am going about the SEO incorrectly, as it is relatively new to me.

I have a few h3 tags that I am replacing with images to make them a bit prettier.
I still have text in between the tags, but I have made the font-size 0 in hopes that the search spiders would still register them.

Naturally, everything looks fine in FF (ie the images are left-aligned), but in IE the images are centered, and I’m not exactly sure how to fix them. I had hoped that the background-position would take care of that, but it remains center-aligned.

**style.css**
h3 {
  font-size: 0px;
}

h3#provide {
  background: url('provide.png') no-repeat;
  background-position: top left;
  width: 234px;
  height: 38px;
}

.object_wrapper {
  margin: 10px auto 0px auto;
  padding: 10px;
  width: 400px;
}


**index.php**
<div class="object_wrapper">
  <h3 id="provide">h3 text</h3>
  <p>
    text text text
  </p>
</div>
  • 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-12T17:00:17+00:00Added an answer on May 12, 2026 at 5:00 pm

    Combine your background and background-position attributes. I don’t know if it will fix anything but it looks cleaner.

    h3#provide {
      background: url('provide.png') no-repeat;
      background-position: top left;
      width: 234px;
      height: 38px;
    }
    

    Could (and should) be:

    h3#provide {
      background: url('provide.png') no-repeat top left;
      width: 234px;
      height: 38px;
    }
    

    And maybe it’s centering because of the auto-margin of the .object_wrapper. Seems unlikely, but maybe this plus Alexander’s solution will fix it.

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

Sidebar

Related Questions

I have a strange issue that I'm not too sure on how to fix
I ran into a strange issue with tinyMCE that i was not able to
I have a quite strange issue. Please, look at these screenshots: Code of that
I have the strange issue that certain images from my webapp are not updated
I have a strange issue that I'm baffled with but I'm sure someone in
I am having a strange issue that I am just not finding a solution
I have a strange issue that has arisen recently: Whenever I enter text, even
I am having a strange issue that I can't seem to resolve. Here is
We were faced with very strange issue that made us crazy. Sometimes newly created
Strange issue. I have SQL Server running on an EC2 box that I can

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.