idaida
08-29-2008, 05:16 PM
1. I would like to center my photos. The width of the space is set to the horizontal images, and my vertical images end up in the right corner. Can they be centered?
2. I cannot put my cursor in the comment fields. Every time I click the fields nothing happends, and the only way to manage to write something in the fields is by "tabbing" (using the tab-button) my way through the entire site. What is wrong?
Here is my photoblog: http://www.idaida.net/foto
My image_template.htm-code:
<!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" lang="en" xml:lang="en">
<head>
<title><SITE_TITLE> - <IMAGE_TITLE></title>
<!-- Link for ATOM feed autodiscovery -->
<ATOM_AUTODETECT_LINK>
<!-- Link for RSS feed autodiscovery -->
<RSS_AUTODETECT_LINK>
<!-- META -->
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<meta http-equiv="content-type" name="keywords" content="PhotoBlog,<SITE_TITLE>,<IMAGE_TITLE>,Pixelpost" />
<meta http-equiv="content-type" name="description" content="<SITE_TITLE>-PhotoBlog: <IMAGE_TITLE>, <IMAGE_NOTES_CLEAN>" />
<!-- CSS -->
<link rel="stylesheet" type="text/css" href="templates/Ida_BlackJack/style.css" media="all" />
</head>
<body>
<div class="container">
<div id="menu">
<img src="../pic/om.jpg"><br>
<img src="../pic/portfolio.jpg"><br>
<img src="../pic/foto.jpg"><br>
<a href="http://www.idaida.net/blogg"><img src="../pic/blogg.jpg" border="0"></a>
</div>
</div>
<div class="body">
<div class="left">
<div id="image" style="width: <IMAGE_WIDTH>px; height: <IMAGE_HEIGHT>px; float:right">
<a href="index.php?showimage=<IMAGE_PREVIOUS_ID>"><img src="images/<IMAGE_NAME>" alt="<IMAGE_TITLE>" title="<IMAGE_TITLE> [klicka för att se nästa fotografi]" id="photo" /></a>
<div class="imgnav">
<a href="index.php?showimage=<IMAGE_NEXT_ID>"><< nyare</a> -
<a href="index.php?showimage=<IMAGE_PREVIOUS_ID>">äldre >></a>
</div>
</div>
</div>
<div class="right">
<h2><IMAGE_TITLE></h2>
<div class="info">
<h5><IMAGE_NOTES></h5><br />
<IMAGE_CATEGORY_PAGED>
</div>
<div class="data">
<h4>Datum: <IMAGE_DATETIME><br />
Kamera: <EXIF_CAMERA_MODEL><br />
Slutare: <EXIF_EXPOSURE_TIME><br />
Bländare: <h3><EXIF_APERTURE><br />
ISO: <EXIF_ISO><br />
<EXIF_FLASH></h4><br />
<br />
</div>
<script language='javascript' type='text/javascript'>
</script>
</head>
<body>
<div id="wrapper">
<div id="addcomment">
<blockquote>
<form method='post' action='index.php?popup=comment&x=save_comment' name='commentform'>
Namn:<br />
<input type='text' name='name' class='input' /><br />
Hemsida: <br />
<input type='text' name='url' class='input' /><br />
Kommentar:<br />
<textarea name='message' rows='2' cols='8' class='input' style='width:180px;height:30px;'></textarea><br />
<input type='submit' value='Hit it!' style="font-family: Verdana; font-size: 10px; text-decoration: none" />
<input type='hidden' name='parent_id' value='<IMAGE_ID>' />
</form>
</blockquote>
</div>
<div id="comments">
<IMAGE_COMMENTS>
</div>
</div>
<div class="info">
<a href="index.php">Senaste fotografiet</a><br />
<LINK_TO_PAGED_ARCHIVE><br />
</div>
<div class="info">
<SITE_PHOTONUMBER> fotografier<br />
<ADVNCD_SITE_VISITORNUMBER> besökare<br />
Copyright Ida Stavenow 2008<br />
</div>
</div>
<br class="clear" />
</div>
</body>
</html>
2. I cannot put my cursor in the comment fields. Every time I click the fields nothing happends, and the only way to manage to write something in the fields is by "tabbing" (using the tab-button) my way through the entire site. What is wrong?
Here is my photoblog: http://www.idaida.net/foto
My image_template.htm-code:
<!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" lang="en" xml:lang="en">
<head>
<title><SITE_TITLE> - <IMAGE_TITLE></title>
<!-- Link for ATOM feed autodiscovery -->
<ATOM_AUTODETECT_LINK>
<!-- Link for RSS feed autodiscovery -->
<RSS_AUTODETECT_LINK>
<!-- META -->
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<meta http-equiv="content-type" name="keywords" content="PhotoBlog,<SITE_TITLE>,<IMAGE_TITLE>,Pixelpost" />
<meta http-equiv="content-type" name="description" content="<SITE_TITLE>-PhotoBlog: <IMAGE_TITLE>, <IMAGE_NOTES_CLEAN>" />
<!-- CSS -->
<link rel="stylesheet" type="text/css" href="templates/Ida_BlackJack/style.css" media="all" />
</head>
<body>
<div class="container">
<div id="menu">
<img src="../pic/om.jpg"><br>
<img src="../pic/portfolio.jpg"><br>
<img src="../pic/foto.jpg"><br>
<a href="http://www.idaida.net/blogg"><img src="../pic/blogg.jpg" border="0"></a>
</div>
</div>
<div class="body">
<div class="left">
<div id="image" style="width: <IMAGE_WIDTH>px; height: <IMAGE_HEIGHT>px; float:right">
<a href="index.php?showimage=<IMAGE_PREVIOUS_ID>"><img src="images/<IMAGE_NAME>" alt="<IMAGE_TITLE>" title="<IMAGE_TITLE> [klicka för att se nästa fotografi]" id="photo" /></a>
<div class="imgnav">
<a href="index.php?showimage=<IMAGE_NEXT_ID>"><< nyare</a> -
<a href="index.php?showimage=<IMAGE_PREVIOUS_ID>">äldre >></a>
</div>
</div>
</div>
<div class="right">
<h2><IMAGE_TITLE></h2>
<div class="info">
<h5><IMAGE_NOTES></h5><br />
<IMAGE_CATEGORY_PAGED>
</div>
<div class="data">
<h4>Datum: <IMAGE_DATETIME><br />
Kamera: <EXIF_CAMERA_MODEL><br />
Slutare: <EXIF_EXPOSURE_TIME><br />
Bländare: <h3><EXIF_APERTURE><br />
ISO: <EXIF_ISO><br />
<EXIF_FLASH></h4><br />
<br />
</div>
<script language='javascript' type='text/javascript'>
</script>
</head>
<body>
<div id="wrapper">
<div id="addcomment">
<blockquote>
<form method='post' action='index.php?popup=comment&x=save_comment' name='commentform'>
Namn:<br />
<input type='text' name='name' class='input' /><br />
Hemsida: <br />
<input type='text' name='url' class='input' /><br />
Kommentar:<br />
<textarea name='message' rows='2' cols='8' class='input' style='width:180px;height:30px;'></textarea><br />
<input type='submit' value='Hit it!' style="font-family: Verdana; font-size: 10px; text-decoration: none" />
<input type='hidden' name='parent_id' value='<IMAGE_ID>' />
</form>
</blockquote>
</div>
<div id="comments">
<IMAGE_COMMENTS>
</div>
</div>
<div class="info">
<a href="index.php">Senaste fotografiet</a><br />
<LINK_TO_PAGED_ARCHIVE><br />
</div>
<div class="info">
<SITE_PHOTONUMBER> fotografier<br />
<ADVNCD_SITE_VISITORNUMBER> besökare<br />
Copyright Ida Stavenow 2008<br />
</div>
</div>
<br class="clear" />
</div>
</body>
</html>