Producer HTML Question

S

sixwest

I was using a Producer template with an HTML window which I used to load a
page with a links list for the rest of the website. The links work fine when
I preview that page in the browser but when the page is loaded in Producer I
repeatedly get "Page not Found" messages for all of the links. Is this a
Producer limitation?

Thanks
 
B

Brian Sullivan

I was using a Producer template with an HTML window which I used to load a
page with a links list for the rest of the website. The links work fine when
I preview that page in the browser but when the page is loaded in Producer I
repeatedly get "Page not Found" messages for all of the links. Is this a
Producer limitation?



HTML windows are just Iframes in the browser with a contained HTML files --
as long as the links are absolute or have the correct relativity you should
be able to open them.

Are these relative links? Maybe that is your problem?
 
Top