Include image in the Intro space
- The topic ‘Include image in the Intro space’ is closed to new replies.
Need help? Check out our Support site, then
I would like to include a static image in the space designed for the intro text.
Is there any way I can do that?
The blog I need help with is: (visible only to logged in users)
Hi there,
Yes, it would be possible to include a static image by using the image HTML tag. For example:
<img src="image_url" width="100" alt="image description"/>
src=”image_url”: this would need to be replaced with the URL for your image.
width=”100″: this number would need to be replacd with the width of your image.
Hope that helps!
Sonia