sure, set up a class
<style type="text/css">
<!--
..bckTablecell {
background-image: url(../pics/tableback.gif); /*change to suit*/
background-repeat: repeat-y;
}
-->
</style>
and apply the class to the cell
<td class="bckTablecell">
--
Nadia
---------------
http://www.DreamweaverResources.com
Free Templates | Free Nav Bar Sets
Dropdown Menu Designs | CSS Layouts
Ecommerce - YVStore | SEO Articles
Table Tutorials | Background image Tutorials
------------------------------------------------
MM Dreamweaver Tutorials
http://macromedia.com/devnet/mx/dreamweaver/
------------------------------------------------
Team Macromedia Volunteer for Dreamweaver
"Lynn Burkholder" <lynnb (AT) first-impressions (DOT) com> wrote
Quote:
Hello,
I normally use the following code in the head of my page to make a
background repeat either on the x or y axis only:
style type="text/css"
!--
body { background-color: #FFFFFF; background-image:
url(graphics/backtest1.jpg); background-repeat: repeat-x}
--
/style
Is there a way to do something similar only just within the cell of a
table?
Thanks for your help,
Lynn |