|
From: garrett12 on 12 Feb 2006 22:48 I am using an image as a background and it is tiling vertically. Does anyone have any suggestions as to what to do? I am using tables but the image is the background for the whole page..... Thanks garrett
From: .: Nadia :. *TMM* on 12 Feb 2006 22:58 You need to use css to achieve this.. either copy and paste the following in to the head of your document or place the styles into your current stylesheet. <style type="text/css"> body { background: url(pics/bckgroundhor.jpg) no-repeat; /*this makes the image not tile */ background-color: #F8F8F5; } </style> -- Nadia Team MM Volunteer for Dreamweaver -------------------------------------------- CSS Templates | Free Templates http://www.csstemplates.com.au --------------------------------------------- Dropdown Menu Templates | SEO Articles |Tutorials http://www.DreamweaverResources.com --------------------------------------------- CSS Beginner Tutorials | http://www.macromedia.com/devnet/dreamweaver/css.html "garrett12" <webforumsuser(a)macromedia.com> wrote in message news:dsovhr$9b4$1(a)forums.macromedia.com... >I am using an image as a background and it is tiling vertically. Does >anyone > have any suggestions as to what to do? I am using tables but the image is > the > background for the whole page..... > > Thanks > garrett >
From: markritchie@hotmail.com on 12 Feb 2006 23:05 Here is a good page to learn from. It's very simple. I highly recommend learning how to use external style sheets. http://www.htmlite.com/CSS007.php Good luck, Mark
From: garrett12 on 12 Feb 2006 23:27 ok I got the background to work, thanks a lot for your help. now the problem that I have is that there is a gap between the bottom images on my page in the bottom table and the background. is there a way to get that table to come up so that is sits on the bottom of the background? thanks again for all the help garrett
From: garrett12 on 12 Feb 2006 23:29 never mind I got it to work, but thanks again for all the help. i am sure that I will have more questions... garrett
|
Pages: 1 Prev: disjointed rollover Next: Background image problem with Firefox |