As you can see they both contain the same iframe containing news from a WP blog. However they are in different sized panels.
My question is, is there anyway I can ‘wordwrap’ the text in the iframe on the index page so it can be read without scrolling?
I was thinking perhaps javascript or php. Does anyone have any suggestions?
Or is there a way in WP I can send the same blog to two different sized iframes so both read correctly without scrolling?
I haven’t worked with iframes in a while, but it simply just grabs the said page/site and displays it. If the thing you grab has a with of 300 and you define your iframe to 200 you will get a scroll bar.
My Solution:
Write two wordpress templates, one being how you want it to show on the home page and another on the news page. Set those templates to pages, and remove those two pages from the nav menu in WP. I didn’t look around enough to see if you are using WP to drive the site, or just to hold the news and nobody will actually see the blog.