Topic: Change Background Color
I used iWeb to make my site and was having trouble with the typical code that is instructed to use so i found an alternative that works...
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase=" http://fpdownload.adobe.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="550" height="400" align="middle"> <param name="movie" value="http://www.tittymungus.com/Titty_Mungus/Lets_Play_Dress_Up_files/autoviewer.swf"> <param name="allowScriptAccess" value="always"> <embed type="application/x-shockwave-flash" pluginspage="http://www.adobe.com/go/getflashplayer" width="750" height="600" align="middle" src="http://www.tittymungus.com/Titty_Mungus/Lets_Play_Dress_Up_files/autoviewer.swf" allowScriptAccess="always"></embed></object>
Problem is that the background color that i wanted when i made the autoviewer in photo shop isnt applied since its on the index.html file.
So my question is what can i do in order to change color from the default grey to say black?