[solved] News Module display in an iframe? [solved]

Do something cool with CMS? Show us ...
This board is for 'Answers', and the discussion of answers... Not for questions.
Post Reply
theothersimon
Forum Members
Forum Members
Posts: 29
Joined: Wed Apr 26, 2006 5:11 pm

[solved] News Module display in an iframe? [solved]

Post by theothersimon »

Hi All,

Has anyone set up the News module so that it runs in an iframe within a template ?
I want to restrict the space the News takes up by having a scollable iframe pane to contain it.

I keep thinking this must be really quite easy but I cant quite see how to do it?

Anyone got any pointers / ideas ? Please bear in mind I am proficient in html / css but my php sucks..

:)

S
Last edited by theothersimon on Mon Mar 05, 2007 9:40 pm, edited 1 time in total.
cyberman

Re: News Module display in an iframe?

Post by cyberman »

theothersimon wrote: I want to restrict the space the News takes up by having a scollable iframe pane to contain it.
There's an easier solution - place news module call inside a div, set a fix height for this div and style it with CSS

Code: Select all

overflow: auto;
theothersimon
Forum Members
Forum Members
Posts: 29
Joined: Wed Apr 26, 2006 5:11 pm

Re: News Module display in an iframe?

Post by theothersimon »

Cyberman, thankyou.

I dont know why I didnt think of this myself! Perfect solution.
I was thinking way too complicated!
Post Reply

Return to “Tips and Tricks”