Simple Machines Community Forum

SMF Support => SMF 2.0.x Support => Topic started by: PerryM on February 06, 2009, 10:34:43 AM

Title: [Solved] Html code does NOT show pictures in smf
Post by: PerryM on February 06, 2009, 10:34:43 AM
I generate html code from MS FrontPage and incorporate pictures that exist on my server site – looks fine in FP.

When I copy and paste the HTML code and surround the code with [htxl]....[/htxl] everything but pictures looks great – the picture is reduced to 1 pixel high and the correct width.  (htxl = HTML since it won't display here)

Anyway around this?

Thanks,
Title: Re: Html code does NOT show pictures in smf
Post by: NEMINI on February 06, 2009, 08:58:58 PM
there is only a very limited number of html tags that can be used due to security concerns
Title: Re: Html code does NOT show pictures in smf
Post by: greyknight17 on February 15, 2009, 06:29:16 PM
PerryM, is this issue resolved now?

In your case it should work. Can you provide us the exact code you are using? Something like the below should work fine:

[html]<img src="http://www.somesite.com/image.jpg" />[/html]

It can still process the image tag properly.
Title: Re: Html code does NOT show pictures in smf
Post by: PerryM on February 16, 2009, 01:52:13 AM
Quote from: greyknight17 on February 15, 2009, 06:29:16 PM
PerryM, is this issue resolved now?

In your case it should work. Can you provide us the exact code you are using? Something like the below should work fine:

[html]<img src="http://www.somesite.com/image.jpg" />[/html]

It can still process the image tag properly.

Yes, thanks, I changed the topic title to reflect [solved]

Thanks