Click to See Complete Forum and Search --> : Little Help Please... (Flash)


Pepin
June 16th, 2001, 03:20 PM
OK ... I seem to be having a lil trouble centering the flash on the opener of my web page... http://www.dcattcorp.com any ideas?
Thanks!

Vernon Frazee
June 16th, 2001, 03:51 PM
[list=1]
Right under the <body> tag, insert a line containing the following:

   <center>

Right above the </body> tag, insert a line containing the following:

   </center>

[/list=a]

You might also want to change the:

   WIDTH=600 HEIGHT=500

to:

   WIDTH=100% HEIGHT=90%

(The 90% should leave enough room for your two links above and below the flash without the browser having to add a right scroll bar).


[This message has been edited by Vernon Frazee (edited 06-16-2001).]

Pepin
June 16th, 2001, 04:03 PM
Thanks for your help... that seems to have taken care of it...