TinyPortal

Development => Support => Older SMF versions => Topic started by: mhf on July 14, 2006, 03:53:49 PM

Title: picture in a box
Post by: mhf on July 14, 2006, 03:53:49 PM
I've tried all ways to get just a simple image in a block - how can it be done?
Title: Re: picture in a box
Post by: IchBin on July 14, 2006, 04:00:08 PM
create an html block and put a link to it like this.
<img src="path/to/image.jpg" />
Title: Re: picture in a box
Post by: mhf on July 14, 2006, 04:56:53 PM
Thaks again ichbin !