I've tried 2 wysiwyg modules and I can't get a button to browse my server or c-drive when I want to upload an image (the button is there in the video demos). All I get is an insert URL box and I can only get images from other websites to show on my site. What am I doing wrong?
To upload images and place IMG tags in HTML with a WYSIWYG editor, use http://drupal.org/project/imce. The result is data entangled with presentation, but that's your decision.
To attach images to a content type with the display controlled by the template and image systems, use a field as demonstrated in the stock D7 "article" content type.
Comments
I've tried 2 wysiwyg modules
I've tried 2 wysiwyg modules and I can't get a button to browse my server or c-drive when I want to upload an image (the button is there in the video demos). All I get is an insert URL box and I can only get images from other websites to show on my site. What am I doing wrong?
IMCE
To upload images and place IMG tags in HTML with a WYSIWYG editor, use http://drupal.org/project/imce. The result is data entangled with presentation, but that's your decision.
To attach images to a content type with the display controlled by the template and image systems, use a field as demonstrated in the stock D7 "article" content type.
To embed an asset from a third-party site such as YouTube, see http://drupal.org/project/oembed and http://embed.ly/providers.