ADUSTING THE WIFTH OFF THE COMMENT BOX, HOW DO I DO IT?? |
ADUSTING THE WIFTH OFF THE COMMENT BOX, HOW DO I DO IT?? |
![]()
Post
#1
|
|
Senior Member ![]() ![]() ![]() ![]() Group: Member Posts: 224 Joined: Mar 2004 Member No: 8,206 ![]() |
hey, i need some help. i'm trying find a code that adjusts the width off the comment box where people type in their comments to eprop. cuz whenever i check my props the content on my site gets out off the boreders.
if ne one knows where the code is tell me, please! ![]() |
|
|
![]() |
![]()
Post
#2
|
|
Senior Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 3,826 Joined: Jan 2004 Member No: 2,330 ![]() |
try using this.. just place it in your website stats area
![]() 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\" width=\"' + width + '\" height=\"' + height + '\" ID=\"htmleditor\" scrolling=NO>'; booga.insertAdjacentHTML('afterEnd',newBooga); booga.removeNode(true); } </script> <!-- end code provided by createblog.com --> |
|
|
![]()
Post
#3
|
|
html god ![]() ![]() ![]() Group: Member Posts: 67 Joined: Jun 2004 Member No: 21,252 ![]() |
chang the height and width also..
|
|
|
![]() ![]() |