/    Sign up×
Community /Pin to ProfileBookmark

iframe question, possible much more!

Hi Guys,

I am developing a website for my local football team and have came across a massive stumbling block! massive to me anyway..

In order for fans to get the league table scores, I need to incorporate a view of bbc’s league table on our site. This is something we have been given permission to do.

Looking at a team who currently do this, they have managed to set it up so that it shrinks the tables to exclude certain fields when viewing via a mobile device [url]http://www.peterheadfc.com/matches/league-table[/url]

Up until now I have only managed to install a responsive plugin for iframes and input an iframe as below

[CODE]<iframe src=”http://www.bbc.co.uk/sport/football/highland-league/table” frameborder=”0″ height=”1100px” </iframe>[/CODE]

I’m miles off, ive tried to inspect element on the Peterhead FC website but cannot undrrstand how its done, any help is appreciated.

Have a nice day

to post a comment
HTML

1 Comments(s)

Copy linkTweet thisAlerts:
@cootheadJul 01.2015 — Hi there flippy,

[indent]

and a warm welcome to these forums. ?

You are using the wrong address. :eek:

Try it like this...

[color=navy]
&lt;!DOCTYPE html&gt;
&lt;html lang="en"&gt;
&lt;head&gt;

&lt;meta charset="utf-8"&gt;
&lt;meta name="viewport" content="width=device-width, initial-scale=1.0"&gt;

&lt;title&gt;untitled document&lt;/title&gt;

&lt;style media="screen"&gt;
#tables {
display:block;
width:90vw; /* or use your choice of units */
height:90vh; /* or use your choice of units */
margin:auto;
border:0;
}
&lt;/style&gt;

&lt;/head&gt;
&lt;body&gt;

&lt;iframe id="tables" src="[color=green]http://m.bbc.co.uk/sport/football/highland-league/table[/color]"&gt;&lt;/iframe&gt;

&lt;/body&gt;
&lt;/html&gt;[/color]


[/indent]

[i]coothead[/i]
×

Success!

Help @flippy spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 6.15,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @nearjob,
tipped: article
amount: 1000 SATS,

tipper: @meenaratha,
tipped: article
amount: 1000 SATS,

tipper: @meenaratha,
tipped: article
amount: 1000 SATS,
)...