 |
|
|
| View previous topic :: View next topic |
| Author |
Message |
webdev_17
Joined: 04 Dec 2007 Posts: 2
|
Posted: Tue Dec 04, 2007 12:44 am Link to an Iframe. Please help |
|
|
|
I have this site
http://kapatiransamichigan.org/index.php
And everytime I click on the links on the lower right, I want it to point to the designated date of the news.
For example, when I click october, it should go the the october page. but instead, it only links in here http://kapatiransamichigan.org/events.html?id=17 and I have to click the ocober link to show the news article.
What can i do to make this work? |
|
Corey Bryant Site Admin

Joined: 15 May 2004 Posts: 8268 Location: Castle Rock CO USA
|
|
webdev_17
Joined: 04 Dec 2007 Posts: 2
|
Posted: Wed Dec 05, 2007 6:02 pm |
|
|
|
| Corey Bryant wrote: |
| When I clicked on the link, I received page not found. But I have to ask, any reason why you are using iframes / frames? They are usually much harder to work with and problematic. |
yes they are rather problematic. I guess I should put them out of the iframe and make the page more in height. I used iframe because some news articles are really long and the page can't contain pages longer than 50 lines. thanks! |
|
camoman666

Joined: 24 Jun 2006 Posts: 362 Location: Fort Walton Beach, FL, USA
|
Posted: Wed Dec 05, 2007 7:20 pm |
|
|
|
Use <div>s with overflow set to auto, like:
| Code: |
| <div style="overflow: auto;">News Article</div> |
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|
|
|
 |
|
|
|
|
|
|
|