A website built on .asp was passed down to me, and I was tasked with reorganizing forms in tables to the sidebar. Most pages were successfully updated, except for one stubborn page that seems to be ignoring my CSS changes and using values from an unknown source.
Despite my efforts to debug in Firefox/Chrome and add rules directly to the page, I can't seem to fix the issue. Is there a tool available to pinpoint the origin of these conflicting styles? While I am proficient in CSS, this particular problem has me stumped. I'd prefer not to use JavaScript as a workaround, as I view this as an underlying problem.
Is there a method to track down the source of a specific CSS rule?