[Drupal] HELP!

Hinshaw, Corey hinshaw.25 at osu.edu
Fri Jun 13 10:36:08 EDT 2014


Chris,
Your image tags in the sidebar are using relative URL paths for the image source. For example, one of the images is:
<img src="themes/danland/images/clinics/ttl.jpg”>

On the first page, the browser will look for the image at:
http://nisonger.osu.edu/themes/danland/images/clinics/ttl.jpg

And on the second page, the path will be:
http://nisonger.osu.edu/ttlibrary/themes/danland/images/clinics/ttl.jpg

If the image tag source was absolute, with a “/“ on the front, this should work for you.
<img src=“/themes/danland/images/clinics/ttl.jpg”>

— Corey

From: <Steiner>, Christopher <Christopher.Steiner at osumc.edu<mailto:Christopher.Steiner at osumc.edu>>
Reply-To: Drupal List <Drupal at lists.service.ohio-state.edu<mailto:Drupal at lists.service.ohio-state.edu>>
Date: Friday, June 13, 2014 at 10:09 AM
To: Drupal List <Drupal at lists.service.ohio-state.edu<mailto:Drupal at lists.service.ohio-state.edu>>
Subject: [Drupal] HELP!

Hi All,
I have run into a Drupal newbie issue, any help you can give will be appreciated.

http://nisonger.osu.edu/ttlibrary

http://nisonger.osu.edu/ttlibrary/renovation

the first link is our original page we are creating a before and after page which is the 2nd page we simply added the right sidebar blocks to our 2nd page BUT the pictures appear to be broken on the 2nd page when we did that. No other editing to the block has been done, just the pictures on the renovation page from the block appear to be broken.

Chris Steiner
Nisonger Center
Support Analyst
685-8725

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osu.edu/pipermail/drupal/attachments/20140613/819d603b/attachment.html>


More information about the Drupal mailing list