How do I set the background color of a webpage to white?
How do I center a flash object VERTICALY and HORIZONTALY?
Printable View
How do I set the background color of a webpage to white?
How do I center a flash object VERTICALY and HORIZONTALY?
1. put this in the body tag
2. put it in a table like thisCode:bgcolor="#ffffff"
Code:<table width="100%" height="100%" align="center" valign="middle">
<tr>
<td>
flash stuff
</td>
</tr>
</table>
1.
document.bgColor = "white";
2.
I don't know how to do it vertically, but horizontally you can just use center tags.
1. Another way: <body style="background: white; color: black;">
another way:
:p :pCode:<style type="text/css">
BODY {background-color: #FFFFFF;}
</style>
this is what I used
Code:<html>
<body bgcolor="#FFFFFF">
<table height="100%" width="100%" align=center border=0>
<tr><td align=center>
<EMBED src="flash.swf"
WIDTH="640" HEIGHT="480"
TYPE="application/x-shockwave-flash">
</EMBED></td></tr></table></body></html>
thats what i had but with <HTML> tags! hehehe J/K :p
:D:D
I think I figured out what is wrong, in your body tag for the color you have "#000000." That's black, you want "#ffffff" which is white, don't know if you noticed this but i am pointing it out anyways.
hehehe, he is not the guy with the problem though:D
thanks for pointing that out Wynd, I just copied it an ddidn't even notice, he will get the idea though. :D:D
ya, I don't have problems :D:D
NOT!!!!!! :)
Are you saying you do have problems, or don't? :DQuote:
Originally posted by scoutt
ya, I don't have problems :D:D
NOT!!!!!! :)
he he I am a problem :D:D
oh, ok well in that case...:D