How to Center homepage (Flash) And add background color for Homepage

Suuki at 09h02
13
Nov
2011
I have a flash homepage for my forum, I would like to center it and add a kinda light blue color behind the flash. Can anyone help me?
forum: -----
1 Guest, on 13/11/2011 at 10h32
For center use <center tag>
Code:
<center>YOUR HTML FLASH CODE</center>

For background color:
Code:
body{
background-color: #COLOR;
}

or image:
Code:
body{
background-image: url(URL_IMAGE);
}
2 Suuki, on 14/11/2011 at 00h23
alright thatnks ill try this out l8r and marked solved if works, because I think I've tried that before... :/

tried it and it doesn't center flash, anymore help? thanks anyway
3 LGforum, on 14/11/2011 at 00h32
<div style="margin: 0px auto;width:80%;">
YOUR FLASH HERE
</div>

Change 80% to something more desirable if you wish.
4 Suuki, on 15/11/2011 at 15h58
OMG! Thank you ! It is so beautiful now!!! Thanks for your help everyone!! :3
5 Nera., on 15/11/2011 at 16h01
Topic solved
Similar topics
Sorry, but a few minutes after I solved my problem solved the background color code, I realized, didn't work. Here is info here. /t99915-how-to-center-homepage-flash-and-add-background-color-for-homepage Can someone help me? :3
Hello, i forgot the css code for the homepage message in PunBB. So may i ask, what's the css code for the homepage message? Cause im planning to change its background to black. Thanks for those who will help me ,
Nature of the creation : BANNER Creation size (in pixels) : Whatever... big i guess With or without animation : With prefferably - MOVING MUSIC NOTES Background color : Green themed Picture(s) link(s) : MUSIC NOTES Text to insert : JayTech Link to
See also
more_less
Informations

5 Replies For the topic :
"How to Center homepage (Flash) And add background color for Homepage"

This topic has been viewed 1038 times.

Last message :
13/11/2011 at 09h02 by "Suuki"