phild
10-13-2005, 12:19 AM
I'm building a Pixelpost template, (very loosely based on the meszamis template). I was doing fine, until at some point, all my links on the page do not work anymore —*except for links from thumbnails or image—. The IMAGE_PREVIOUS_LINK as well as the <a href> type links do not work. I can't figure out what I did wrong.
The photoblog is at :
http://www.cassandreraphaelle.com/aventures/index.php?
Running it through the validation web site gives me this error :
Line 7 column 6: end tag for "head" which is not finished.
but I can't see where it's wrong.
In short : I'm stuck and have no idea.
If anyone can help…
phild
And this is the code from image_template.html :
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="content-type" content="text/html;charset=utf-8" />
<link rel="stylesheet" type="text/css" href="templates/albumcassraph/style.css"/>
</head>
<body>
<!-- go -->
<div id="logo">
</div>
<div id="calendar">
<SITE_CALENDAR>
</div>
<div id="container">
<div id="banner">
<a href="index.php" title="retour page d'accueil">Accueil</a> | <a href="index.php?x=browse">Archives</a> |
<IMAGE_PREVIOUS_LINK> | <a href="index.php">Image du jour</a> | <IMAGE_NEXT_LINK>
</div>
<div id="content">
<div class="shadow"><a href="index.php?showimage=<IMAGE_PREVIOUS_ID>"><img id="image" src="images/<IMAGE_NAME>" alt="<IMAGE_TITLE>" title="Click for <IMAGE_PREVIOUS_TITLE>" /></a></div>
<div class="shadow"><IMAGE_THUMBNAIL_ROW></div>
</div>
<div id="footer"><span class="title"><IMAGE_TITLE> | <COMMENT_POPUP> (<IMAGE_COMMENTS_NUMBER>)</span> » <IMAGE_NOTES><br /></div>
<p class="pixelpost"><a href="http://www.pixelpunk.se/software/"><img src="http://www.pixelpunk.se/software/service/pixelpost-1.3.png" alt="Pixelpost" border="0" title="pixelpost" /></a></p>
<!-- end --></div>
</body>
</html>
The photoblog is at :
http://www.cassandreraphaelle.com/aventures/index.php?
Running it through the validation web site gives me this error :
Line 7 column 6: end tag for "head" which is not finished.
but I can't see where it's wrong.
In short : I'm stuck and have no idea.
If anyone can help…
phild
And this is the code from image_template.html :
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="content-type" content="text/html;charset=utf-8" />
<link rel="stylesheet" type="text/css" href="templates/albumcassraph/style.css"/>
</head>
<body>
<!-- go -->
<div id="logo">
</div>
<div id="calendar">
<SITE_CALENDAR>
</div>
<div id="container">
<div id="banner">
<a href="index.php" title="retour page d'accueil">Accueil</a> | <a href="index.php?x=browse">Archives</a> |
<IMAGE_PREVIOUS_LINK> | <a href="index.php">Image du jour</a> | <IMAGE_NEXT_LINK>
</div>
<div id="content">
<div class="shadow"><a href="index.php?showimage=<IMAGE_PREVIOUS_ID>"><img id="image" src="images/<IMAGE_NAME>" alt="<IMAGE_TITLE>" title="Click for <IMAGE_PREVIOUS_TITLE>" /></a></div>
<div class="shadow"><IMAGE_THUMBNAIL_ROW></div>
</div>
<div id="footer"><span class="title"><IMAGE_TITLE> | <COMMENT_POPUP> (<IMAGE_COMMENTS_NUMBER>)</span> » <IMAGE_NOTES><br /></div>
<p class="pixelpost"><a href="http://www.pixelpunk.se/software/"><img src="http://www.pixelpunk.se/software/service/pixelpost-1.3.png" alt="Pixelpost" border="0" title="pixelpost" /></a></p>
<!-- end --></div>
</body>
</html>