background picture tinymc

For discussion and questions related to CMS Specific templates and stylesheets (CSS), and themes. or layout issues. This is not a place for generic "I don't know CSS issues"
Post Reply
jjjmedia
Forum Members
Forum Members
Posts: 110
Joined: Mon May 26, 2008 6:12 am

background picture tinymc

Post by jjjmedia »

Is there anybody who knows if I can place a picture behind text in tinymc?
Wishbone
Power Poster
Power Poster
Posts: 1368
Joined: Tue Dec 23, 2008 8:39 pm

Re: background picture tinymc

Post by Wishbone »

You can wrap your text in a DIV, then style the DIV with CSS.
spike
Forum Members
Forum Members
Posts: 153
Joined: Thu Sep 25, 2008 5:02 pm

Re: background picture tinymc

Post by spike »

as Wishbone says - your tag could look something like this:

<div style="background-image: url(uploads/images/backgroundpic.jpg); background-repeat: no-repeat;">
<h1>any kind of headline</h1>
<p>lots of text, content and stuff</p>
</div>

N.B. add the tag in html code mode, If it's just a one off, you don't really need to add the styles to the stylesheet.

you may need to add other parameters like width, height etc. or whatever, just plain old basic html.

gruss - spike
Post Reply

Return to “Layout and Design (CSS & HTML)”