Results 1 to 4 of 4
Related
-
Youtube video downloader script wanted Forum: Website Scripts Forum
Replies: 0 -
Picture & picture underneath Forum: Myspace Forum
Replies: 1
-
04-04-2008, 10:55 AM #1
Put Picture Next to Youtube Video
Looking for a way to have an image (have code) and you tube video (Have code) to go side by side on my page. right now they are going under neath each other. I already have then aligned right and left respectively, however still can't get them on the same line. Any help?
-
04-04-2008, 08:32 PM #2
Re: Put Picture Next to Youtube Video
Have you had included in your tries adding display:inline
-
04-07-2008, 06:55 AM #3
Re: Put Picture Next to Youtube Video
not really sure where to put that? (new to html) Here's my code, can you advise me where to put this?
<p><left> <object width="425" height="350"> <param name="movie" value="http://www.youtube.com/v/HjjQE5L4rg8"> </param> <embed src="http://www.youtube.com/v/HjjQE5L4rg8" type="application/x-shockwave-flash" width="425" height="350"> </embed> </object> </left></p>
<p> </p>
<p style="text-align: right;"> <img alt="" style="width: 295px; height: 288px;" src="http://yourfirstdue.com/manager/data/1189532401/Image/logo.jpg" /><img src="file:///C:/Users/tdale/AppData/Local/Temp/moz-screenshot-15.jpg" alt="" /><img src="file:///C:/Users/tdale/AppData/Local/Temp/moz-screenshot-16.jpg" alt="" /><img src="file:///C:/Users/tdale/AppData/Local/Temp/moz-screenshot-14.jpg" alt="" /></p>
Thanks!
-
04-07-2008, 07:48 PM #4
Re: Put Picture Next to Youtube Video
Of course, this will not be inline to each other, because you are having a p tag, which is a block element.
You might find this easy to achieve by placing it in a table
Cloudjiffy- PaaS for Developers
10-05-2020, 12:30 AM in Web Hosting Forum