flakkito
Forum Replies Created
-
Forum: Themes and Templates
In reply to: HTML wrap – or google ads?lazy-k gallery is good – also slickr if you have a flickr account. Both of these fit into an existing site fairly well.
Forum: Installing WordPress
In reply to: text decoration helpa { border-bottom:1px dashed #330099; color:#330099; text-decoration:none;}located in style.css. just remove the border
Forum: Your WordPress
In reply to: Black Shadow PhotographyNice job:) I was able to jump around and check things out quickly and easily. One thing that distracted me a little was the header – the text seems like it should be centered.
Nice pick of Lemmy:P
Forum: Plugins
In reply to: Clean HTML from MS Word.If I were you, I would have them copy/paste their old files into wordpad, then copy /paste int WP. Alot if not all of the formatting will be removed. Educate them as to how to use WP’s built in toolbar, which is as simple as writing email. If they won’t learn that, then that’s a problem. They should be willing to try:)
Forum: Fixing WordPress
In reply to: Problem with image larger than textits in the css. Try adding a < br /> tag after the image?
Forum: Fixing WordPress
In reply to: Extras bring errorsit probably has to do with header info already being sent. do a search.
Forum: Plugins
In reply to: extensions?It should be as easy as installing WP, find a theme or adapt your theme/css to interface with the css hooks in index.php and begin the redesign.
Forum: Fixing WordPress
In reply to: Why use WordPress? And can it do the following…The thing that’s cool bout WordPress is the architecture. You can use the .php hooks to do a lot of cool things. Whenever I make someone a website I use WordPress even if it isn’t a blog, just because it’s easy to use.
you CAN have different sidebars and themes for specific pages. Visit the documentation to see how it’s done. When you boil it down, WordPress can do just about anything you ask it to do, as long as your willing to get your hands dirty a lil bit.
Forum: Plugins
In reply to: an image for new post in a categorythere was a plugin called category image that might be useful.
http://codex.wordpress.org/User:Matt/2.0_Plugin_Compatibility
Forum: Fixing WordPress
In reply to: Show part of the postsit might be in your theme’s index.php
Forum: Fixing WordPress
In reply to: Change the default from justified postsit’s in the style.css document. Depending on your theme. find something like .content or .post or .entry and it might have thar css rule.
Forum: Fixing WordPress
In reply to: Endless problem with Internet Explorer.Keep in mind that different browsers render the html differently, so it will NEVER look the same on every computer.
The problem you seem to be facing is this particular style rule:
border: dotted 1px #ccc;Find this and play with it.
Good Luck:)
Forum: Everything else WordPress
In reply to: Best FTP ClientCuteFTP is pretty good and you can use it 30 days for free.
Forum: Themes and Templates
In reply to: Why am I asked to authenticate twice with admin login?That happened to me too. For me it was because in the wp-admin/options-general page I had my site address as something like:
http:// site.com
Changing it to:
http:// www .site.com
fixed it.
Forum: Fixing WordPress
In reply to: Amazon Store inside BlogThis plugin has a ton of features and I believe it might be configured to do what you want.