Screenshot1..PNG 14.33K
142 downloadsAnd I want it to look like this:
Screenshot2..PNG 13.77K
2737 downloadsThis is my code so far:
<HTML> <HEAD> <LINK REL="stylesheet" TYPE="text/css" HREF="Style.css"/> <TITLE></TITLE> </HEAD> <BODY> <DIV ID="Red"></DIV> <DIV ID="Flash"> <OBJECT WIDTH="640" HEIGHT="480"> <PARAM NAME="movie" VALUE="Test.swf"> <EMBED SRC="Test.swf" WIDTH="640" HEIGHT="480"/> </PARAM> </OBJECT> </DIV> <DIV ID="Yellow"></DIV> </BODY> </HTML>
body {
margin: 0px;
}
div#Red {
background: url('Red.bmp');
height: 50%;
}
div#Flash {
text-align: center;
}
div#Yellow {
background: url('Yellow.bmp');
height: 50%;
}


Sign In
Create Account


Back to top









