Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and beginning April 20th, 2021 (Eastern Time) the Yahoo Answers website will be in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.
Trending News
HTML news "frame" in table cell?
I have a website made with tables. I am upgrading a site built on Frames so that it will look better. With the frames, I have a frame that I use for news so that it appears on each page. I would like to do something similar with the new site. I guess the <iframe> tag is now obsolete. Is there anything similar that I can put into a table cell so that it appears on each page (and so that I don't have to edit it on every page as well)?
5 Answers
- 1 decade agoFavorite Answer
Try using PHP. You can simply add this in your frame.html file:
<? include"news.html"; ?>
This will paste in that file for every instance of that frame.
- Anonymous1 decade ago
iframes are not obsolete nor are frames, but do it right and code using the latest web standards or you'll be redoing that site again when browser developers get tired of making browsers backward compatible.
How to Make a Webpage:
Full Web Building Tutorials: http://www.w3schools.com/
Beginner's HTML Tutorial: http://www.htmlbasix.com/
How to Create a Webpage: http://www.make-a-web-site.com/
So You Want To Set Up Your First Site, Huh?: http://www.htmlgoodies.com/tutorials/getting_start...
http://www.w3schools.com/site/default.asp
How to Start / Create Your Own Website: The Beginner's A-Z Guide: http://www.thesitewizard.com/gettingstarted/startw...
So, you want to make a Web Page!: http://www.pagetutor.com/html_tutor/index.html
Getting started with HTML: http://www.w3.org/MarkUp/Guide/
Creating your first website – Part 1: Setting up your site and project files (Adobe CS3/4): http://www.adobe.com/devnet/dreamweaver/articles/f...
Source(s): More info: Tableless Web Design: http://en.wikipedia.org/wiki/Tableless_web_design CSS Tutorials: http://www.w3schools.com/Css/default.asp http://www.csstutorial.net/ http://www.echoecho.com/css.htm http://www.html.net/tutorials/css/ http://www.w3.org/Style/Examples/011/firstcss http://htmldog.com/guides/cssbeginner/ http://www.davesite.com/webstation/css/ http://www.htmlcodetutorial.com/character_famsupp_... Images, Tables, and Mysterious Gaps: https://developer.mozilla.org/en/Images,_Tables,_a... Ron - How do you think about the answers? You can sign in to vote the answer.