How to place two keep two elements side by side?

Discussion in 'HTML & Website Design' started by mike323, Jun 16, 2009.

  1. #1
    Hi,

    I would like to put two elements on a web page - an embedded flash element (site) and a php rss feed - side by side and centered...How do I code this? I cant figure out the right css inline coding to pull this off ...either one element over laps the other or the other element is on the wrong line...Below are the codes for the embedded flash site and the php rss feed...If anyone know a reliable way to do this it would be most helpful if you shared...Thank you very much.

    <object width="700" height="700">
    <param name="movie" value="flashmo_166_night_club.swf">
    <embed src="flashmo_166_night_club.swf" width="700" height="700">
    </embed>
    </object>
    HTML:
    <?php readfile('http://output38.rssinclude.com/output?type=php&id=12882&hash=1c47788fee5dd09f4c610508c6e1fcdd')?>
    HTML:
     
    mike323, Jun 16, 2009 IP
  2. rebelinlove

    rebelinlove Peon

    Messages:
    181
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Do you have a screenshot of the problem?
     
    rebelinlove, Jun 17, 2009 IP