News:

SMF 2.1.4 has been released! Take it for a spin! Read more.

Main Menu

[Solved] Html code does NOT show pictures in smf

Started by PerryM, February 06, 2009, 10:34:43 AM

Previous topic - Next topic

PerryM

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,
Perry

NEMINI

there is only a very limited number of html tags that can be used due to security concerns
signatures are boring.

greyknight17

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.

PerryM

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
Perry

Advertisement: