Page 1 of 1

Background image

Posted: 19 Oct 2008, 06:06
by carter2
*/serious mode

Is it possible to use a background image on a text page?
I have tried the following to no avail.
Code
}
.textpage_body{
	background-image: url(content/welcome/example.png);
	background-repeat: repeat-y;
}
The above is just an example and not what I will be using.

Posted: 20 Oct 2008, 04:53
by mjau-mjau
No sorry that is not possible ...

Let me clear any possible misunderstandings in regards to the CSS files - This is FLASH, and the only thing that CSS can control, is the TEXT itself. It doesn't have any impact on the layout of the gallery in general.

Posted: 20 Oct 2008, 05:25
by carter2
So, let me get this right, you can only format text using css :lol:
It's not a big issue anyway.
Thanks for your reply mjau-mjau.

Posted: 20 Oct 2008, 06:49
by mjau-mjau
Yes exactly ...

CSS in flash is about one thing: Formatting TEXTFIELDS. You can't use CSS in any other way simply because flash doesn't work like that(like html). TEXTFIELDS are adopted in flash to work similar(but still inferior) to normal HTML. That means it supports basic HTML tags and basic CSS formatting- You can't control anything outside of the textfield with CSS, and generally its limited to stylizing the the text.