QUOTE (14kzone @ Oct 29 2008, 05:00 PM)

It works fine with me in the header, but after all this option is useless, you cannot upload product with short description has more than 255 characters.
I don't understand why is it so complicated to customize our site they way we like or at least the way it worked previously.
http://www.14kzone.com/charms.aspxOK, you just put it in your store header? (in the MCP went to design<header & footer and placed it at the bottom of the header source?
Below is my header source:
CODE
<!--CTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"<br> "http://www.w3.org/TR/html4/loose.dt-->
<style type="text/css">
<!--body{<br> margin:0px;<br> }<br> .order{<br> font-family:Arial, Helvetica, sans-serif;<br> font-size:18px;<br> color:#000000;<br> }<br> .phone{<br> font-family:Arial, Helvetica, sans-serif;<br> font-size:20px;<br> color:#016ea1;<br> }<br> .topnav{<br> font-family:Arial, Helvetica, sans-serif;<br> font-size:13px;<br> color:#FFFFFF;<br> }<br> .topnav a{<br> font-family:Arial, Helvetica, sans-serif;<br> font-size:13px;<br> color:#FFFFFF;<br> text-decoration:none;<br> }<br> .topnav a:hover{<br> font-family:Arial, Helvetica, sans-serif;<br> font-size:13px;<br> color:#aae2fd;<br> }-->
</style>
<table height="117" cellspacing="0" cellpadding="0" border="0" background="/images/head_bck.jpg" align="center" width="100%">
<tbody>
<tr>
<td width="10"></td>
<td width="432"><a href="/index.aspx">
<img height="116" border="0" width="432" src="/images/logo.jpg" alt="Christianbooksbibles.com" /></a></td>
<td></td>
<td width="385" valign="bottom">
<table height="117" cellspacing="0" cellpadding="0" border="0" align="right" width="385">
<tbody>
<tr>
<td height="29" width="369">
<table cellspacing="0" cellpadding="0" border="0" align="right" width="345">
<tbody>
<tr>
<td>
<div align="right"><a href="/about-us.aspx">
<img height="29" border="0" width="78" src="/images/about-us.jpg" alt="About Us" /></a></div></td>
<td>
<img height="29" width="1" src="/images/button_line.gif" /></td>
<td width="88"><a href="/contact-us.aspx">
<img height="29" border="0" width="88" src="/images/contact--us.jpg" alt="Contact Us" /></a></td>
<td>
<img height="29" width="1" src="/images/button_line.gif" /></td>
<td width="58"><a href="/faqs.aspx">
<img height="29" border="0" width="58" src="/images/faqs.jpg" alt="Christianbooksbibles FAQs" /></a></td>
<td>
<img height="29" width="1" src="/images/button_line.gif" /></td>
<td width="88"><a href="/cart.aspx">
<img height="29" border="0" width="88" src="/images/check_out.jpg" alt="Christianbooksbibles Checkout" /></a></td>
</tr>
</tbody>
</table></td>
<td></td>
</tr>
<tr>
<td height="60">
<div align="right"><span class="order">Order by Phone</span> <span class="phone">(800) 704-1428</span></div></td>
<td></td>
</tr>
<tr>
<td valign="bottom">
<table cellspacing="0" cellpadding="0" border="0" align="right" width="159">
<tbody>
<tr>
<td width="106"><a href="/easyorder.aspx">
<img height="26" border="0" width="106" src="/images/qord.jpg" alt="Quick Order" /></a></td>
<td><a href="/login.aspx">
<img height="26" border="0" width="64" src="/images/signin.jpg" alt="Sign in" /></a></td>
<td><a href="/cart.aspx">
<img height="26" border="0" width="105" src="/images/viewcart.jpg" alt="View Cart" /></a></td>
</tr>
</tbody>
</table></td>
<td></td>
</tr>
</tbody>
</table></td>
</tr>
</tbody>
</table>
<table cellspacing="0" cellpadding="0" border="0" background="images/bck22.jpg" align="center" width="100%">
<tbody>
<tr>
<td>
<div align="center"><a href="/christianeducation.aspx">
<img height="30" border="0" width="130" src="/images/academic.jpg" alt="Christian Academic" /></a></div></td>
<td>
<img height="30" width="1" src="/images/strip33.jpg" /></td>
<td>
<div align="center"><a href="/bibles.aspx">
<img height="30" border="0" width="85" src="/images/bibles.jpg" alt="Bibles" /></a></div></td>
<td>
<img height="30" width="1" src="/images/strip33.jpg" /></td>
<td>
<div align="center"><a href="/biblicalstudies.aspx">
<img height="30" border="0" width="141" src="/images/bible_studies.jpg" alt="Bible Studies" /></a></div></td>
<td>
<img height="30" width="1" src="/images/strip33.jpg" /></td>
<td>
<div align="center"><a href="/celebraterecovery.aspx">
<img height="30" border="0" width="204" src="/images/celebrate_recovery.jpg" alt="Celebrate Recovery" /></a></div></td>
<td>
<img height="30" width="1" src="/images/strip33.jpg" /></td>
<td>
<div align="center"><a href="/christianliving.aspx">
<img height="30" border="0" width="176" src="/images/christian_living.jpg" alt="Christian Living" /></a></div></td>
<td>
<img height="30" width="1" src="/images/strip33.jpg" /></td>
<td>
<div align="center"><a href="/fictionchristian-2.aspx">
<img height="30" border="0" width="102" src="/images/fiction.jpg" alt="Christian Fiction" /></a></div></td>
<td>
<img height="30" width="1" src="/images/strip33.jpg" /></td>
<td>
<div align="center"><a href="/christiancurriculum.aspx">
<img height="30" border="0" width="159" src="/images/small_group.jpg" alt="Small Group" /></a></div></td>
</tr>
</tbody>
</table>
<style type="text/css">
<!--div.product-list-text {display:none }-->
</style>
Anyone see what is wrong there?