This is the main GROUPS template. I assume this is the template in which the css needs to be made absolute. What code needs to be changed to make it absolute?
Code:
$stylevar[htmldoctype]
<html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]">
<head>
$headinclude
<title>$vboptions[hometitle] $vbphrase[grps_groups]</title>
<if condition="!empty($bbuserinfo[grps])">
<link rel="alternate" type="application/rss+xml" title="$vboptions[hometitle] Groups RSS Feed" href="feed.php?u=$bbuserinfo[userid]" />
</if>
</head>
<body>
$header
$navbar
<h2>$grps_pagetitle</h2>
<br />
$grps_navbar
<br />
$grps_main
<!-- do not edit this please -->
<div align="center"><br />
GRPS $grps_version by sabret00the for <a href="http://www.ebslive.com">EBS:L!VE</a></div>
<!-- /do not edit this please -->
<!-- latest -->
$footer
</body>
</html>