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
