scenthive
Forum Replies Created
-
Forum: Plugins
In reply to: Stats Plug-in recommendations?I know, kind of frustrating. Maybe the bugs will get worked out in the 1st one you mentioned.
Forum: Plugins
In reply to: Stats Plug-in recommendations?Thanks for that link. I installed the plugin and it’s working!
But it doesn’t have the info I want in terms of the links people are hitting on my site. I really miss that feature.
Thanks for the help though!
Forum: Plugins
In reply to: Stats Plug-in recommendations?Thank you for that rec, but I tried it and it didn’t work for me. It reverted back to when I had WP.com and didn’t show any of my new posts. It was weird and kind of freaked me out! Luckily I was able to get back to my “new” blog with all posts visible.
Forum: Fixing WordPress
In reply to: Difficulty uploading pictures into my new postsNevermind, just figured it out. You can’t upload a picture if it’s got a % in the title.
Forum: Fixing WordPress
In reply to: How do you embed keywords in CSS?Thanks so much geraldyeo!
So where do I put the following example (with my own info of course) within the header.php text? just at the top?
<head>
<meta name=”description” content=”Free Web tutorials” />
<meta name=”keywords” content=”HTML,CSS,XML,JavaScript” />
<meta name=”author” content=”Hege Refsnes” />
<meta http-equiv=”Content-Type” content=”text/html;charset=ISO-8859-1″ />
</head>Also, how do you feel about the plug in for meta-tags like “Add Meta Tags”?
Forum: Fixing WordPress
In reply to: How do you embed keywords in CSS?Thanks Hax! I will look into that and thanks for the advice/help.
But one question that shows I am really a newbie….where exactly do I embed the metatags?
~Trish
Forum: Fixing WordPress
In reply to: How do you embed keywords in CSS?Can anyone help with this? Thanks so much.
Forum: Fixing WordPress
In reply to: Gravatar not working, images not centeringWoo Hoo! It worked. Thanks alchymyth and RVoodoo!!
Now I just have to figure out why my gravatar doesn’t work on my site when I post a reply to a comment. You can see it’s working fine here.
Forum: Fixing WordPress
In reply to: Gravatar not working, images not centeringThanks for clarifying RVoodoo!
I did this:
img.aligncenter, div.aligncenter
{
text-align:center;
display:block;
margin:0 auto;
}and saved the changes, but the images on all my posts are still shifted left.
Any other thoughts?
Forum: Fixing WordPress
In reply to: Gravatar not working, images not centeringThanks for the reply alchymyth.
I could not find the exact code you mentioned. I found this:
img.left, img.alignleft, div.alignleft
{
float:left;
margin:1em 1em 1em 0;
}
img.right, img.alignright, div.alignright
{
float:right;
margin:0 0 1em 1em;
}
img.aligncenter, div.aligncenter
{
text-align:center;
margin:0 auto;Does that look like what I should change and what to?
Thanks.
Forum: Fixing WordPress
In reply to: Gravatar not working, images not centeringPS: My gravatar just worked here!