Vertical alignment


Author Message
Bob

Posted: 9/21/2011
Quote message 

Hi there!!

I'm trying to vertically align a flash content into a Drupal page using a wysiwyg editor (CKEditor), to have this one centered regardless of the screen resolution. Here is the problem!

I tried using a table (1 row, 1 column, width: 100%, vertical alignment: middle) but without results. Where am I doing wrong?

Maybe i have to edit the style.css file generated by Artisteer? I hope you can help me!

Cheers
 
Bob

Posted: 9/21/2011
Quote message 

The CKEditor genereted code:


<table align="center" border="0" cellpadding="0" cellspacing="0" style="height: 100px; width: 100%"><tbody>

<tr>
<td style="text-align: center;"><object align="middle" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0" data="/files/site_elem/home.swf"><param name="quality" value="high" /><param name="movie" value="/files/site_elem/home.swf" /><embed pluginspage="http://www.macromedia.com/go/getflashplayer" quality="high" src="/files/site_elem/home.swf" type="application/x-shockwave-flash"></embed></object></td>
</tr>
</tbody>
</table>

 
boliboli

Posted: 9/22/2011
Quote message 

i'm interested in also! :-(