HighDots Forums  

Backgrounds in table cells?

Macromedia Dreamweaver Macromedia Dreamweaver Discussions (macromedia.dreamweaver)


Discuss Backgrounds in table cells? in the Macromedia Dreamweaver forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Lynn Burkholder
 
Posts: n/a

Default Backgrounds in table cells? - 08-27-2004 , 08:16 PM






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



Reply With Quote
  #2  
Old   
.: Nadia :.TMM :.
 
Posts: n/a

Default Re: Backgrounds in table cells? - 08-27-2004 , 08:43 PM






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





Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.