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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T23:46:56+00:00 2026-06-12T23:46:56+00:00

By using a web inspector I’ve found a <div id=logo> which when you click

  • 0

By using a web inspector I’ve found a

<div id="logo">

which when you click refreshes the page. It is the containing div for the link logo and image logo.

I don’t want this behavior.

How can I find out where it is being set to do this?

It is for the main logo here on the front page here:

http://www.papermepress.com

If you notice the whole top is click-able. I only want the logo to be clickable.

  • 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-12T23:46:58+00:00Added an answer on June 12, 2026 at 11:46 pm

    It isn’t the <div> causing your page to refresh, it is the <a> contained inside it. The logo is linked to the home page, a universally common practice.

    <div id="logo" class="grid_24">
      <a href="http://papermepress.com" title="Paper Me"><img src="http://papermepress.com/wp-content/uploads/2012/10/PMP_logocopy1.png"></a>               
    </div>
    

    Though its dimensions are much smaller than the parent <div id='logo'>, the <img> has display: block; so the containing <a> will fill the entire parent <div id='logo'>. If you remove that display: block; the containing <a> won’t expand to fill the whole parent <div id='logo'> and only the image area itself will be clickable.

    /* in style.css */
    #logo img {margin:0 auto; text-align:center; display:block; margin:0 auto;}
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am new to using web services. I am assigned a task in which
I am using web client for getting page source. First time i am getting
I am using web client class to HTML data from a web page. Now
Using chromes web inspector to view code is very useful. But how do you
I was using Firefox's web developer feature to inspect elements. I am curious to
I am learning and using Web API and need to implement following Authentication mechanism
i am using web service asmx, whenever a new request comes, all objects will
I am using Web SQL for my app that I intend to run on
I m new to using Web services using JavaScript. All I want is to
I like to get inspiration from using web applications that make good use of

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.