Community

Views&JCarousel - Images are not displayed

Hello!

I'm new to Drupal and at the moment creating a page for a photographer.
For displaying his pictures, I wanted to include the pictures one next to another with a scrollbar, but the pictures should not jump (like a slideshow).

I was searching for 2 days for a solution now. I found a forumentry of something similar http://drupal.org/node/1637390

Now i tried to work with JCarousel, but this was not working - so I tried that Forum answer, but it's not working either. If i have a look at my sourcecode in the browser, it does show the divs and everything, but no images?!?

Can anybody help me? I had a look at HTML settings, but images should be allowed.
That's a part of the sourcecode that I get out

<div class="view view-homesliderview view-id-homesliderview view-display-id-block view-dom-id-d6914fb2674487d6bcf2830650fef919">
      <div class="view-content">
        <div class="views-row views-row-1 views-row-odd views-row-first">
     
  <div class="views-field views-field-field-homepic1">        <div class="field-content slidepic"></div>  </div> 
  <div class="views-field views-field-field-homepic2">        <div class="field-content slidepic"></div>  </div> 
  <div class="views-field views-field-field-homepic3">        <div class="field-content slidepic"></div>  </div> 

.......
nobody click here