+ Reply to Thread
Results 1 to 5 of 5

Thread: What all can I do with CSS

  1. #1
    spoweb is offline Member spoweb is on a distinguished road
    Join Date
    Nov 2007
    Posts
    51

    Question What all can I do with CSS

    What all can I do with CSS? I have a CSS file in my file system, but it only contains 8 lines. What else can I do with CSS files other than color links and indent paragraphs?

  2. #2
    studylot is offline Member studylot is on a distinguished road
    Join Date
    Nov 2007
    Posts
    88

    Default

    CSS is like a TV remote - if you use is wisely you can develop a better & more graphical template system that can pop up other people';s eyes.

    CSS is the basic styling of a HTML,PHP,ASP or ASP.net page.

    For more information search for "what i can do with CSS" in google

  3. #3
    spoweb is offline Member spoweb is on a distinguished road
    Join Date
    Nov 2007
    Posts
    51

    Default

    So I have it set up to control the background color, font style and color, and link style. And I just asked here to see if I could get a more direct answer. Googling it only brings up information I already know.

  4. #4
    bizzard is offline Senior Member bizzard is on a distinguished road
    Join Date
    Jan 2006
    Location
    A small remote village in Kerala, India
    Posts
    467

    Default

    CSS makes editing themes of pages easier.... For making changes in all of your pages, you need to edit only one file....
    You could set the attributes of HTML tags using CSS. So, it could reduce time for coding pages and also the size of pages. With CSS, you could implement good looking navigation menus too.

    Another important point is that unlike javascript and flash, almost all browsers support CSS. So, there is no need to worry much about how visitors see your site as they look almost same from all browsers....

  5. #5
    snoop1990 is offline Senior Member snoop1990 is on a distinguished road
    Join Date
    Dec 2007
    Location
    Germany (in a small town)
    Posts
    357

    Default

    The nice thing about CSS is you can exactly define positions where you want to locate your text, logo or what ever. You just give the pixel coordinates and you get exactly what you want. No more bothering with reduced table layouts, or table that look different in any browser.

    A nice tutorial about CSS can be found at CSS Tutorial.

    Regrades Snoop1990

+ Reply to Thread

Posting Permissions

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