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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T05:47:17+00:00 2026-06-12T05:47:17+00:00

Ok so in my Chrome developer tools I am checking out some css rules

  • 0

Ok so in my Chrome developer tools I am checking out some css rules that are overriding my p tags styles.

The css rules below is what is overriding my inner content rules.

media="screen"
#jobcopy p {
    color: black;
    margin: 0;
    min-height: 13px;
    _height: 13px;
}

So the html would look like this.

<div id="jobcopy">
    <table class="myclass">
        <p></p>
    </table>
</div>

My css class:

media="screen"
.myclass p {
    margin:10px;
}

My main problem is that I don’t want #jobcopy p {} to be applied to any p tags in the table. I have tried to specify in my table class a generic margin, like 10px. However, when I look at the code in chrome it shows it being marked out and #jobcopy overrules it.

Is there anyway for me to tell a specific section not to use the css surrounding this content. The other issue is that I have no control over the #jobcopy css. It is being applied by another company.

Thanks!

  • 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-12T05:47:18+00:00Added an answer on June 12, 2026 at 5:47 am

    You can add !important to the CSS rule you don’t want to be overridden. So if you want to override the margin in #jobcopy p you’ll have to do something like this:

    .myclass p {
        margin:10px !important;
    }
    

    See more: http://css-tricks.com/when-using-important-is-the-right-choice/

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

Sidebar

Related Questions

Safari/Chrome Developer Tools indicate that a CSS rule is overridden by something else by
I just started using the chrome developer tools for some basic html websites and
I have a problem when using Chrome Developer tools that happens on occasions and
The console in Chrome Developer Tools used to echo out the string represenation of
Aside from Chrome Developer Tools and Firebug in Firefox, are there other tools that
I use Chrome developer tools and trying to edit css from resources but couldn't
When I open the Chrome Developer Tools JavaScript console to get a REPL, the
I get this behavior in both Chrome (Developer Tools) and Firefox (Firebug). Note the
When debugging browser-based apps using Google Chrome's Developer Tools, is there a way to
I noticed something in Chrome the other day- I had opened Developer Tools, and

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.