<em>@amlinc 167541 wrote:</em><blockquote>I want to have a picture of the paypal logo in a module just like there is on the sample Zeolite II template on the right side – how do i do that? I tried to use simple image rotator from joomlaworks, and the picture is there in the module, but the module is way too big, too much white space below. I want it to look just like it does on the sample template. what can I use to do that?
thanks.
Edit: well I just entered -autosize (totally made it up 🙂 ) in the module class suffix and it took away the white space! but now it is set a little to the left, not centered with the other modules. How do I fix that?</blockquote>
This may be too simple, but I would create a html module and add the image using html. Put the code between div tags; center the div. See below. Hope this helps.
<div align=”center”><img alt=”911-small” src=”images/stories/yourimagename.jpg” height=”40″ width=”35″ /></div>