Elxis CMS Forum

Support => General => Topic started by: parrotred on October 31, 2007, 08:44:45

Title: file attach with autonomous page
Post 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?
Title: Re: file attach with autonomous page
Post by: CREATIVE Options on October 31, 2007, 09:48:17
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.
Title: Re: file attach with autonomous page
Post by: datahell on October 31, 2007, 12:59:30
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:

Code: (html) [Select]
<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)