Then in that case I think you can do it with pure CSS: what you need to
do is ensure that you have a construct similar to:
<span class="ellipsis">...</span><span class="literalText">Literal
Text</span>

Then you just need:

.ellipsis { display:none; }
 on one page
 
and
.literalText { display:none;}
on the other

Adjusted as appropriate of course...

Mike



*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
*******************************************************************

Reply via email to