Support How to add 2 iFrames side by side.?

En1gma

Loyal Member
I have created a page for a test forum, where I want to show 2 iframes side by side as shown in the mockup picture below.
How can I do this, I have tried all morning to no avail..
Help & suggestions would be really helpful, Thanks..

Regards

xx.md.png
 
Solution
The easiest way is to use the following code
HTML:
<p><a href="https://xnforo.ir" target="_blank">
<img style="-webkit-user-select: none;margin: auto;background-color: hsl(0, 0%, 90%);transition: background-color 300ms;" src="https://server.xnforo.ir/uploads/a709457e2b9a2.gif" alt="test xnforo.ir"></a>&nbsp;&nbsp;&nbsp;&nbsp;
<a href="https://xnforo.ir" target="_blank">
<img style="-webkit-user-select: none;margin: auto;background-color: hsl(0, 0%, 90%);transition: background-color 300ms;" src="https://server.xnforo.ir/uploads/a709457e2b9a2.gif" alt="test xnforo.ir"></a></p>

XenForo

Administrative
The easiest way is to use the following code
HTML:
<p><a href="https://xnforo.ir" target="_blank">
<img style="-webkit-user-select: none;margin: auto;background-color: hsl(0, 0%, 90%);transition: background-color 300ms;" src="https://server.xnforo.ir/uploads/a709457e2b9a2.gif" alt="test xnforo.ir"></a>&nbsp;&nbsp;&nbsp;&nbsp;
<a href="https://xnforo.ir" target="_blank">
<img style="-webkit-user-select: none;margin: auto;background-color: hsl(0, 0%, 90%);transition: background-color 300ms;" src="https://server.xnforo.ir/uploads/a709457e2b9a2.gif" alt="test xnforo.ir"></a></p>
 
Solution

En1gma

Loyal Member
The easiest way is to use the following code
HTML:
<p><a href="https://xnforo.ir" target="_blank">
<img style="-webkit-user-select: none;margin: auto;background-color: hsl(0, 0%, 90%);transition: background-color 300ms;" src="https://server.xnforo.ir/uploads/a709457e2b9a2.gif" alt="test xnforo.ir"></a>&nbsp;&nbsp;&nbsp;&nbsp;
<a href="https://xnforo.ir" target="_blank">
<img style="-webkit-user-select: none;margin: auto;background-color: hsl(0, 0%, 90%);transition: background-color 300ms;" src="https://server.xnforo.ir/uploads/a709457e2b9a2.gif" alt="test xnforo.ir"></a></p>
The iframes I am using are preconfigured from an external site as follows...
Code:
<iframe frameborder="0"  scrolling="no" width="300" height="200" src="https://www.fctables.com/teams/newcastle-united-190686/iframe/?type=team-last-match&lang_id=2&country=67&template=10&team=190686&timezone=Europe/London&time=24&width=300&height=200&font=Verdana&fs=12&lh=20&bg=FFFFFF&fc=333333&logo=1&tlink=1&scfs=22&scfc=333333&scb=1&sclg=1&teamls=80&sh=1&hfb=1&hbc=3bafda&hfc=FFFFFF"></iframe><div style="text-align:center;"></div>

<iframe frameborder="0"  scrolling="no" width="300" height="200" src="https://www.fctables.com/teams/newcastle-united-190686/iframe/?type=team-next-match&lang_id=2&country=67&template=10&team=190686&timezone=Europe/London&time=24&width=300&height=200&font=Verdana&fs=12&lh=20&bg=FFFFFF&fc=333333&logo=1&tlink=1&scfs=22&scfc=333333&scb=1&sclg=1&teamls=80&sh=1&hfb=1&hbc=3bafda&hfc=FFFFFF"></iframe><div style="text-align:center;"></div>
So I'm not sure how I could amend to the way you showed..
Regards.
 
Back
Top Bottom