hey all wp-polls is displaying weird...
here's what it should look like:
http://mwolk.com/blog/wp-content/uploads/2009/04/06.png
and here's what mine looks like
http://i34.tinypic.com/24pdutf.png
i'm also using wp 2.8.5 and the Techified theme :)
hey all wp-polls is displaying weird...
here's what it should look like:
http://mwolk.com/blog/wp-content/uploads/2009/04/06.png
and here's what mine looks like
http://i34.tinypic.com/24pdutf.png
i'm also using wp 2.8.5 and the Techified theme :)
Your theme CSS is conflicting with the polls. Check for LI/LABEL/INPUT style in your theme style.css. If I am not wrong display: inline is used or float is used for one of this. You need to trial an error. My CSS is not really that good.
thank you very much i found the conflicting code and deleted it as it didn't affect anything on the site
#sidebar .box .box_content ul li,
#sidebar .box .box_content ol li {
background: none;
margin: 0;
padding: 0;
display: inline;
}right it's displaying much better but the links are still not styles... any more ideas?
You must log in to post.