2006-11-12 06:23:41 UTC
Ok so i guess you use the template for the headers and footers... which is kind of annoying but that would do just fine....
I figured that one out by myself as well... however, i still stuck at something. I have an index.html and I wanted to link it to my CSS page that is already inside the DB. Im not being able to access using the nomenclature page[number].aspx.
My Template (templatecss) has this inside the head
<link rel="stylesheet" type="text/css" media="screen, projection" href="/page3.aspx" />
And then my css page is saved under the link /page.aspx in the database.
Also my index.html uses the template called templatecss.
Any ideas? could it be because the css page has the extension aspx and its not recognizing the file :S?