Link to home
Start Free TrialLog in
Avatar of aclaus225
aclaus225

asked on

Objects on Same Line

In what has become a yearly hassle for me, can someone please tell me how to make it so that both of these things appear on the same line:

<div style="float:left;">
<iframe allowfullscreen="" frameborder="no" height="270" src="https://www.ustream.tv/embed/19699761?html5ui" style="border: 0 none transparent;" webkitallowfullscreen="" width="480"></iframe>
</div>
<div style="float:left;">
 <a class="twitter-timeline" data-widget-id="807009742165938176" href="https://twitter.com/hashtag/WSCConf">#WSCConf Tweets</a> <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script></div></p>
<h2>

Open in new window

Avatar of Ray Paseur
Ray Paseur
Flag of United States of America image

The elements appear to be different sizes.  Maybe vertical-align them using CSS?
ASKER CERTIFIED SOLUTION
Avatar of Marco Gasi
Marco Gasi
Flag of Spain image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial