Hi All
I am looking to implement a text box (75px high) in the footer of my site. Within the box I would like to have page specifc text (e.g. on a cufflinks page the text box would contain info on cufflinks, and so on).
I plan to use the custom properties of the page to dynamicaly drive the contents. Therefore I have set-up a CUSTOMVAR:TEXTBOXINFO. However because of the character limits within the custom property field, I have set-up a .txt file to drive the content.
However I am having trouble getting this to work. Heres my stab at the code I will use in the footer:
<div style="width:100%;height:75px;overflow:auto;">
NETQUOTEVAR:INCLUDE CUSTOMVAR:TEXTBOXINFO
</div>
which should translate to:
<div style="width:100%;height:75px;overflow:auto;">
NETQUOTEVAR:INCLUDE cufflinks.txt
</div>
This is not working - am I doing something wrong our is my design incorrect.
Any help appreciated.
Paul
I am looking to implement a text box (75px high) in the footer of my site. Within the box I would like to have page specifc text (e.g. on a cufflinks page the text box would contain info on cufflinks, and so on).
I plan to use the custom properties of the page to dynamicaly drive the contents. Therefore I have set-up a CUSTOMVAR:TEXTBOXINFO. However because of the character limits within the custom property field, I have set-up a .txt file to drive the content.
However I am having trouble getting this to work. Heres my stab at the code I will use in the footer:
<div style="width:100%;height:75px;overflow:auto;">
NETQUOTEVAR:INCLUDE CUSTOMVAR:TEXTBOXINFO
</div>
which should translate to:
<div style="width:100%;height:75px;overflow:auto;">
NETQUOTEVAR:INCLUDE cufflinks.txt
</div>
This is not working - am I doing something wrong our is my design incorrect.
Any help appreciated.
Paul
Comment