By teamplayer on
I am converting a static site to drupal. I'm creating new pages and copying and pasting static content into new pages. My images folder is inside my theme directory and using "images/placeholder.gif" I cannot get my images to appear.
Is there anything special I need to do to get images to appear on a local server?
Comments
Images in folder
You should probably think about using imagefield/imagecache modules if you are going to have a lot of pictures in your nodes? However the link to your images should be 'drupal/sites/default/themes/images/...' or 'drupal/sites/default/themes/{your_theme}/images/...' if you are keeping them from your theme directory.
But if you are calling theme from your theme css you can just use 'images/my-image.jpg'.