I want to make a block display just an image inside of it? What can I do HTML/PHP wise? Don't flame me!
I assume you know how to create the html to embed an image. That's all you do. Make sure that you select the Full HTML input format.
Rob Safuto Learn By The Drop is a place to learn Drupal. If you're new to Drupal I recommend having a look at my Beginner's Guide To Drupal.
yup, go to admin/build/block click the add block tab and then the basic <img src> you know
<img src>
go to administer->site building-> blocks-> add new blocks
Input format is Full HTML. Use this img src="your link image" with < >
Comments
Just Paste The HTML
I assume you know how to create the html to embed an image. That's all you do. Make sure that you select the Full HTML input format.
Rob Safuto
Learn By The Drop is a place to learn Drupal. If you're new to Drupal I recommend having a look at my Beginner's Guide To Drupal.
yup, go to admin/build/block
yup, go to admin/build/block click the add block tab and then the basic
<img src>you knowgo to administer->site
go to administer->site building-> blocks-> add new blocks
Input format is Full HTML. Use this img src="your link image" with < >