I have a whole page of html which has been provided by my affiliate company, it basically is a page containing best sellers, however I have hit 2 problems.
1 is the 1000 character limit(is there anyway to override that?)
2 is just a load of garbled text comes up, maybe to do with the 1000 character limit and the header is bigger than that I think, so what is the easiest way to enter a large page of html into the site?
I really hope that does not sound like a dumb question as I am not a programmer or anything like that
1000 character limit? You mean link descriptions? That's a default you configure set under settings->general, and you can also just change the javascript in the template to remove the limit.
Comments on Adding HTML To Description
Forum Regular
Usergroup: Customer
Joined: Aug 14, 2005
Total Topics: 33
Total Comments: 107
Hi,
I have a whole page of html which has been provided by my affiliate company, it basically is a page containing best sellers, however I have hit 2 problems.
1 is the 1000 character limit(is there anyway to override that?)
2 is just a load of garbled text comes up, maybe to do with the 1000 character limit and the header is bigger than that I think, so what is the easiest way to enter a large page of html into the site?
I really hope that does not sound like a dumb question as I am not a programmer or anything like that
Thanks
Jon
Member
Usergroup: Customer
Joined: Oct 05, 2005
Total Topics: 10
Total Comments: 35
Hi
Can't you call them from a seperate page?
Something like:
<? include("yourpage.txt")?>
Should work and can include html tags in the txt page, don't know about the 1000 char limit though
Cheers
developer
Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California
Total Topics: 61
Total Comments: 7868
1000 character limit? You mean link descriptions? That's a default you configure set under settings->general, and you can also just change the javascript in the template to remove the limit.
Forum Regular
Usergroup: Customer
Joined: Aug 14, 2005
Total Topics: 33
Total Comments: 107
Cool, Cheers Paul, another mystery solved.
Jon