At 08:20 PM 11/20/2017, Timothy Stowell wrote:
So I'm trying to work the kinks out on a site
that needs some TLC. The former CC was so busy
adding material that certain things they
inherited several years ago never got fixed.
The main page of the site is in Frames.
What I'm wondering is would it be easier to
convert to css or just plain html? Is CSS in
fact what Frames morphed into over time?
Tim, HTML specifies the structure (layout) of the
document. CSS styles the various HTML elements
included in the structure, i.e. headings, paragraphs, lists, links, etc.
As Bryant said, frames are no longer necessary to
implement a consistent appearance for all pages
on a web site. CSS is faster, easier, and can be
changed instantaneously any time a change is necessary or desired.
Pat A.