AD MANAGEMENT

Collapse

BEHOSTED

Collapse

How to Create CSS

Collapse

Collapse

Edit this module to specify a template to display.

X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • How to Create CSS

    How to Create CSS in PHP?

  • #2
    user tag "<style>" to create css in html file
    Beauty tips | Skin care tips | Make Up tips | Fashion Style tips for women

    Comment


    • #3
      In your code editor as DW or CodeLobster, go to file menu and click on new, then click on css file. Save it at your desired drive and folder and give it .css extension in save type.

      Comment


      • #4
        Launch the Notepad program in Microsoft Windows, either by locating it within the list of installed programs or by clicking the Start button, typing "Notepad" in the search field and pressing "Enter." Click "File" and "Save as" from the main toolbar andType a short file name in the appropriate field of the Save As window, followed by the extension ".css" and choose "All Files" as the Save as type.


        Open the index.HTML file for your website in Notepad and Enter the following code before the "head" end tag Define the CSS elements in your web page, in the HTML files, that will rely on CSS to determine their look or style. List your CSS elements in your "createcss.css" file, following each with a set of braces containing the style rules.Add any ID or CLASS distinctions.


        Comment


        • #5
          open one notepad and save the file .css and give the css link in php
          SUV in India

          Best Motor Company in the World

          Comment


          • #6
            There are three types of css
            • External css
            • Internal css and
            • Inline css

            Every type has its different derivation. In external css you have to make separate stylesheet and link it to web pages like this
            <head>
            <link rel="stylesheet" type="text/css" href="mystyle.css">
            </head>

            In internal css you can use it on the same page like
            <head>
            <style>
            body {
            background-color: yellow;
            }

            h1 {
            color: mahroon;
            margin-left: 20px;
            }
            </style>
            </head>
            And in Inline css you can add the style attribute to the relevant tag like
            <h1 style="color: blue; margin-left: 30px ;"> This is a heading. </h1>
            http://infrawebsoft.com/blog/

            Comment


            • #7
              In wordpress you can edit the function.php file and insert below css file directory

              // enqueue styles
              if( !function_exists("theme_styles") ) {
              function theme_styles() {
              // Icomoon
              wp_register_style( 'icomoon', get_stylesheet_directory_uri() . '/bower_components/fonts/icomoon.css', array(), '1.0', 'all' );
              wp_enqueue_style( 'icomoon' );

              // This is the compiled css file from LESS - this means you compile the LESS file locally and put it in the appropriate directory if you want to make any changes to the master bootstrap.css.
              wp_register_style( 'wpbs', get_template_directory_uri() . '/library/css/styles.css', array(), '1.0', 'all' );
              wp_enqueue_style( 'wpbs' );

              // For child themes
              wp_register_style( 'wpbs-style', get_stylesheet_directory_uri() . '/style.css', array(), '1.0', 'all' );
              wp_enqueue_style( 'wpbs-style' );
              }
              }
              add_action( 'wp_enqueue_scripts', 'theme_styles' );
              吉祥体育手机官网Wellbet|官网吉祥坊手机|吉祥坊

              Comment


              • #8
                USE Java Script language for create CSS Template
                Washington dc dog trainers

                Comment


                • #9
                  under the head section create a style tag and then type css code

                  Comment


                  • #10
                    You could not create CSS in a php file but you can call a class in a php file that is made in CSS.
                    Hair Transplant | Best Hair Transplant | Hair Transplant India | Best Hair Transplant India | Hair Transplant ******** | Best Hair Transplant ********

                    Comment

                    TEXT

                    Collapse

                    160

                    Collapse

                    Unconfigured Ad Widget

                    Collapse

                    GOOGLE

                    Collapse

                    Announcement

                    Collapse
                    1 of 2 < >

                    FreeHostForum Rules and Guidelines

                    Webmaster forum - Web Hosting Forum,Domain Name Forum, Web Design Forum, Travel Forum,World Forum, VPS Forum, Reseller Hosting Forum, Free Hosting Forum

                    Signature

                    Board-wide Policies:

                    Do not post links (ads) in posts or threads in non advertising forums.

                    Forum Rules
                    Posts are to be made in the relevant forum. Users are asked to read the forum descriptions before posting.

                    Members should post in a way that is respectful of other users. Flaming or abusing users in any way will not be tolerated and will lead to a warning or will be banned.

                    Members are asked to respect the copyright of other users, sites, media, etc.

                    Spam is not tolerated here in most circumstances. Users posting spam will be banned. The words and links will be censored.

                    The moderating, support and other teams reserve the right to edit or remove any post at any time. The determination of what is construed as indecent, vulgar, spam, etc. as noted in these points is up to Team Members and not users.

                    Any text links or images contain popups will be removed or changed.

                    Signatures
                    Signatures may contain up to four lines

                    Text in signatures is subject to the same conditions as posts with respect decency, warez, emoticons, etc.

                    Font sizes above 3 are not allowed

                    Links are permitted in signatures. Such links may be made to non-Freehostforum material, commercial ventures, etc. Links are included within the text and image limits above. Links to offensive sites may be subject to removal.

                    You are allowed ONLY ONE picture(banner) upto 120 pixels in width and 60 pixels in height with a maximum 30kB filesize.

                    In combination with a banner/picture you can have ONLY ONE LINE text link.


                    Advertising
                    Webmaster related advertising is allowed in Webmaster Marketplace section only. Free of charge.

                    Shopping related (tangible goods) advertising is allowed in Buy Sell Trade section only. Free of charge.

                    No advertising allowed except paid stickies in other sections.

                    Please make sure that your post is relevant.


                    More to come soon....
                    2 of 2 < >

                    Advertise at FreeHostForum

                    We offer competitive rates and a many kinds of advertising opportunities for both small and large scale campaigns.More and more webmasters find advertising at FreeHostForum.com is a useful way to promote their sites and services. That is why we now have many long-term advertisers.

                    At here, we also want to thank you all for your support.

                    For more details:
                    http://www.freehostforum.com/threads...eHostForum-com

                    More ad spots:
                    http://www.freehostforum.com/forums/...-FreeHostForum
                    See more
                    See less
                    Working...
                    X