You still didn't tell me, which version of Firebug you're using. BTW....when using the firebug it points to news-update #2 as the css but no > such css exists? > news-update is the HTML page. It contains three <style> tags, which define some CSS. You can see that inside the CSS Location Menu<http://getfirebug.com/wiki/index.php/CSS_Panel#CSS_Location_Menu>. They are listed as news-update, news-update #2 and news-update #3.
I use a plug-in to remove COMMENTS but in their theme there is one > place that the plug-in does not work. > Which plugin? Firefox plugin, Firebug plugin, PHP framework plugin? > http://www.elio.me/index.php/archives/category/news-updates > > I tried using firebug and can't figure out where this is hiding. > Which thing? > Also.... > > On the about page... > > http://www.elio.me/index.php/about > > I would like to remove the background block but ONLY on the about > page. > Then you will have to change the PHP script, that makes up that page and e. g. surround the <img>, that holds the background image with an if(), that checks, whether $_SERVER["SCRIPT_NAME"] does not include the script name of your *news-updates* page. Please note, that this is a PHP problem and you should better ask that questions in a PHP forum. Sebastian -- You received this message because you are subscribed to the Google Groups "Firebug" group. To view this discussion on the web visit https://groups.google.com/d/msg/firebug/-/D6i1ZgK9i9YJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/firebug?hl=en.
