Forum Moderators: open
<div>
<img src="path/to/image.jpg"><br>
Caption text
</div>
How are you currently scaling your image?
</head>
<body>
<div class="outer">
<h1>Title Title</h1>
<span class="scene">
<span class="photolinks"><a class="photomenu" href="../index.htm">Home</a><a class="photomenu" href="../photos.htm">Photographs</a></span>
<img class="gallery" src="photos/photo10.jpg" alt="">
<span class="photocreditgallery">Caption Caption
</span>
</span>
<div><br>
<a class="photo" href="photo9.htm">Previous</a>
<a class="photo" href="photo11.htm">Next</a>
</div></div>
<div style="display: none">
<img src="photos/photo11.jpg" width = 0 alt="photo">
</div>
</body>
</html>
.outer {
height:100%;
}
a.photo, a.photomenu{
border:1px solid;
border-color: #666 #444 #444 #666;
background: #222;
font-size:0.8em;
line-height:100%;
font-family:Arial;
text-decoration:none;
padding:2px 12px 2px;
margin:0px;
}
a.photo + a.photo {margin-left:80px;}
img.gallery {
height:70%;
padding-top:34px;
padding-bottom:5px;
}
.scene {
position:relative;
}
.photolinks {
display:block;
position:absolute;
left:0px;
word-spacing:normal;
}