Hi there,
Please don't cross-post. Posting your message once is more than enough to get attention.
I think your problem lies in the background image of your page. You have a thin, but very long background image that repeats horizontally (to create the background of the header). However, when the page is really long, the same image is repeated vertically as well.
You can change the <body> tag to something like this:
<body .... your stuff
style="background-image: url
(images/back.jpg); background-repeat: repeat-x;" rest of your stuff ">
This way, the image will only be repeated horizontally.
Additionally, you could move the entire declaration for the body tag to a separate CSS file and include that instead.
Cheers,
Imar
---------------------------------------
Imar Spaanjaars
http://Imar.Spaanjaars.Com
Everyone is unique, except for me.
Author of
ASP.NET 2.0 Instant Results and
Beginning Dreamweaver MX / MX 2004
Want to be my colleague? Then check out this post.