HTML news "frame" in table cell?

  • Thread starter Thread starter Yoi_55
  • Start date Start date
Y

Yoi_55

Guest
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)?
 
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.
 
Back
Top