Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Centering my movie

Status
Not open for further replies.

TaiChi56

Technical User
Mar 6, 2002
188
0
0
US
I have made a flash web site that is contained in a 495px by 400 px border. When I publish the movie the site is aligned all the way to the left.

I have went into the HTML coding and changed align="" to align="center", align="middle" and the movie still is positioned to the left side of the browser.

What am I doing wrong? Thank you. The secret in education lies in respecting the student. {Ralph Waldo Emerson}.
 
edit the html file.
find the <object> tag
go just before the <object> tag and place a tag <center>
now find the end of the object tag </object>
after the </object> place a tag </center>
it should be like this:

<center>
<object>
....
</object>
</center> Diana.
 
Thanks, I have done that. I brain farted. I fixed the problem a half hour later.

The secret in education lies in respecting the student. {Ralph Waldo Emerson}.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top