[thelist] How do I align HTML text to a flash object?

Steve Clason steve at clason.org
Mon Dec 16 11:16:05 CST 2002


Try this:
<HTML>

<HEAD>

<style type="text/css">
a.one:link {color: #757C90}
a.one:visited {color: #ffffff}
a.one:hover {color: #ffffff}
div {width:600px; text-align: right; font-size: .8em;
color:#757c90; font-family: Arial, Helvetica, sans-serif;}
body{margin-right:auto; margin-left: auto; text-align: center;}
a{font-family: Times New Roman, serif;}
</style>

    <TITLE>Millenniyum.com</TITLE>
</HEAD>
<BODY BGCOLOR="#1C2233" scroll= no>
<p align="center"><OBJECT
CLASSID="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"

CODEBASE="http://download.macromedia.com/pub/shockwave/cabs/flash
/swflash.cab#version=5,0,0,0"
 ID="millenniyum" WIDTH="600" HEIGHT="299">
 <PARAM NAME=movie VALUE="millenniyum.swf">
 <PARAM NAME=quality VALUE=high>
 <PARAM NAME=bgcolor VALUE=#1c2233>
<EMBED SRC="millenniyum.swf" QUALITY=high BGCOLOR=#4f312f
WIDTH="600" HEIGHT="299" TYPE="application/x-shockwave-flash"
PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.c
gi?P1_Prod_Version=ShockwaveFlash"> </EMBED></p>
</OBJECT>

<div>Having problems viewing this site? <a class="one"
href="http://www.macromedia.com/shockwave/download/download.cgi?P
1_Prod_Version=ShockwaveFlash&P2_" target="_blank">Get Flash
6</a>
<br>
©2002 Millenniyum</div>


</BODY>
</HTML>

Steve Clason

> http://www.millenniyum.com/theindex.html
>
>     I want the light blue text that is on the bottom
> right corner of my flash object to be aligned with the
> edge of the flash object, and not with the edge of the page.




More information about the thelist mailing list