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)?
tc0nn2009-09-14T11:57:14Z
Favorite 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.
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_started/article.php/3479561 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/startwebsite.shtml 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/first_cs4_website_pt1.html