brianbonner
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Wrapping text Around ImagesI am doing it exactly as it says in the wp codex, and the style sheet is exactly like the default now, and it still shows a blank where the image should be in IE.
Nobody knows how to do this properly?
Forum: Themes and Templates
In reply to: CSS for centering textI am doing it exactly as it says in the wp codex, and the style sheet is exactly like the default now, and it still shows a blank where the image should be in IE.
Forum: Themes and Templates
In reply to: CSS for centering textWell, I changed it to this and it still displays a blank in IE. Arg. Thank you for the idea though.
Forum: Themes and Templates
In reply to: CSS for centering textOk now I have a new problem. Wrapping text around images. I followed the tutorial and added this to the .css:
p img { padding: 0; max-width: 100%; }
p.center { text-align: center; }
p.right { text-align: right; }
p.blue { color: blue; }
p.red { color: red; }
p.green { color: green; }
p.purple { color: purple; }
p.black { color: black; }
img.right { padding: 4px; margin: 0 0 2px 7px; display: inline; }
img.left { padding: 4px; margin: 0 7px 2px 0; display: inline; }
img.center {display: block; margin-left: auto; margin-right: auto}I used this code in the post:
<img src="/wp-images/nativity.jpg" alt="Nativity Scene" class="left" />
Now this works great when looking at it in Firefox, but in IE the image is blank. What gives?You can see the post here:
http://uncooperativeblogger.com/2005/12/01/the-war-on-christmas/Forum: Fixing WordPress
In reply to: More Function Text Change?Thank You moshu! Boy you have come along way. I don’t know what is up with the search function, but I did do a search.
Thank you so much for taking the time.
Forum: Fixing WordPress
In reply to: How do I allow users to edit their own comments?I found a plugin that works real well here:
http://code.jalenack.com/Forum: Themes and Templates
In reply to: CSS for centering textThat was what I needed thank you.
Forum: Requests and Feedback
In reply to: Show the most recent ‘n’ days bug?I have the same problem, although I haven’t tried publishing a post with n days set. I just tried one and it appeared rto be loading all my posts.
Forum: Fixing WordPress
In reply to: Show the most recent: n days problemThat is strange, I set it to one day in the dashboard and it displayed ALL my posts.
Forum: Plugins
In reply to: WP-Since Last Visit pluginOK I did what you asked and have no idea how to find the answer.
Forum: Fixing WordPress
In reply to: Trackbacks on main pageInline trackbacks was just the plugin I was looking for!
http://simplykimberly.com/archives/2005/02/26/wordpress-plugin-inline-trackbacks/Forum: Requests and Feedback
In reply to: Separating trackbacks and commentsThis was enough coding information to allow me to do whatever I want with the trackback and pingbacks!
http://www.noscope.com/journal/2005/01/wp-separating-trackbacks-pingbacks
Forum: Fixing WordPress
In reply to: Separating comments from pingbacks and trackbacksThis was enough coding information to allow me to do whatever I want with the trackback and pingbacks!
http://www.noscope.com/journal/2005/01/wp-separating-trackbacks-pingbacks
Forum: Requests and Feedback
In reply to: Separating trackbacks and commentsWhy Podz? It can come that way by default, I am sking for flexibility without learning to be a programmer.
Forum: Requests and Feedback
In reply to: Separating trackbacks and commentsWell, that isn’t going to do it for me. There is absolutely no reason not to have a a seperate hook for trackback and pingbacks. Then you can display them where ever you want.
So far I don’t like the solutions available, but again, why should I have to hack around something that should not be forced in the first place. It is always better to code for flexibility.
I don’t want them displayed in my comments section. I use inline trackbacks to display them the way I want and where I want. Now to get rid of those TBs in the comment section.