Log In · Register

 
Comment Help, please
ivy9187
post Dec 23 2004, 12:36 PM
Post #1


Senior Member
***

Group: Member
Posts: 38
Joined: Dec 2004
Member No: 72,995



I looked for the codes to do this but can't find it anywhere. The one I found on Xanga scripts didn't work.
I want to change the background color in the post a comment box from white to black. And make the font from black to white. How do I do this without changing all my other background colors and fonts?
 
 
Start new topic
Replies
ivy9187
post Dec 23 2004, 12:50 PM
Post #2


Senior Member
***

Group: Member
Posts: 38
Joined: Dec 2004
Member No: 72,995



this was the code i found on xanga scripts...it was the only one i could find that dealt with my question...

CODE
<!-- begin code provided by createblog.com -->

<!-- begin code provided by createblog.com -->
<script>
// Resize Comment Box by Paul Chen aka Coyote
width = NUMBER;  //change this value
height = NUMBER; //change this value
if(location.pathname=='/item.aspx'){
var booga = document.getElementById('htmleditor')
newBooga = '<ifr' + 'ame' + ' class=\"htmleditor\" width=\"' + width + '\" height=\"' + height + '\" ID=\"htmleditor\" scrolling=NO>';
booga.insertAdjacentHTML('afterEnd',newBooga);
booga.removeNode(true);
}
</SCRIPT>
<ilayer name=""><div id="" style="width:1; height:1;  BACKGROUND: #BACKGROUND HEX CODE; FILTER: alpha(opacity=0); overflow:auto"><center><applet><xmp>
<!-- end code provided by createblog.com -->

<!-- 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: