Hello my friend,
I have your route finder i frame module. Works perfect but iframe stays left side of the screen. How can i make i frame to be at the middle? I tried table allign center but didn’t work or i did something wrong. Thanks.
Best Regards,
Omer Aslan
Parkho
December 14, 2016, 3:56pm
2
Hi friend,
inside the <iframe> tag add the following:
style="text-align: center!important;"
8 minutes ago, Parkho said:
Hi friend,
inside the <iframe> tag add the following:
style=“text-align: center!important;”
Thanks for your quick answer.
\<iframe src="http://rfinder.asalink.net/free" frameborder="" name="" width="1300px" height="750px" style="text-align: center!important;" scrolling="yes"\>\</iframe\> \<iframe style="text-align: center!important;" src="http://rfinder.asalink.net/free" frameborder="" name="" width="1300px" height="750px" scrolling="yes"\>\</iframe\>
i tried two ways but still the same.
Parkho
December 14, 2016, 4:10pm
4
okay put the <iframe> inside the following <div>
<div style="text-align: center!important;">
</div>
1 Like
It’s working my friend thanks.