businessbird
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Hmm.. Is this possible please?Number 8 looks good! But a Widget..
or
this but it could be hard to get it to populate my categories -> posts
Forum: Fixing WordPress
In reply to: Hmm.. Is this possible please?Sounds like plan!
Is there one you would recommend? I have found lots of wierd and wonderful things for images etc. and toolbars along the top. Also I believe the theme my site was based on is not widget ready, would you happen to know if this would be an issue?
Thanks for your help, it is really great!
Forum: Fixing WordPress
In reply to: Hmm.. Is this possible please?Hey!
Thanks for your quick reply.
Yep, that is the kind of thing! It looks amazing..
Leon
Forum: Fixing WordPress
In reply to: Internet Explorer .css problems = Frustration (!)if there is anyone who could fix this problem with IE for a small fee please get in touch
Leon ??
Forum: Fixing WordPress
In reply to: Internet Explorer .css problems = Frustration (!)Hi ?? Having some problems working out what the validator errors mean and how to fix them! I have made some of the values smaller on the stylesheet but with no luck so far ??
Thanks,
Leon
Forum: Fixing WordPress
In reply to: Internet Explorer .css problems = Frustration (!)Howdy!
/* page */ #page_wrap { position: relative; background: #fff; min-width: 1000px; padding-top: 10px; padding-bottom: 10px; } #page { position: relative; width: 940px; margin: 0 auto; padding: 25px 30px; }
Changing to
#page { position: relative; width: 940px; margin: 0 auto; padding: 0px 30px;
Would help? ?? I presume it takes a little while to update on the server once changes are made-there seem to be quite a few errors…
Thank you!
Leon
Forum: Fixing WordPress
In reply to: Internet Explorer .css problems = Frustration (!)Hi Flamenco,
Thank you for your reply ??
Rather a rookie question- but how can i do that?
Cheers!!
Leon
Forum: Plugins
In reply to: “Reader Question” (ASk a question) Plugin?ooh bump- did you find anything? Cheers!
Forum: Your WordPress
In reply to: Business Bird!thank you!! How can I make my links friendly? ??
Forum: Fixing WordPress
In reply to: Questions and Answers?Maybe it is a custom job? I hope not!! ??
Forum: Plugins
In reply to: [Plugin:Stock Quote Sidebar] Wrong date and time?Worked it out, had a separating line as my first quote, and the plugin takes the time and day from the first quote! Cool:)
Forum: Your WordPress
In reply to: Business Bird!Thank you for you comments, really reassuring!
Forum: Plugins
In reply to: [Plugin:Stock Quote Sidebar] Wrong date and time?This is really strange!
Forum: Fixing WordPress
In reply to: Tags overlap?Thank you!! Got it sorted somehow ?? ??
Forum: Fixing WordPress
In reply to: Template TAG: wp_list_bookmarks/* Link Color Styles */ a:link, a:visited { color: #0080a0; text-decoration: none; } a:hover { color: #000; text-decoration: none; } a:active { color: #0080a0; text-decoration: none; } /* Header Background Color */ #header_wrap { background: #003150; } /* Header Colors */ h1 { color: #004060; } #sidebar h3 { color: #004060; } /* Page Navigation Colors */ #header .navigation li a { background: #004768; color: #fff; border: 1px solid #004768; } #header .navigation li a:hover, #header .navigation li.current_page_item a, #header .navigation li.current_page_parent a { background: #fff; color: #004768; border-color: #fff; }
Oh I guess I have to link my entry to this css! EDIT: Done it! Now to work out the underline..