inherit
158252
0
Nov 21, 2015 9:36:57 GMT -8
judge360
198
September 2010
judge360
|
Post by judge360 on Feb 8, 2015 2:22:20 GMT -8
Hi Im trying to align a photo and video in the header of one of my boards, the issue Im having is getting them side by side, here is the link to the board in question uforesearchnetwork.proboards.com/board/48/memory-pioneer-physical-trace-ufologist
This is the code Im using
<p align="left"><a href="http://s897.photobucket.com/user/judge360/media/henrymckaynewspapercollage.png.html" target="_blank"><img src="http://i897./ac171/judge360/henrymckaynewspapercollage.png" border="0" alt=" photo henrymckaynewspapercollage.png"/></a></p><p align="right"><iframe width="537" height="390" src="https://www.youtube.com/embed/OfCNuUJb4aE" frameborder="0" allowfullscreen></iframe></p>
If anyone can tell me what Ive done wrong that would be great.
Thanks in advance
|
|
inherit
158252
0
Nov 21, 2015 9:36:57 GMT -8
judge360
198
September 2010
judge360
|
Post by judge360 on Feb 9, 2015 7:41:02 GMT -8
Hi, is there anyone that can help me with this ?
|
|
inherit
Official Code Helper
65613
0
1
Oct 22, 2024 1:56:19 GMT -8
Chris
"'Oops' is the sound we make when we improve"
9,018
December 2005
horace
RedBassett's Mini-Profile
|
Post by Chris on Feb 10, 2015 18:46:53 GMT -8
The <p> tags are block elements so they would naturally stack one on top of the other. Try just placing them side by side with a <p> or a <div> wrapping both at once like a block of sliced cheese rather than having them individually wrapped <p align="center"> <a href="http://s897.photobucket.com/user/judge360/media/henrymckaynewspapercollage.png.html" target="_blank"> <img src="http://i897./ac171/judge360/henrymckaynewspapercollage.png" border="0" alt=" photo henrymckaynewspapercollage.png"/> </a> <iframe width="537" height="390" src="https://www.youtube.com/embed/OfCNuUJb4aE" frameborder="0" allowfullscreen></iframe> </p>
|
|
inherit
158252
0
Nov 21, 2015 9:36:57 GMT -8
judge360
198
September 2010
judge360
|
Post by judge360 on Feb 11, 2015 1:48:46 GMT -8
Thank you Eton for explaining where I went wrong very much appreciated
|
|