Hi
[Sorry for my bad english , im french]
im new on TurboGears , i have try the 20min wiki Tutorial and i have a
probleme , i cannot add css link in the master.kit template , its  very
strange b
My Header Kid File :
----------------------------------------------------------------------------------
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
<?python import sitetemplate ?>
<html xmlns="http://www.w3.org/1999/xhtml";
xmlns:py="http://purl.org/kid/ns#"; py:extends="sitetemplate">

<head>
    <meta content="text/html; charset=UTF-8" http-equiv="content-type"
py:replace="''"/>
    <title py:remplace="''">Your title goes here</title>
    <link rel="stylesheet" media="screen" type="text/css"
href="/static/css/main.css" />
    <meta py:remplace="item[:]"/>
</head>
----------------------------------------------------------------------------------
And The Html Header Source :
----------------------------------------------------------------------------------
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd";>
<HTML>
<HEAD><META CONTENT="text/html; charset=utf-8"
HTTP-EQUIV="Content-Type">

    <TITLE>Welcome to TurboGears</TITLE>
</HEAD>
----------------------------------------------------------------------------------
Kid is Very Strange ...

Reply via email to