I JUST WANT MY COMMENT BOX A DIFFERENT COLOR, please? |
I JUST WANT MY COMMENT BOX A DIFFERENT COLOR, please? |
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!
|
|
|
|
![]() |
Oct 15 2004, 07:07 PM
Post
#2
|
|
|
neat banner ![]() ![]() ![]() ![]() Group: Member Posts: 281 Joined: Feb 2004 Member No: 4,994 |
heres the code
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 --> there u can customize your comment box.. hope this helps!! |
|
|
|
computershateme I JUST WANT MY COMMENT BOX A DIFFERENT COLOR Oct 15 2004, 07:02 PM
Sherry_Vu just for future reference, it's under "co... Oct 15 2004, 07:09 PM
computershateme well you guys, i tried that code and it works for ... Oct 15 2004, 07:35 PM
C.Lime.Jello. What did you change?
Maybe you deleted a quotation... Oct 15 2004, 07:38 PM
Sherry_Vu add this to your stylesheetQUOTE#htmleditor {
bor... Oct 15 2004, 07:45 PM
computershateme alright this is what i tried: i put this one that ... Oct 16 2004, 12:06 AM
sweetxsimplicity I doubt your doing anything wrong, the codes proba... Oct 16 2004, 12:13 AM
computershateme nuff. thanks anways i guess i will live with my ug... Oct 16 2004, 12:38 AM
Sherry_Vu oh i misread your question i thought you were wan... Oct 16 2004, 08:51 AM
computershateme oh! alright i see, i see. how do i make it tra... Oct 16 2004, 09:07 AM
Sherry_Vu just change the part that's bolded (the opacit... Oct 16 2004, 10:03 AM
computershateme ugh. thats not working either. jeez!! oh w... Oct 16 2004, 10:35 AM![]() ![]() |