dawg
Forum Replies Created
-
wow we were cross posting as I was editing above!!!!
Not sure but you may have forgot about FF because there are many images not showing regarding to Taft. PS I liked the other better, you keep changing, hard to keep up with!!!
I see you may have fixed the image errors from earlier. I do like Taft it is just that about an hour earlier there were some strange things going on with it.
Forum: Your WordPress
In reply to: Aphrodite atthe404I too have been influenced by Douglas’ designs as I find his to be some of the cleanest, well layed out work that I have seen. I use to have stop design bookmarked and can see I will have to add it again. I really do like that new look. My first blog was one of his designs thru blogger
Nice job Root!
Forum: Themes and Templates
In reply to: IFRAME driving me crazy!I really do not know of anyone who would want to read within a one inch cubicle
Forum: Fixing WordPress
In reply to: A question about CSS@davincim I have to say that I found your blog to be well written and had some interesting topics, I am going to bookmark it and when i compile my blogroll so to speak it will be in there. good job
Forum: Themes and Templates
In reply to: FireFox / IE6 CSS problemI do not subscribe to using a hack, The only thing is I really can not make changes and see how it renders in IE, easy to do in FF
Forum: Themes and Templates
In reply to: FireFox / IE6 CSS problem1024×768
Forum: Themes and Templates
In reply to: FireFox / IE6 CSS problemYou still have horizontal scrollin IE which is a little awkward
Forum: Themes and Templates
In reply to: FireFox / IE6 CSS problemthis is hard my son is now snoring, i would start by stripping a lot of extra css out, also i would do the math so you do not have to use a -whatever. hth
Forum: Themes and Templates
In reply to: FireFox / IE6 CSS problemi have a crying baby on my lap so this is hard but there seems to be an overabundance of extra css but if you just move the content over a hunred pixels or so it will pop into place
margin-left: 105px; add it so it is 205 or so
Forum: Themes and Templates
In reply to: Theme Competition – The Unofficial VoteDixie Belle to me is the best that I have seen, Ocadia is clean and nice but something bothers me about the graphic running thru the sidebar from the first time I saw it. It is almost like a border that would run thru words. Fading Flowers, nice color scheme.
Forum: Plugins
In reply to: Theme Switcher header issueas being the first to reply, I want one of my themes added!!!!:)
Forum: Plugins
In reply to: Eric Meyer’s Trackback/comments pluginI am trying to follow along, I tried to see it in action on his blog but could not find it
Forum: Plugins
In reply to: Eric Meyer’s Trackback/comments pluginI just installed it and activated it but am not sure by khaled’ first post if I need to add as mentioned,
<?php function mw_comments('') ?>
&
<?php comment_text() ?>could not find a readme file or documentation on his site than the actual plugin. ??
Forum: Plugins
In reply to: Theme Switcher header issue#1 you are using style switcher not theme switcher and you have tried to implement it in the header by doc type. Add the code you have above to the side bar
<? php if (function_exists('wp_theme_switcher')) { ?>
<?php _e('Themes'); ?>
<?php wp_theme_switcher(); ?><? php } ?>