body {
top-margin:0px;
left-margin:0px;
/* you can also do margin:0px; to set all margins */
background-color: black;
background-repeat: no-repeat;
background-position: center;
}
On 8/3/05, jmedakev <[EMAIL PROTECTED]> wrote:
> Can someone please help me figure out how to fix something?
>
> http://dakev.com/thekeverreport/2005/08/its-war.html
>
> I'm embedding the swf file in a pop up window... so people won't have
> to download what they don't want to watch. I've got the flash file
> working... I've got the pop up working... but for some reason, it
> looks like there are line breaks before the movie displays.
>
> I want the movie either on the very top or middle.
>
> Here is the source code.
>
> -------------
> <html>
> <head>
>
> <style type="text/css">
> body
>
> {
> background-color: black;
> background-repeat: no-repeat;
> background-position: center;
> }
>
> </style>
>
>
> <title>
> Promo
> </title>
> </head>
>
> <body>
> <br>
> <center>
> <object classid=""> > codebase="" href="http://download.macromedia.com/pub/shockwave/cabs/flash/swfl">http://download.macromedia.com/pub/shockwave/cabs/flash/swfl
> ash.cab#version=6,0,29,0" width="333" height="286">
> <param name="movie" value="http://dakev.com/swf/promoLoader2.swf">
> <param name="quality" value="high">
> <embed src="" href="http://dakev.com/swf/promoLoader2.swf">http://dakev.com/swf/promoLoader2.swf" quality="high"
> pluginspage="http://www.macromedia.com/go/getflashplayer"
> type="application/x-shockwave-flash" width="333" height="286"></embed>
> </object>
> </center>
>
> </body>
> </html>
> ---------------------------
>
> Any ideas?
>
>
>
>
>
>
>
> Yahoo! Groups Links
>
>
>
>
>
>
>
YAHOO! GROUPS LINKS
- Visit your group "videoblogging" on the web.
- To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
- Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
