cell memo is undefined

A

ally

hi there, im a bit stuck as when i preview a certain page in the browser it
says cell memo is undefined, i dont really know what this is, can anyone help
please!?

thanks
ally
 
R

Ronx

Change
<td>
<p align="center">
<b>
<SCRIPT>cellMemo.style.display='block';</SCRIPT>
£84.50</b></td>

to

<td>
<p
style="display:block;text-align:center;font-weight:700;">£84.50</p>
<td>

and do the same to other similar cells.
 
Top