Hi, I am trying to add a custom header to Gallery. but having some problems.
this is what I have done so far, I copied global.tpl then created a folder " local" and placed the copy there. This is what i put around the </header> and <body> of that file.
<link rel="stylesheet" href="http://craig.no-ip.org/gallery2/headerstyle.css" type="text/css">
</head>
<body>
<div id="masthead">
<div id="globalNav">
<img alt="" src=http://craig.no-ip.org/images/gblnav_left.gif height="32" width="4" id="gnl"> <img alt="" src=http://craig.no-ip.org/images/glbnav_right.gif height="32" width="4" id="gnr">
<div id="globalLink">
<a href="http://craig.no-ip.org/" class="glink1">Home</a><a href="http://craig.no-ip.org/familytree/" class="glink">Family Tree</a><a href="http://craig.no-ip.org/forum/" class="glink">Community Forums</a><a href="http://craig.no-ip.org/gallery/" class="glink">Photo Albums</a>
</div>
</div>
</div>
First off can I link to my style sheet like this? will it mess anything up?
Secondly I can see two problems that I cant fix:
1. fixed--There are things at the top of my page  --this was just fixed by recent change in the global.tpl form CVS.
2. Gallery is not moving down below my header.
Any help would highly apreciated
Thanks
----
Gallery URL (optional):http://craig.no-ip.org/gallery2/main.php
Gallery version:latest cvs
Webserver (with version):wamp5
Datatabase (with version):4.1.7
PHP version (eg 4.2.1):5.03
phpinfo URL (optional):
Graphics Toolkit(s):
Operating system:winxp
Web browser/version:firefox
[/code]
Posts: 51
maybe my stylesheet will help?
Posts: 8601
maybe take out position:relative from masthead?
Posts: 51
Thanks, but that did not work.