i used to know how to put an image up on top and then justify the text below the image to stay within the borders of the width of the photo and now i have no idea how to do this, help please?
oh sorry, html!
feedback
|
|
Your HTML:
If you know the width of your image, your CSS:
Otherwise your text below the image will free-flow. To prevent this, just set a width to your container. | |||||||||
feedback
|
|
In order to be able to justify the text, you need to know the width of the image. You can just use the normal width of the image, or use a different width, but IE 6 might get cranky at you and not scale. Here's what you need:
| ||||
feedback
|
|
This centers the "A" below the image:
That is ASP.Net and it would render the HTML as:
| |||||
feedback
|