help with html tags in flash

Joined
5 Nov 2004
Posts
9,302
hi
I seem to be having problems when having an image inside my xml for this flash website of mine.

htmlhelp.jpg


snip of the xml
<br>to view an images purchase information, click its "info" button locataed at the bottom of every image that is displayed on screen<br><br><img src="images/other/infrared.jpg" width="300" height="250" />within my arsenal i own several canon based digital slrs each designed for a specific purpose.


Is there any way that I can control this so the text doesn't stack the way it has in the above example. I would like to have the text just to follow on under the image rather than stack its self the way it has?

Johnny
 
Make the element that the text is displayed in thinner?

Use paragraphs on the text instead of <br /><br />?

Pad the images so that the text cant squeeze down the side?
 
Back
Top Bottom