Zappit
Staff member
So I'm going to get Pixel going again after I finish A Good Cos, and I'm trying to clean up my site design, but it's been challenging, to say the least.
The biggest issue so far is getting the title into the right place. Right now it's below the navigation bar, and I can't get it into the space directly above the bar. Just to show what I mean...
http://pixel.thecomicseries.com/
I just can't for the life of me figure out what I'm missing here. Any help would be tremendously appreciated. Right now, this is my template code. Is there any way to get rid of that gray bar entirely and replace it with a title bar of my own design? If I can fix this, it would be the biggest hurdle. I could figure out the rest on my own...probably.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<link rel="alternate" type="application/rss+xml" title="RSS" href="/rss/" />
<style type="text/css">
<!--layout:[css]-->
</style>
<script type="text/javascript" src="http://comicfury.com/cflayoutjs.js.php"></script>
</head>
<body>
<div id="container">
<div id="header">
<h1 id="sitetitle">
</h1>
</div>
<ul id="navigation">
<li><a href="/comics/">Comics</a></li>
<li><a href="/comics/first">First</a></li>
<li><a href="/comics/random">Random</a></li>
<li><a href="/">Home</a></li>
<li><a href="/archive/">Archive</a></li>
<li><a href="/blog/">Blog</a></li>
[c:searchon]
<li><a href="/search/">Search</a></li>
[/]
[l:extrapages]
<li><a href="[v:l.link]">[v:l.title]</a></li>
[/]
[c:!hidefromhost]
<li><a href="[v:addsubscriptionlink]">Subscribe</a></li>
[/]
</ul>
[c:banner]
<div id="banner"><img src="[v:banner]" alt="[v:webcomicname]" /></div>
[/]
[c:bannerads]
<!-- voluntary CF support ads, you can turn these off in your webcomic settings -->
<div id="cf_ads">[v:banneradcode]</div>
[/]
[c:isextrapage]
<h2 class="heading">[vagetitle]</h2>
<div class="afterheading">
[/]
<!--layout:[content]-->
[c:isextrapage]
</div>
[/]
[c:searchon]
[c:!issearch]
<form method="post" action="/search/">
<div id="searchbar"><input type="text" name="search" value="Search for comics" onclick="this.value = '';" /><input type="submit" value="Search" class="submit" /></div>
</form>
[/]
[/]
<div id="footer">
© [v:copyrights]<br />
<a href="/rss/">RSS</a> |
[c:!hidefromhost]
<a href="[v:comicprofile]">Comic Profile</a> |
[/]
<a href="http://comicfury.com">ComicFury</a> |
<a href="#">Top</a>
</div>
</div>
</body>
</html>
The biggest issue so far is getting the title into the right place. Right now it's below the navigation bar, and I can't get it into the space directly above the bar. Just to show what I mean...
http://pixel.thecomicseries.com/
I just can't for the life of me figure out what I'm missing here. Any help would be tremendously appreciated. Right now, this is my template code. Is there any way to get rid of that gray bar entirely and replace it with a title bar of my own design? If I can fix this, it would be the biggest hurdle. I could figure out the rest on my own...probably.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<link rel="alternate" type="application/rss+xml" title="RSS" href="/rss/" />
<style type="text/css">
<!--layout:[css]-->
</style>
<script type="text/javascript" src="http://comicfury.com/cflayoutjs.js.php"></script>
</head>
<body>
<div id="container">
<div id="header">
<h1 id="sitetitle">
</h1>
</div>
<ul id="navigation">
<li><a href="/comics/">Comics</a></li>
<li><a href="/comics/first">First</a></li>
<li><a href="/comics/random">Random</a></li>
<li><a href="/">Home</a></li>
<li><a href="/archive/">Archive</a></li>
<li><a href="/blog/">Blog</a></li>
[c:searchon]
<li><a href="/search/">Search</a></li>
[/]
[l:extrapages]
<li><a href="[v:l.link]">[v:l.title]</a></li>
[/]
[c:!hidefromhost]
<li><a href="[v:addsubscriptionlink]">Subscribe</a></li>
[/]
</ul>
[c:banner]
<div id="banner"><img src="[v:banner]" alt="[v:webcomicname]" /></div>
[/]
[c:bannerads]
<!-- voluntary CF support ads, you can turn these off in your webcomic settings -->
<div id="cf_ads">[v:banneradcode]</div>
[/]
[c:isextrapage]
<h2 class="heading">[vagetitle]</h2>
<div class="afterheading">
[/]
<!--layout:[content]-->
[c:isextrapage]
</div>
[/]
[c:searchon]
[c:!issearch]
<form method="post" action="/search/">
<div id="searchbar"><input type="text" name="search" value="Search for comics" onclick="this.value = '';" /><input type="submit" value="Search" class="submit" /></div>
</form>
[/]
[/]
<div id="footer">
© [v:copyrights]<br />
<a href="/rss/">RSS</a> |
[c:!hidefromhost]
<a href="[v:comicprofile]">Comic Profile</a> |
[/]
<a href="http://comicfury.com">ComicFury</a> |
<a href="#">Top</a>
</div>
</div>
</body>
</html>