rustyscratchy
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: I can not access my webpage or log into wordpress to make changesIf other people are able to reach your site, and you can’t, the problem isn’t with your site. Having you tried connecting with a different computer?
Forum: Fixing WordPress
In reply to: Divs instead of paragraph tags – bug in 3.3.1?Thanks!
Forum: Fixing WordPress
In reply to: Divs instead of paragraph tags – bug in 3.3.1?Thanks fyllhund for giving it a try.
I can also reproduce it by pasting the two lists above in the HTML editor and then adding the paragraph between them in the visual editor. It’s very odd.
I won’t likely be creating lists like this, so in normal use I probably won’t ever see it. But, I thought it was worth reporting.
Forum: Fixing WordPress
In reply to: Divs instead of paragraph tags – bug in 3.3.1?I’m not using any plugins beyond Akismet and WordPress Importer.
The address shouldn’t matter. I have tried this on 3 blogs, all with different themes installed. I was hoping other people would test it to see if they get the same behavior.
In the visual editor, create an ordered list and then an unordered list. Add two paragraphs between them and look at the HTML. Do you see the same thing?
Forum: Themes and Templates
In reply to: How to Remove Border around imagesThere is a CSS class applied to the images called imageSeven that is responsible for the border:
.imageSeven {
background-color: #FFFFFF;
border: 1px solid #CCCCCC;
box-shadow: 0 0 7px #CCCCCC inset;
padding: 7px;
}