It appears you have not yet registered with DEVPPL. To register please click here... (it's fast, easy and free!)

Forum

Log In Sponsors
Board index Programming CSS Forum

how to link stylesheet????

how to link stylesheet????

Postby msanitanash on Thu Mar 06, 2008 8:41 pm

I have to create a separate stylesheet that link all my other page together I think this will work <HEAD>
<LINK REL=stylesheet TYPE="text/css" HREF="beck.css">
</HEAD> in a notepad document by itself. I cant figure out how the other page gets connected to this CSS
msanitanash
 
Posts: 9
Joined: Mon Mar 03, 2008 1:52 pm

Postby rangana on Fri Mar 07, 2008 2:07 am

Maybe something like this is valid:
[code]
<link rel="stylesheet" type="text/css" href="beck.css">
[code]

It should connect..as long as beck.css is located in the same folder as your html page.

The <link> tag defines the relationship between two linked documents.

rel - Defines the relationship between the current document and the targeted document

type - Specifies the MIME type of the target URL.

Hope make sense ;)
User avatar
rangana
500+ Club
 
Posts: 935
Joined: Wed Feb 27, 2008 5:14 am
Location: Cebu City Philippines


Who is online

Users browsing this forum: No registered users and 0 guests