alains
Forum Replies Created
-
Forum: Themes and Templates
In reply to: CSS Font is huge in IE, small in Firefox! Why?!?First try to validate your code…than will be a lot easier to narrow down to problem.
http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fwww.billiardsblogger.com%2F
Forum: Themes and Templates
In reply to: css spacing need help quick please!You have this code in html
<div id="content" class="widecolumn"> <div class="navigation"> <div class="alignleft"></div> <div class="alignright"></div> </div> <div class="post" id="post-1"> <h2><a href="http://dailyblurt.com/blog/archives/1" rel="bookmark" title="Permanent Link: Hello world!">Hello world!</a></h2>So …you have an empty div named “navigation” above heading.
And that class is defined in your css with:
.navigation { display: block; text-align: center; margin-top: 10px; margin-bottom: 60px; }Forum: Fixing WordPress
In reply to: Want one title for home, other title for everything elseSomething like that:
<title> <?php if is_home() { bloginfo('name'); blabla slogan } else { wp_title(); bloginfo('name');} ?> </title>Forum: Themes and Templates
In reply to: Template Problems in IETry conditional tags for IE css
http://www.quirksmode.org/css/condcom.html
Nowadays we’re using it a lot. With them I’ve omitted all “nasty” hacks.
Forum: Fixing WordPress
In reply to: Wrap Text around Image`
<p><img src=”http://www.angel.mrschew-ah-mrschew.com/wp-content/_height.jpg” width=”189″ height=”400″ alt=”Growth Spurt” title=”Growth Spurt” /></p>
`So you have an image wraped in p tag. Than you have another p tag for text.
Second…you have to set in css something like that: img {float:left; margin:0 10px 10px 0;}Your answer:
Hi RevOnline!
Which hack/plugin did you tried to make it work (at least localy)?
It would be nice if you post the solution here so that me & many others will have a try… maybe we’ll find a solution together.
Glad to help! If you’ll stuck on some new problem just search WP-forums for an answer and than if none of threads resolve your problem make a new thread.
…and don’t forget to mark this thread as resolved.
More info: http://wordpress.org/support/topic/98232?replies=1Try this plugin:
http://www.webspaceworks.com/resources/cat/wp-plugins/30/It solved my same problem…tnx to moshu that recomended it.
I also recomend you this thread:
http://wordpress.org/support/topic/96827?replies=4Forum: Fixing WordPress
In reply to: How to monitor the links to the website?This question is more about log files and statistics software than a WP issue.
Try Google analyitics for example.
Forum: Fixing WordPress
In reply to: Creating your own (WordPress) TinyMCE ButtonsNice one …I’ll take it a try.
Forum: Plugins
In reply to: Sidebar TagcloudUTW :
‘<?php UTW_ShowWeightedTagSetAlphabetical(“sizedtagcloud”) ?>’
Forum: Themes and Templates
In reply to: The best designed WordPress powered sitesI designed it in March 2006 …than implemented WP for blog.
Sections BLOG and NASVETI are actualy powered by WP.Forum: Fixing WordPress
In reply to: UTW problemsI’ve ment updating it through admin in Permalink section.
Forum: Fixing WordPress
In reply to: UTW problemsMaybe the first question has to do with .htaccess as I was having same problems.
Try to update permalink structure and see what happens.