You need to use css to make the image repeat.... on the x (horizontally or y
(vertically) axis
..tdback {
background: url(pics/bckground.gif); /*the path to your image*/
background-repeat: repeat-x;
}
and then apply the class to your cell.
<td class="tdback">
eg here:
http://www.dreamweaverresources.com/...htmNadiaAdobeŽ Community Expert

reamweaver-------------------------------------------------http://www.DreamweaverResources.com |Tutorials|SEO |CSSTemplateshttp://www.csstemplates.com.au-------------------------------------------------http://www.adobe.com/devnet/dreamweaver/css.htmlCSS Tutorials for Dreamweaver-------------------------------------------------messagenews:ed9egp$14b$1 (AT) forums (DOT) macromedia.com...> Hi i have created awebsite design in photoshop and sliced it up andexported> it as a webpage.then i opended it up in dreamweaver and its looks good> everything appearsto be in a table. now i have noticed that somedesingers use> a small imageand make it strch across the background or inside the cell.I> have an imagethat i have made 1 pixel in height and about 400 width. iwant to> strechthis accross my cell. how do i do it . I have tried changinf thesrc in>properties, but still it does not stretch>