This is probably a simple setup issue, but:

When creating a new page in TinyMCE, I can insert pictures with no trouble. When I view the pages on the site, no pictures appear. I have several stock themes I'm trying to make work, and no picture will show up on a page under any theme.

Anyone have an idea?

thanks,

Don Fink

Comments

ditek’s picture

One mistake that I keep making is I forget to set input type to full HTML. If your input type is filtered HTML, everything within the img tag will be invisible...

:)

donfink’s picture

I probably would not have found that for some time. It's curious that pages that have already been created (fortunately only one so far) still do not show the images, but new pages, and presumably ones that will be modified in the future will.

Anyway, Thanks for the help. Hopefully some day I can repay the favor by helping someone else.

Don Fink

sepeck’s picture

Edit the original nodes and set the type to Full HTML instead of Filtered HTML. Should show up then. You can also play around with the allowed tags in your input filters... admin >> input filters -- filtered HTML and acheive the same results. Easiest is Full HTML....

-Steven Peck
---------
Test site, always start with a test site.
Drupal Best Practices Guide -|- Black Mountain

-Steven Peck
---------
Test site, always start with a test site.
Drupal Best Practices Guide

donfink’s picture

Thanks Steven,

I'll do that now. It's been a little rocky getting this Drupal software going, but I think it will pay off many times over once I figure out what I'm doing.

Don Fink