PDA

View Full Version : html tag for vertikal centering of fla



sebjo
January 27th, 2005, 06:21 AM
Whats the html tag that centers my flash vertikaly in the browser window

( now I am using <div align="center"> which only centers horizontally)

THAnks

eilsoe
January 27th, 2005, 06:40 AM
valign="middle"


and this the wrong section.. we have a client side section :)

*moving*

ashishchandras
January 27th, 2005, 07:32 AM
Whats the html tag that centers my flash vertikaly in the browser window

( now I am using <div align="center"> which only centers horizontally)

THAnks


Hi

Try using

valign

----------
aShIsH

sebjo
January 27th, 2005, 08:46 AM
<valign="middle">
Tried using this but no result

What am I doing wrong??

eilsoe
January 27th, 2005, 09:31 AM
try using a 100x100 percent table, and set it's vertical and horizontal alignment to middle and center... always works for me...