SEO Software
Closed Thread
Results 1 to 5 of 5

Thread: More than one css in single html page

  1. #1

    Default More than one css in single html page

    Hello

    I want to know is it possible to use more than one css for the single html page? Or should I merge both of them in one?


  2. Micro Niche Builder

  3. #2

    Default

    Hi......
    Obviously you can cascade more then one stylesheet in html code.Only you merge stylesheet in to the body of html.you can also refer to the net or Google to get the inbuilt solutions.Well if get solutions, I will post it to you.

  4. #3

    Default

    I am not talking abotu the inline css i am talking about two external css files.

  5. #4

    Default

    Yes, that's completely fine.

    Code:
    <!-- HTML stuff -->
    <link rel="stylesheet" href="style1.css" type="text/css" media="screen" />
    <link rel="stylesheet" href="style2.css" type="text/css" media="screen" />
    <!-- more stuff -->
    However, take into consideration bandwidth and server usage.

  6. #5

    Default

    its completely fine for an HTML page to have 2 or more CSS.
    if u still confuse about the CSS thing u should try to visit w3school<dot>com

    i learn everyting about web and HTLM from those site

    cheers

Closed Thread

Similar Threads

  1. PSD to HTML
    By nikon in forum HTML & CSS Help
    Replies: 17
    Last Post: 09-14-2010, 08:51 PM
  2. Advantages of a single design
    By johnmark in forum Design and Development
    Replies: 5
    Last Post: 07-31-2009, 03:48 AM
  3. Html
    By GioBuffon in forum HTML & CSS Help
    Replies: 22
    Last Post: 06-22-2009, 04:09 AM

Tags for this Thread

Bookmarks

Posting Permissions

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