Submit Your Article Forum Rules

Results 1 to 2 of 2

Thread: Style sheet links

  1. #1
    Senior Member
    Join Date
    Jun 2004
    Posts
    129

    Style sheet links

    How exactly do style sheet links work? I am working in Frontpage and I have assigned my pages to my main page, but unsure how the style sheet links will make changes. Any input?

  2. #2
    Senior Member
    Join Date
    Jul 2003
    Posts
    1,332
    If you do a search for CSS, you will find many many articles on style sheets.

    But a basic explanation....

    Instead of putting formatting (colour,fonts, etc) in your html page, you are instead assigning a class or id to each tag as an attribute.
    Example:
    <p class="paragraph1"></p>
    instead of...
    <p font face="verdana" size="2" color="#ffffff"></p>

    So, you have taken all the excess code out of your html page, & have it able to be called on for use (even with other tags, and other pages) in another file.

    At the top of your page you are calling a style sheet to be loaded. When the page loads, it calls from the .css file (the stylesheet) the class or id to apply into that particular area of the html page.

    Hope this helps .
    [url returns 404 - removed by mod 07/11]
    It' time for Progressive Web & IT Development!

Similar Threads

  1. SEO optimised CSS style sheet? how come?
    By SM911 in forum Search Engine Optimization Forum
    Replies: 9
    Last Post: 02-17-2010, 01:40 PM
  2. Attaching a style sheet to an xml sitemap
    By chandrika in forum Webmaster Resources Discussion Forum
    Replies: 12
    Last Post: 05-13-2008, 01:46 PM
  3. Style sheet switcher and hiding style sheets
    By kgun in forum Accessibility and Usability Forum
    Replies: 0
    Last Post: 03-05-2007, 09:43 AM
  4. external style sheet
    By bobby9101 in forum Graphics & Design Discussion Forum
    Replies: 7
    Last Post: 07-20-2005, 02:55 PM
  5. Need help creating an external CSS style sheet
    By mattyw in forum Services for Sale/Hire
    Replies: 1
    Last Post: 04-06-2005, 05:05 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •