Results 1 to 8 of 8
  1. #1
    Junior Member
    Join Date
    Feb 2007
    Location
    New York City
    Posts
    28

    Smile What are style sheets?

    How do you create style sheets? Its my understanding they are like your own website's templates? I would like to see topics of how to setup online
    photo galaries.

  2. #2
    Junior Member
    Join Date
    Sep 2007
    Location
    CM
    Posts
    1

    Re: What are style sheets?

    look at www. w3.org/Style/CSS/

  3. #3
    Junior Member
    Join Date
    Feb 2007
    Location
    New York City
    Posts
    28

    Re: What are style sheets?

    Thank you for the link ;) it gives me something to work with.

  4. #4
    Member
    Join Date
    Mar 2005
    Location
    Muskegon, Michigan
    Posts
    83

    Re: What are style sheets?

    Stylesheets are the shizzy (or shizzle or whatever)

    Stylesheets allow you to format content that is surrounded by a tag that you want to change the appearance of the content.

    There are inline stylesheets, embedded stylesheets, and extenal stylesheets.

    Inline stylesheets are applied directly to a tag and effect only the content that particular tag surround for example:

    YOUR CONTENT



    Would make all the text enclosed in the p tags red.

    Embedded stylesheets are placed in the head seciton and effect all the tags in the page


    Would make all the text in

    on the page that has the style embedded green.

    External stylesheets are .css files that you write in text editors that you place in your site's root folder and attached in the head section of a page or pages in the site with



    The .css file can contain styles for any or as many tags, classes ( . ), or ids ( # ) but lets stick to the simple

    tag for now. in the external stylesheet you can add the
    p {color orange} (you don't need to add

    PhotographyREVIEW Articles



    Camera News