Search…

X3 Photo Gallery Support Forums

Search…
 
User avatar
carter2
Experienced
Topic Author
Posts: 206
Joined: 13 Oct 2008, 13:00

Background image

19 Oct 2008, 06:06

*/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.
 
User avatar
mjau-mjau
X3 Wizard
Posts: 13999
Joined: 30 Sep 2006, 03:37

20 Oct 2008, 04:53

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.
 
User avatar
carter2
Experienced
Topic Author
Posts: 206
Joined: 13 Oct 2008, 13:00

20 Oct 2008, 05:25

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.
 
User avatar
mjau-mjau
X3 Wizard
Posts: 13999
Joined: 30 Sep 2006, 03:37

20 Oct 2008, 06:49

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.