In an attempt to add a background to the page, when I added a new body style it ended up not in style.css where I intended to add it, but as an extra outside of the style.css.
Now I can't find it to delete it. I've run Find on the entire folder, no luck, searched through what seems to be all relevant files -- nothing.
It only shows up when I click on the background of the index.php
to get any help with css issues, you would need to post a link to your site.
Here's the head of the page, but can't find the page. I found this in the page source info from the website.
I've posted the website: http://www.finalrights.org
------------
<!DOCTYPE html>
<html dir="ltr" lang="en-US">
<head>
<meta charset="UTF-8" />
<title>Final Rights | Just another WordPress site</title>
<link rel="profile" href="http://gmpg.org/xfn/11" />
<link rel="stylesheet" type="text/css" media="all" href="http://localhost/final_rights/blog/wp-content/themes/final_rights/style.css" />
<link rel="pingback" href="http://localhost/final_rights/blog/xmlrpc.php" />
<link rel="alternate" type="application/rss+xml" title="Final Rights » Feed" href="http://localhost/final_rights/blog/?feed=rss2" />
<link rel="alternate" type="application/rss+xml" title="Final Rights » Comments Feed" href="http://localhost/final_rights/blog/?feed=comments-rss2" />
<link rel='stylesheet' id='admin-bar-css' href='http://localhost/final_rights/blog/wp-includes/css/admin-bar.css?ver=20110122' type='text/css' media='all' />
<script type='text/javascript' src='http://localhost/final_rights/blog/wp-includes/js/l10n.js?ver=20101110'></script>
<link rel="EditURI" type="application/rsd+xml" title="RSD" href="http://localhost/final_rights/blog/xmlrpc.php?rsd" />
<link rel="wlwmanifest" type="application/wlwmanifest+xml" href="http://localhost/final_rights/blog/wp-includes/wlwmanifest.xml" />
<link rel='index' title='Final Rights' href='http://localhost/final_rights/blog' />
<meta name="generator" content="WordPress 3.1" />
<style type="text/css">
body { background-color: #30140E; background-image: url('http://localhost/final_rights/blog/wp-content/uploads/2011/03/brown_cream_blog2.png'); background-repeat: repeat-y; background-position: top center; background-attachment: scroll; }
</style>
<style type="text/css" media="print">#wpadminbar { display:none; }</style>
<style type="text/css">
html { margin-top: 28px !important; }
* html body { margin-top: 28px !important; }
</style>
</head>
I did find the background image (the stripes) under the Upload/2011/3 folder and deleted them, but still want to get rid of that "body" in the above:
body { background-color: #30140E; background-image: url('http://localhost/final_rights/blog/wp-content/uploads/2011/03/brown_cream_blog2.png'); background-repeat: repeat-y; background-position: top center; background-attachment: scroll; }
it could be from 'dashboard' 'appearance' 'background'
in your local install.
this would explain why the style is embedded in the header.