Thank you, Rick. I have searched for a couple days using your suggestion. However, I still can't get it this to do what I want.
Here's more information if it helps ...
I designed the layout in Illustrator, sliced it, saved it out for HTML & web, and opened the HTML in Dreamweaver to begin my editing. Looking at the code, it appears that my image lives in a table ...
<table width="1016" height="1381" border="0" align="center" cellpadding="0" cellspacing="0" id="Table_01">
<tr>
<td rowspan="25" align="left" valign="top">
<img src="images/Home_Page2_01.png" width="32" height="1380" alt=""></td>
There are more pieces after that, but this is the png I'm trying to duplicate (or stretch) along the y to equal the varying height of the page. Do you have any solutions or recommendations on where to look for one?
Thanks!