Log In · Register

 
I JUST WANT MY COMMENT BOX A DIFFERENT COLOR, please?
computershateme
post Oct 15 2004, 07:02 PM
Post #1


Senior Member
***

Group: Member
Posts: 69
Joined: Aug 2004
Member No: 40,538



alright you know how the comment boxes are white? is there a code i can use to change the BG color of the actual box where people type comments? i would appreciate it lots!
 
 
Start new topic
Replies
sherryvu
post Oct 15 2004, 07:45 PM
Post #2


Senior Member
*******

Group: Member
Posts: 3,826
Joined: Jan 2004
Member No: 2,330



add this to your stylesheet
QUOTE
#htmleditor {
border : 1x solid #000000;
}

or you can just simply paste this one into your header section
CODE
<!-- begin code provided by createblog.com -->
<style type="text/css">#htmleditor {border : 1x solid #000000;}</style>
<!-- end code provided by createblog.com -->
change 000000 to whatever color you want happy.gif

and then add this to your website stats
CODE
<!-- begin code provided by createblog.com -->
<script>
width = 400;  //change this value
height = 180; //change this value
if(location.pathname=='/item.aspx'){
var booga = document.getElementById('htmleditor')
newBooga = '<ifr' + 'ame' + ' class=\"htmleditor\" frameborder=no width=\"' + width + '\" height=\"' + height + '\" ID=\"htmleditor\" scrolling=NO>';
booga.insertAdjacentHTML('afterEnd',newBooga);
booga.removeNode(true);
}
</script>
<!-- end code provided by createblog.com -->
 

Posts in this topic


Closed TopicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members: