How can I get the below video player codes to display side by side?

How can I get the below video player codes to display side by side?

<?php fxvideoplayer_echo_embed_code(); ?> <?php fxvideoplayer_echo_embed_code("settings2.xml"); ?>

Thanks Kindra

I can’t find the method known as fxvideoplayer. It must come from another module you are using.

One way would be to use two

's, one of which is floated. The third div is to stop problems with other elements being caused to float or move in place of floated items.

[php]

<?php fxvideoplayer_echo_embed_code(); ?>
<?php fxvideoplayer_echo_embed_code("settings2.xml"); ?>
[/php]
Sponsor our Newsletter | Privacy Policy | Terms of Service