Log In · Register

 
ADUSTING THE WIFTH OFF THE COMMENT BOX, HOW DO I DO IT??
aznlyka
post Jun 10 2004, 01:52 AM
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! wink.gif
 
 
Start new topic
Replies (1 - 2)
sherryvu
post Jun 10 2004, 06:31 AM
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 _smile.gif
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 -->
 
god of html
post Jun 10 2004, 06:36 AM
Post #3


html god
***

Group: Member
Posts: 67
Joined: Jun 2004
Member No: 21,252



chang the height and width also..
 

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