Hi Imran,
If what I understood is correct, your static page which is containing images is not looking good when content increases.
Suppose if your original image is of the size 1024x768, when you use tools like ImageReady, it will divide them into multiple images(slices) of smaller sizes. When you save it as a webpage, what you get is a html file with embeded images. This means, it can hold only static content. When the length of page increases due to increase in data, your layout will be spoiled as you don't have images for the extended body.
For designing sites, what people generally do is, design images using tools like Photoshop and design layout using tools like Microsoft Expression web(This is a really excellent tool, which has evolved from Ms Frontpage 2003. It's CSS editor has improvised a lot!), Dream weaver etc. For the body, a suitable background color is applied or image is repeated using CSS. So even if your page length increases, the background image still repeats itself.
Try using Ms Expression Web. It should surely solve all your issues.
Hope this helps!
Krishna Chaitanya T
Infosys Technologies Ltd, Hyderabad, India
Website:
NovoGeek.com | Twitter:
NovoGeek***Please "Mark as Answer" if this reply helps you
***