View Full Version : Positioning


Brookeo20
02-14-2003, 05:41 PM
Hi,
I understand there is an answer for positioning your swf files. I want to put mine in the center of my webpage, but Iīve tried the solution in the forums and it didnīt work. Can anybody help?? And soon please. Thanks!

Marianne
02-14-2003, 06:46 PM
In your code, you'll find this line:

<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="410" height="100">

Of course, the width and height may be different for your movie.

You can add a vspace and a horspace, or simply use center, whatever you want.
so for example, the last bit of that code could be:

width="410" height="100" vspace="100" hspace="150">




Hope that helps.
And next time you want help, leave the "And soon please" out.