Jasont
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Images not lining up correctlyThis is the only one I could find related to img in my stylesheet:
a img {
border: none;
}Forum: Fixing WordPress
In reply to: Images not lining up correctlyI am using the rich text editor.
The images are aligned correctly when I use the editor, but after I publish, the images are out of wack.
Forum: Installing WordPress
In reply to: Moving Blog To Another ServerOk thx. I’ll read up on it and see if I can get it to work 🙂
Forum: Fixing WordPress
In reply to: Sidebar in lowercaseThanks 🙂
Now why the heck did he put that in there??
Oh well, problem solved.
Forum: Fixing WordPress
In reply to: Sidebar in lowercaseForum: Fixing WordPress
In reply to: Sidebar in lowercaseHere is the H2 on my stylesheet
h2 {
border-bottom: 1px dotted #ccc;
color: #000;
font: bold 95% arial, tahoma, sans-serif;
margin: 15px 0 2px;
padding-bottom: 2px;I have been searching on ‘sidebar capitalization’
Forum: Fixing WordPress
In reply to: Sidebar in lowercaseIt is a custom theme.. it looks like “menu” has been used in place of “sidebar”
Here is what he has:
}
#menu {
background: url(wp-images/menubg.gif) repeat-y right;
float: right;
width: 200px;Any idea why the menu topics won’t capitalize?
Forum: Fixing WordPress
In reply to: Sidebar in lowercaseTried that – didn’t work…