I'm have the same trouble i think I made a sidebox with html but when I turn it on the only thing that is there is the Image place holder. no text, no html, no image nothing. is there another way to do it or i'm I doing somthing wrong..
**here is my code **
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html dir="LTR" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Side Box </title>
<meta name="Description" content="Knives"/>
<meta name="Keywords" content="Knives"/>
</head>
<body bgcolor="333333">
<!-- start whatsnewbox //-->
<table border="0" width="10%" cellspacing="0" cellpadding="0" >
<tr>
<td class="feature_left"></td>
<td class="feature"><table border="0" width="100%" cellspacing="0" cellpadding="0">
<tr>
<td bgcolor="333333" width="100%" class="infoBoxHeading"><font color="ffffff">New Arrivals</font></td>
</tr>
</table>
</td>
<td class="feature_right"></td>
</tr>
</table>
<table border="0" cellpadding="0" cellspacing="0" width="10%" align="left">
<tr>
<td style="padding-left:8px; padding-right:8px; padding-top:5px;">
<table border="0" width="100%" cellspacing="0" cellpadding="0" class="infoBoxContents">
<tr>
<td bgcolor="333333" align="center" class="boxText"><div id="demo" align="center" style="overflow:hidden;height:250;width:100%;"><font color="ffffff">
<div id="demo1"><div class="rollingProd"><a href="http://southwestknives.com/cart/725-in-black-handle-blade-thrower-set-of-3-wsheath-p-3975.html" class="productListingImg"><img src="/home/swmesser/public_html/cart/images/JF11404.jpg" height="90" width="90" border="0" alt=" " title=" Black Handle & Blade Thrower " class="productListingImg"></a><br><a href="http://www.southwestknives.com/cart/725-in-black-handle-blade-thrower-set-of-3-wsheath-p-3975.html"><span>Black Handle & Blade Thrower</span></a><br>$7.50<hr></div>
<div class="rollingProd"><a href="http://southwestknives.com/cart/alamo-bowie-cocobolo-wleather-sheath-p-2997.html" class="productListingImg"><img src="/home/swmesser/public_html/cart/images/c1224.jpg" height="90" width="90" border="0" alt=" " title=" Alamo Bowie, Cocobolo w/Leather Sheath " class="productListingImg"></a><br><a href="http://www.southwestknives.com/cart/alamo-bowie-cocobolo-wleather-sheath-p-2997.html"><span>Alamo Bowie, Cocobolo w/Leather Sheath</span></a><br>$233.80<hr></div>
<div class="rollingProd"><a href="http://southwestknives.com/cart/gt-mini-auto-og-green-handle-black-tanto-blade-p-4378.html" class="productListingImg"><img src="/home/swmesser/public_html/cart/images/GT100403-OD.jpg" height="90" width="90" border="0" alt=" " title=" GT Mini Auto, OG Green Handle, Black Tanto Blade " class="productListingImg"></a><br><a href="http://www.southwestknives.com/cart/gt-mini-auto-og-green-handle-black-tanto-blade-p-4378.html"><span>GT Mini Auto, OG Green Handle, Black Tanto Blade</span></a><br>$187.50<hr></div>
<div class="rollingProd"><a href="http://southwestknives.com/cart/chefs-knife-600-in-black-pakkawood-handle-p-1645.html" class="productListingImg"><img src="/home/swmesser/public_html/cart/images/ALAM-C6.jpg" height="90" width="90" border="0" alt=" " title=" Chef's Knife, 6.00 in., Black Pakkawood Handle " class="productListingImg"></a><br><a href="http://www.southwestknives.com/cart/chefs-knife-600-in-black-pakkawood-handle-p-1645.html"><span>Chef's Knife, 6.00 in., Black Pakkawood Handle</span></a><br>$99.00<hr></div>
<div class="rollingProd"><a href="http://southwestknives.com/cart/optronics-protorx-rechargeable-spotlight-p-378.html" class="productListingImg"><img src="/home/swmesser/public_html/cart/images/OTGR1000.jpg" height="90" width="90" border="0" alt=" " title=" Optronics Pro-Torx Rechargeable Spotlight" class="productListingImg"></a><br><a href="http://southwestknives.com/cart/optronics-protorx-rechargeable-spotlight-p-378.html"><span>Optronics Pro-Torx Rechargeable Spotlight</span></a><br>$57.95<hr></div>
</div><div id="demo2"></div></div></font>
<script language="Javascript">
var speed=20;
demo2.innerHTML=demo1.innerHTML;
function Marquee(){
if(demo2.offsetHeight-demo.scrollTop<=0)
demo.scrollTop-=demo1.offsetHeight;
else{
demo.scrollTop++;
}
}
var MyMar=setInterval(Marquee,speed);
demo.onmouseover=function() {clearInterval(MyMar);}
demo.onmouseout=function() {MyMar=setInterval(Marquee,speed);}
</script></td>
</tr>
</table>
</td>
</tr>
</table>
</td></tr>
<!--- End whatsnewbox ---->
</body></html>
Any help would be appreciated.