View Single Post
Old 12-17-2012, 08:56 PM   PM User | #1
LauraJae
New to the CF scene

 
Join Date: Dec 2012
Posts: 5
Thanks: 2
Thanked 0 Times in 0 Posts
LauraJae is an unknown quantity at this point
Question 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?
LauraJae is offline   Reply With Quote