Including links to style sheet and javascript files
Hi all! I have a html file with links to style sheet and javascript external files. How do I have these links with Zope. ie. <link rel="STYLESHEET" type="text/css" href="/site/style.css"> any ideas? cheers, Tom. -- ----------------------------------------------------------------------- Tom Freeman Industrial Placement NISS, Eduserv Tel: 01225 323789 Fax: 01225 826177 Web: http://www.niss.ac.uk
Just make a dtml method with your style-sheet as the content. put it in folder 'site' and give it an id of 'style.css' ... easy as that. regards Max M Max M. W. Rasmussen, Denmark. New Media Director private: maxmcorp@worldonline.dk work: maxm@normik.dk ----------------------------------------------------- Shipping software is an unnatural act -----Original Message----- From: zope-admin@zope.org [mailto:zope-admin@zope.org]On Behalf Of Tom Freeman Sent: Tuesday, February 06, 2001 2:21 PM To: zope@zope.org Subject: [Zope] Including links to style sheet and javascript files Hi all! I have a html file with links to style sheet and javascript external files. How do I have these links with Zope. ie. <link rel="STYLESHEET" type="text/css" href="/site/style.css"> any ideas? cheers, Tom. -- ----------------------------------------------------------------------- Tom Freeman Industrial Placement NISS, Eduserv Tel: 01225 323789 Fax: 01225 826177 Web: http://www.niss.ac.uk _______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
Tom, What makes you think you'd have to do anything different? It should work exactly as you've shown. Phil phil.harris@zope.co.uk harrisp2@cf.ac.uk ----- Original Message ----- From: "Tom Freeman" <Tom.Freeman@niss.ac.uk> To: <zope@zope.org> Sent: Tuesday, February 06, 2001 1:21 PM Subject: [Zope] Including links to style sheet and javascript files
Hi all!
I have a html file with links to style sheet and javascript external files. How do I have these links with Zope.
ie. <link rel="STYLESHEET" type="text/css" href="/site/style.css">
any ideas? cheers, Tom.
-- ----------------------------------------------------------------------- Tom Freeman Industrial Placement NISS, Eduserv Tel: 01225 323789 Fax: 01225 826177 Web: http://www.niss.ac.uk
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
Tom Freeman wrote:
Hi all!
I have a html file with links to style sheet and javascript external files. How do I have these links with Zope.
http://www.zope.org/Members/mindlace/css_zope -- Tim Cook, President -- Free Practice Management,Inc. | http://www.FreePM.com Office: (901) 884-4126 "Liberty has never come from the government." - Woodrow Wilson
participants (4)
-
Max M -
Phil Harris -
Tim Cook -
Tom Freeman