By weese3 on
Hello, I am new to website building and a volunteer for a non-profit organization. I have searched and read multiple posts in the forum as well as Drupal how to documents and have not found answers. I am running Drupal version 7.
Question 1: How can I embed an image if the CKeditor module I installed does not have a button for this purpose? The CKEditor only has a button for uploading links from URLs.
Question 2: How can I create links to PDF documents stored in my computer? I only see image upload capabilities with "article" pages but not for document uploads on Book pages.
Any help given will be greatly appreciated. Thanks in advance.
Comments
=-=
when you state:
do you mean that you don't intend to store the files online? If yes, then you can't link to files on webpages to your machine unless your machine is set up as a server and made public to the internet via something such as FTP. Else add a file field to your content type from which you or others can upload .pdf files.
With reference to images I'd use a file field from within core and the insert.module in contrib. The issue you seem to have if an image button isn't showing is that the text format in use isn't allowing the img HTML tag.