Yes there is a limit to the amount of text that can be put in any field.
Browers typically have a limit of 32-64K for text entry fields.
ShopSite has internal buffers larger than that but if you have html
codes the must be escaped so that it can be redisplayed properly. So
for example a < becomes > This can lead to 4-7 characters for each
escaped character that you see and might cause the buffer to overflow.
You should however be able to put in hyperlinks. Care to post an
example of what you are trying to do?
Jim
Larry Bohen wrote:
I'm trying to insert a hyperlink in the Product Description field of our
ShopSite SC Pro 7 Web store, but it's not working yet. Is there a limit on
the amount of text allowed in this field and/or are hyperlinks not allowed?