Comment Help, please |
Comment Help, please |
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? |
|
|
|
![]() |
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 --> |
|
|
|
ivy9187 Comment Help Dec 23 2004, 12:36 PM
mona lisa are you sure the one from cb didn't work? can ... Dec 23 2004, 12:42 PM
mona lisa that won't do anything because it resizes them... Dec 23 2004, 02:35 PM
ivy9187 it didn't work...it's still the same as be... Dec 23 2004, 03:39 PM
ivy9187 this is so frustrating... Dec 24 2004, 02:16 PM
Sherry_Vu i don't think you can change the color of your... Dec 26 2004, 03:52 PM
ivy9187 QUOTEi don't think you can change the color of... Dec 28 2004, 01:20 PM
Sherry_Vu http://www.createblog.com/forums/index.php?showtop... Dec 28 2004, 05:32 PM![]() ![]() |