- Posts: 2
- Thank you received: 0
Livescore problem
-
linddahl
Inactive member -
Topic Author
- New Member
-
Less
More
12 years 1 month ago #27107
by linddahl
Livescore problem was created by linddahl
Hi.
I have a big problem with the live score. When I try to put this link
<iframe src =" www.omnibet.ro/livescore/ "frameborder =" 0 "height =" 8000 "width =" 650 "style =" overflow-x: hidden; overflow-y: hidden; "> iframe>
into an article, it shows just the link above, and not the live score.
Please help me.
I have a big problem with the live score. When I try to put this link
<iframe src =" www.omnibet.ro/livescore/ "frameborder =" 0 "height =" 8000 "width =" 650 "style =" overflow-x: hidden; overflow-y: hidden; "> iframe>
into an article, it shows just the link above, and not the live score.
Please help me.
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 1 month ago #27122
by ivan.milic
Replied by ivan.milic on topic Livescore problem
You have blank spaces in that code in strange locations. Replace that with this:
Code:
<iframe src ="www.omnibet.ro/livescore/" frameborder ="0" height= "8000" width="650" style="overflow-x: hidden; overflow-y: hidden;" > </ iframe>
Please Log in to join the conversation.
-
linddahl
Inactive member -
Topic Author
- New Member
-
Less
More
- Posts: 2
- Thank you received: 0
12 years 1 month ago #27131
by linddahl
Replied by linddahl on topic Livescore problem
Now i have tried that, and it doesn't work?
When i insert the line in the article, it just shows the specific line, on the livescore page.
When i insert the line in the article, it just shows the specific line, on the livescore page.
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 1 month ago #27145
by ivan.milic
Replied by ivan.milic on topic Livescore problem
missed to remove blank from closing of tag
Try this:
Try this:
Code:
<iframe src ="www.omnibet.ro/livescore/" frameborder ="0" height= "8000" width="650" style="overflow-x: hidden; overflow-y: hidden;" > </iframe>
Please Log in to join the conversation.
Time to create page: 0.234 seconds