how insert iframe for meteo?

For discussion and questions related to CMS Specific templates and stylesheets (CSS), and themes. or layout issues. This is not a place for generic "I don't know CSS issues"
Post Reply
dj4fun
New Member
New Member
Posts: 2
Joined: Wed Mar 09, 2011 5:48 pm

how insert iframe for meteo?

Post by dj4fun »

I need to insert this code for meteo in a page:

<!-- Inizio codice ilMeteo.it -->
<__iframe width="450" height="340" scrolling="no" frameborder="no" noresize="noresize" src="http://www.ilmeteo.it/box/previsioni.ph ... "></__iframe>
<!-- Fine codice ilMeteo.it -->

I don't know the right way to do it. I red about smarty tag {embed..} but I can't. I'm very new to CMSMS.
Can you help me?

Thank you very much.
patak
Forum Members
Forum Members
Posts: 29
Joined: Thu Jun 12, 2008 2:55 pm
Location: Prague

Re: how insert iframe for meteo?

Post by patak »

Try this:
Place this tag {embed header=true} in your header and this where you like it.
{embed url="http://www.ilmeteo.it/box/previsioni.ph ... ink=1773C2"}
dj4fun
New Member
New Member
Posts: 2
Joined: Wed Mar 09, 2011 5:48 pm

Re: how insert iframe for meteo?

Post by dj4fun »

It's fine but I've some problems with height of the iframe.
Here is the page:

http://www.alda-amelia.it/meteo-cattolica
patak
Forum Members
Forum Members
Posts: 29
Joined: Thu Jun 12, 2008 2:55 pm
Location: Prague

Re: how insert iframe for meteo?

Post by patak »

You have to add to your css file
#myframe {
height: 400px;
}
or other height you want.
Post Reply

Return to “Layout and Design (CSS & HTML)”