<!DOCTYPE html>
<html lang="en">
<head>
<title>[[++site_name]] | [[*longtitle:default='[[*pagetitle]]']]</title>
<meta charset="[[++modx_charset]]" />
<base href="[[++site_url]]" />
<link rel="stylesheet" href="assets/templates/myTemplate/css/reset.css" type="type/css" media="screen" />
<link rel="stylesheet" href="assets/templates/myTemplate/style.css" type="type/css" media="screen" />
</head>
<body>
<div id="container">
<div id="header">
<h1>[[*pagetitle]]</h1>
[[Wayfinder? &startId='0']]
</div>
<div id="content">
[[*content]]
</div>
<div id="footer">
<h3> this is my footer </h3>
</div>
</div>
</body>
</html><link rel="stylesheet" href="assets/templates/myTemplate/css/reset.css" type="type/css" media="screen" /> <link rel="stylesheet" href="assets/templates/myTemplate/style.css" type="type/css" media="screen" />
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <title>[[*longtitle]] :: [[++site_name]]</title> <link rel="shortcut icon" href="favicon.ico" /> <link type="text/css" rel="stylesheet" media="screen" href="[[++base_url]]assets/templates/v1.0/reset.css" /> <link type="text/css" rel="stylesheet" media="screen" href="[[++base_url]]assets/templates/v1.0/site.css" /> <base href="[[++site_url]]" /> ...
You saying you’ve now got this working or you still having issues?
this is how i have done my calls in revo, which has been working for me:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <title>[[*longtitle]] :: [[++site_name]]</title> <link rel="shortcut icon" href="favicon.ico" /> <link type="text/css" rel="stylesheet" media="screen" href="[[++base_url]]assets/templates/v1.0/reset.css" /> <link type="text/css" rel="stylesheet" media="screen" href="[[++base_url]]assets/templates/v1.0/site.css" /> <base href="[[++site_url]]" /> ...
<base href="[[++site_url]]" />
<link rel="stylesheet" type="text/css" media="screen" href="assets/templates/myTemplate/css/reset.css" />
<link rel="stylesheet" type="text/css" media="screen" href="assets/templates/myTemplate/css/style.css" />
)
You saying you’ve now got this working or you still having issues?i was not the original poster, i was just showing up how i link my stylesheets at the top of a working modx template.
