Rassi
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Losing hspace=”xx” in blog postThank you very much. I think that will do it.
Forum: Themes and Templates
In reply to: Losing hspace=”xx” in blog postThanks for being patient with me. I think these are the relevant sections:
.entry img.left { padding: 6px; margin: 0 10px 5px 0; background: #f5f5f5; border: 1px solid #bbb; float: left; }.entry img.left_off { margin: 0 10px 5px 0; float: left; }
Now, as you know I don’t know very much how to use the CSS, so I have two questions.
First, what is the tag to use – “.entry img.left” or “img.left”?
Secondly, how is the tag used? Is it like:
`<img.left src=”blahblah”> ???
Thanks in advance for your patience….
Forum: Themes and Templates
In reply to: Losing hspace=”xx” in blog postSorry for sounding dumb, but I told you I was a CSS novice. I’m guessing that goes in the style.css file, right? Where in particular?
Thanks in advance…
Forum: Plugins
In reply to: Changing “Leave a Comment” Link textThe blog is at http://www.the-daily-poll.com
I did replace the line as you suggested, and finally figured out the problem.
I had saved the original line in the code so I could change it back if necessary. I had surrounded the line with comments saying it was the original version, but I not actually commented out the original line itself, thus creating the duplicate.
Since fixing that, all is well.
Thank you for your help!
Forum: Plugins
In reply to: Changing “Leave a Comment” Link textBump…
Forum: Plugins
In reply to: Changing “Leave a Comment” Link textThanks…that partially solved it. Now it has both methods showing:
1 Comment Read/Write Comments(1)
Is there somewhere else I need to change things so “both” methods don’t show up?
Thanks!!!