Hello,I'm new to this teamsite stuff but so far things are going ok.However, I'm having a little problem that I can't seem to figure out.I have a branch as followdefault/mainand default/main/mydomain1.comdefault/main/mydomain2.comUnder main, I'd like to keep all my common scripts, css, images, etc...So something like default/main/WORKAREA/common/csswhere all branches would refer to it.My question is, how do i refer to a css found in the default/main branch from within my presentation template under default/main/mydomain1.com branch.Here is the html code from within the pt file<link href="????/clf2_base.css" media="screen, print" rel="stylesheet" type="text/css" />For now, in order to resolve the problem, I had to dump my css files under the teamsite/httpd/iw directory and then making reference to it as<link href="/iw/css/clf2_base.css" media="screen, print" rel="stylesheet" type="text/css" />I don't want to have to put files in the httpd directory, they should remain within the teamsite branches. Any suggestions?Thanks in advance for your help