04-12-2012 05:08 PM
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<!– HEADER COMPONENT –>
<title>Sample Customization</title>
<link rel="stylesheet" href="/testing-site-custom/css/style.css" type="text/css" media="screen" />
</head>
<body>
<div class="header">
Header Stuff
</div>
<div class="navigation">
<ul>
<li>Home</li>
<li>Section1</li>
<li>Section 2</li>
</ul>
</div>
<div id="wrapper">
<p>tests Is this working?</p>
<div>
<div class="footer">
Footer Content
</div>
</body>
</html>
04-17-2012 10:46 AM
04-17-2012 06:59 PM
Hey Russ;
I've added the bean to my spring context.
The CSS file alone is not being served through a webscript. A webscript is loading a head.html - containing the top section of an HTML page along with css and js links.
The actual CSS file itself is being served through a template. Am i am able to set the mimeType of a template? (The file itself is set to the proper mimeType).
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.