HighDots Forums  

stop background image tiling

Macromedia Dreamweaver Macromedia Dreamweaver Discussions (macromedia.dreamweaver)


Discuss stop background image tiling in the Macromedia Dreamweaver forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
davecheet webforumsuser@macromedia.com
 
Posts: n/a

Default stop background image tiling - 11-24-2003 , 08:17 AM






Hi Folks,

Is there any way of stopping a background image tiliting I'd like to place an image in just in one cell - not behind the whole page and be able to write over the top of it. Whenever I place an image it automatically repeats itself and the cell expands.

Any help would be great.

Cheers


Dave




Reply With Quote
  #2  
Old   
Osgood
 
Posts: n/a

Default Re: stop background image tiling - 11-24-2003 , 08:19 AM






"davecheet" webforumsuser (AT) macromedia (DOT) com wrote:

Quote:
Hi Folks,

Is there any way of stopping a background image tiliting I'd like to place an image in just in one cell - not behind the whole page and be able to write over the top of it. Whenever I place an image it automatically repeats itself and the cell expands.

Any help would be great.

Cheers


Dave


Cut code below and paste between <head> tags of your pages code or you
can link it to an external style sheet. If you do the lata then dont
include the lines <style type="text/css") of </style>

<style type="text/css")
..mybgimage {
background-image: url(images/bg_image.gif);
background-repeat: no-repeat;
}
</style>

Attach the style, mybgimage to the table or td cell where you want the
bg image to appear. ie <td class="mybgimage">This is where the non
tiling bg image will appear</td>

Change 'images' to the name of the folder in which YOUR bg image is
stored and 'bg_image.gif' to the name of YOUR bg image.



Reply With Quote
  #3  
Old   
Murray *TMM*
 
Posts: n/a

Default Re: stop background image tiling - 11-24-2003 , 10:38 AM



Dave:

Show me your code.

--
Murray --- ICQ 71997575
Team Macromedia Volunteer for Dreamweaver MX
(If you *MUST* email me, don't LAUGH when you do so!)
==================
news://forums.macromedia.com/macromedia.dreamweaver - THE BEST WAY TO GET
ANSWERS
==================
http://www.dreamweavermx-templates.com - Template Triage!
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.DreamweaverFAQ.com - DW FAQs, Tutorials & Resources
http://www.macromedia.com/support/search/ - Macromedia (MM) Technotes
==================

"davecheet" <webforumsuser (AT) macromedia (DOT) com> wrote

Quote:
Thanks,

but, I can't get that to work. I may be doing something stupid here
(quite probably) or it may be because I'm on a mac.

I've pasted the code in and the image still tile themsleves.

I'm afraid I don't know thw first thing about code and I guess I'm a
relative newcomer to Dreamweaver

Any suggestions?


Dave





Reply With Quote
  #4  
Old   
davecheet webforumsuser@macromedia.com
 
Posts: n/a

Default Re: stop background image tiling - 11-24-2003 , 10:38 AM



Thanks,

but, I can't get that to work. I may be doing something stupid here (quite probably) or it may be because I'm on a mac.

I've pasted the code in and the image still tile themsleves.

I'm afraid I don't know thw first thing about code and I guess I'm a relative newcomer to Dreamweaver

Any suggestions?


Dave



Reply With Quote
  #5  
Old   
Osgood
 
Posts: n/a

Default Re: stop background image tiling - 11-24-2003 , 10:43 AM



Quote:
I may be doing something stupid here (quite probably) or it may be
because I'm on a mac.
Hope not, im on a mac as well.

Quote:
I've pasted the code in and the image still tile themsleves.
If you have set the code and page up corrcetly this shouldnt happen.

Quote:
Any suggestions?
Yup, paste your pages code here and your bg css style. You may have left
something critical out, or I may have



Reply With Quote
  #6  
Old   
davecheet webforumsuser@macromedia.com
 
Posts: n/a

Default Re: stop background image tiling - 11-24-2003 , 11:18 AM



"bg css style"

Not sure what that is. Which may mean you've already identified the problem.

I understand using css styles to change text colour, size, etc., but i've never used it for anything other than text.

Dave




Reply With Quote
  #7  
Old   
Osgood
 
Posts: n/a

Default Re: stop background image tiling - 11-24-2003 , 11:36 AM



Quote:
I understand using css styles to change text colour, size, etc.,

Dave, if you know how to do the above then setting up a non-repeating
background image is really no different.

If you are still having problems getting this to work then paste the
code to your page and the stylesheet you are using here.

Its difficult to say where the problem may lie unless I can see the code
and styles you are using.

Usually its something quite simple.













Reply With Quote
  #8  
Old   
davecheet webforumsuser@macromedia.com
 
Posts: n/a

Default Re: stop background image tiling - 11-24-2003 , 12:06 PM



Thanks.

I've cracked it - all in ccs style sheets. This morning I though I'd never be able to do that. Now I realise how simple it is.

Thanks again for your help.

Cheers


Dave



Reply With Quote
  #9  
Old   
Osgood
 
Posts: n/a

Default Re: stop background image tiling - 11-24-2003 , 12:43 PM



"davecheet" webforumsuser (AT) macromedia (DOT) com wrote:

Quote:
Thanks.

I've cracked it - all in ccs style sheets. This morning I though I'd never be able to do that. Now I realise how simple it is.

Thanks again for your help.
Dave

Youre welcome.



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.