
|
Book Home Page Bloglines 1906 CelebrateStadium 2006 OfficeZealot Scobleizer TechRepublic AskWoody SpyJournal Computers Software Microsoft Windows Excel FrontPage PowerPoint Outlook Word Host your Web site with PureHost! |
![]() Saturday, August 18, 2007 – Permalink – CSSCascading Style SheetsAs a web page is formatted in FrontPage, the style choices are applied to each element. To format the body of the page, the HTML code might be: <body background="blue" color="white" font-family="times, serif" font-size=10pt>Every page on the site would need to be coded this way in order to have a consistent look. Cascading Style Sheets will simplify the problem. On an external page the elements can be defined like this: body {Each page would contain a reference to the CSS definitions: <head>When the element "body" is used it will now use the CSS references. For more information see: Using Cascading Style Sheets on Your Web Site David Berry and Eric Meyer's Site In this Blog: CSS Links and: More Cascading Style Sheet Help [Edited entry 9/4/2004] See all Topics internet Labels: CSS, Expression, HTML, Layout <Doug Klippert@ 6:53 AM
Comments:
Post a Comment
|