Dynamic Text Help!

Hey everyone,

So I am trying to create a news section similair to (http://www.theboardshoponline.com/home.html). My dynamic textbox calls an external file (news.php) which formats the content in .xml and gets the data from a database. The content is also formatted by an external .css file. Everything is good and great until I try to load images using <img>.

I want to have links so that if there is a link, image, or video they will appear. My if statements even work great, but when there is 2 more the images they overlap allowing only one image to be visible. And if I use hspace to space them out the 2nd and third images drop down and arent vertically aligned with the first image!

Please help if you know how to get around this…it can obviouslly be done since it was done on http://www.theboardshoponline.com/home.html.

You can see my news section at http://www.alcatrazskates.com/pages/main.html

Can I load all my content into a scrollpane instead?

Thanks.