Elxis CMS Forum
Support => General => Topic started by: parrotred on October 31, 2007, 08:44:45
-
is there any way that i can attach word or pdf or any file in autonomous page?
-
Use iframe code in the content so you can wrap any external content you want.
Elxis FAN
Tip: Use the NO WYSIWYG so the inserted code doesn't deleted from the Tiny Editor.
Tip: Do not open - save - apply the inserted code with the Tiny Editor.
-
What you mean by saying "attach"? If you want to post a download link do it the normal way as you insert any link via the editor.
Example:
<a href="http://www.mysite.com/downloads/mydoc.pdf" title="click to download PDF">Download PDF</a>
<!-- or use Elxis' PDF image -->
<a href="http://www.mysite.com/downloads/mydoc.pdf" title="click to download PDF">
<img src="images/M_images/pdf_button.png" alt="PDF" />
</a>
Here is the Elxis PDF image: (https://www.elxis.org/images/M_images/pdf_button.png)