Jump to content

  • Free consultations and support
  • Live chatClick Here for Live Chat
  • Call ico 1888-906-1888
    Phone support: Open

    Ready for your call :)

    Our business hours:

    Mon — Fri, 2am — 8pm (EST)

    US & EU support teams

    Phone support: Closed

    We are back in: 1h 20m

    Our business hours:

    Mon — Fri, 2am — 8pm (EST)

    US & EU support teams


Setting up CSS file

setup css file

  • Please log in to reply
 

#1 OneDes

OneDes

    Senior Member

  • Designer
  • 282 posts

Posted 21 December 2012 - 10:20 PM

To setup a CSS file:

1.Create a normal HTML file. It should contain the following tags along with their closing tags.
<!DOCTYPE html >
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>

2. Create a new directory in your HTML documents directory and name it "styles".
3. Create a new file and name it “style.css” and place it in your "styles" directory. This file should be an empty text file.
4. Edit the new HTML file and add the below code above the </head> tag:
<link rel="stylesheet" type="text/css" href="styles/style.css" />




1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users