![]() |
Needing help with styling comment box!
I'm not the best at programming, I can just about do python, but I need some help with simple css styling!
[CODE] <!-- begin htmlcommentbox.com --> <div id="HCB_comment_box"><a href="http://www.htmlcommentbox.com">HTML Comment Box</a> is loading comments...</div> <script type="text/javascript" language="javascript" id="hcb"> /*<!--*/ if(!window.hcb_user){hcb_user={};} (function(){s=document.createElement("script");s.setAttribute("type","text/javascript");s.setAttribute("src", "http://www.htmlcommentbox.com/jread?page="+escape((window.hcb_user && hcb_user.PAGE)||(""+window.location)).replace("+","%2B")+"&mod=%241%24wq1rdBcg%24Zm/VrTRsqRMQBAdyE823s1"+"&opts=478&num=10");if (typeof s!="undefined") document.getElementsByTagName("head")[0].appendChild(s);})(); /*-->*/ </script> <!-- end htmlcommentbox.com --> [ICODE] I want the submitted comments to be white, but when I add code the original owner has given us, it just turns the username white. Any ideas? |
Really need to see the generated html but you might try:
Code:
#HCB_comment_box{color:#FFF} |
I installed firebug and it won't work. Does the inspect element thing do the same?
Here's one of the pages where the comment box is installed :) |
Quote:
|
Try:
Code:
#HCB_comment_box blockquote {margin: 10px;overflow: hidden;color: white;} |
|
Try:
Code:
#main-wrap #HCB_comment_box blockquote {color:white}Code:
#main-wrap .container blockquote { |
So how would insert into the javascript?
|
Quote:
|
Oh, I put this in my style sheet! I get it now :0
Thank you so much! It works! |
| All times are GMT +1. The time now is 02:20 AM. |
Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.