Help - Search - Members - Calendar
Full Version: boxed entries not working
Forums > Resource Center > Support Center > Xanga Support > Xanga Resolved Topics
estherr
the scripts for boxed comments/eprops arent working..... i tried it like amillion times but it wont work....??? is there another code for boxed comments/eprops besides this one

<!-- 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 -->
TrannieL
Put a width and height number in there.

QUOTE
width = NUMBERpx; //change this value
height = NUMBERpx; //change this value


- Tran -
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.