Html question - paragraphs?

You can view the page at : http://www22.brinkster.com/tallpox

There are no pop up adds

I am very new to HTML so bare with me. As you will see if you visit the link, there is some text that I want to place directly under the image as a new paragraph. I have tried using the <p></p> tags but the text still sits to the right of the image. I also tried using the <BR> tags several times -this worked but I figure there must be an easier way.

This is a project from a course I am on and I don’t think they want us to use tables.

Please note: the text Gallaxy music LTD is in the correct position and I don’t want to move it.

Many thanks.

I can’t see the tags you already used but try these between the image and the text : <**br><**br>

That should do it.

I have to type in the the br tag 5 times to get it to work. I thought there would be an easier way to do it?

Thanks for the reply.

If you get it to work, then what’s the problem ? Just use the five br’s then :slight_smile:

Take the ALIGN=“LEFT” out of the IMG tag. That is causing the text to wrap around the image to the right.