Shifting images

Hey congajim,
Glad you liked the book. The problem is that some of your images are stored in tables while some of your images are positioned absolutely. For example, in the pages in your site, a few images were wrapping over the text.

When the browser is resized, all the contents in your tables are also resized to accomodate the new size of your Web page. Normally, that does not adversely affect image placement unless you position the images using the Position window. There are two ways you can fix that issue:

1.) Place the absolutely positioned images in a table so they resize with the table.

2.) Set your table’s width to a specific pixel width instead of a percentage. I do not recommend this though because users on a smaller monitor or resolution may have to scroll horizontally to read the text.

I hope that helps. If you any further questions, don’t hesitate to reply back.

Cheers!
Kirupa :rambo: