I know I just started with python and TG today, but shouldn't there be
an easier way (than what I have seen) to use CSS with TG?

I mean, I want to use my 3 column, 1 header, 1 footer CSS-only design
template (see www.pocosin.com's main page (index.php) and use that as
my 'format' in my .kid files.  Can I only modify Master.kid or do I
have to also modify welcome.kid and my other .kid files?

I assume I can use

<link href="/static/css/style.css" type="text/css" rel="stylesheet">

to link to my style.css file.  Right?

However, when I put my <div...> and the rest of my html into the
master.kid file, I get all sorts of errors when I load the page.

What am I missing?

Reply via email to