helmet
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Skinning WP through PhotoshopHi, i think that you could do with a visit to the docs section. 2.5 hours in there will allow you to start tailoring WP to your own needs.
Forum: Themes and Templates
In reply to: Comment width not behavingThe default template (as used for all screeenshots) does however hold a DTD of 1.0 Transitional. Fair comment though, cheers.
Forum: Themes and Templates
In reply to: Comment width not behavingThanks for that Root, seems thats not all either….eek.
To be honest i’ve only been using CSS for the past 4 months, still rather new at it.Forum: Themes and Templates
In reply to: Comment width not behavingHi Podz, yeah i have tried it for the comment and for the comment form as mentioned on Root’s site.
Here is the CSS with all parts regarding comments set to margin 0 and 450px:
#commentform #comment{
width: 450px;
margin:0;
}
#commentform textarea {
width: 450px;
margin:0;
}
#commentlist li ul {
border-left: 1px solid #ddd;
font-size: 110%;
list-style-type: none;
width: 450px;
margin:0;
}
ol li p{ /* MY ADDED STYLE TO CONTROL THE OL COMMENT THAT IS IN BLUE */
background-color: #0066CC;
margin:0;
width: 450px;
}
#commentlist li p {
width: 450px;
}
an interesting thing happens though, only viewable in Firefox, the blue background does behave but not the text, see it here:
http://www.helmet.pwp.blueyonder.co.uk/com_problem3.jpg
you can margin left it as much as you want and that behaves as it should, margin right has no effect, its all a bit mad.
Thanks.