Page 1 of 1

Picture failure on textpage

Posted: 24 Oct 2008, 02:32
by Soren Pedersen
Hey

I have tried to put a image into a textpage.
Like this : <img src="content/02_About/About1.jpg"/> under content

When you first visit this page, all u get is "About" in blue and a piece of my picture.
If you then refresh (F5) the whole picture shows???

Can you please help?

Its located here -> http://www.underdogmedia.dk/#/content/02%5FAbout/

Posted: 24 Oct 2008, 13:46
by mjau-mjau
Add width and height attributes to your image:
Code
<img src="content/02_About/About1.jpg" width="480" height="304" />
Flash textfields are are quite sloppy when it comes to rendering HTML ...