Here’s the page: http://www.shooter.net/index.phpg/photo_blog_1
I hear ya about wanting bigger photos when clicked, but the photoblog world seems to like the click for next photo arrangement… And that is the audience this would be for. I’ve got plenty of thumbnail/larger image galleries on my site… Just click the galleries link on the pagelisted above…
Anyways, here’s my code. I’ve tweaked and cranked and not been able to get nexst/previous working..
Thanks again!
stevem
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="content-type" content="text/html;charset=iso-8859-1">
<meta name="generator" content="Adobe GoLive">
<title>Shooter.net - Home of Photography by Stevem</title> </head>
<body bgcolor="black" text="white" link="white" vlink="white" alink="white">
<table width="95%" border="0" cellspacing="2" cellpadding="0"
align="center" bgcolor="black" height="20">
<tr align="center" valign="middle">
<td align="center" valign="middle" bgcolor="#333333" width="17%">
<font size="-1" color="white" face="Verdana, Arial, Helvetica, sans-serif"><a href="http://www.shooter.net/index.php">_ Home</a></font></td>
<td align="center" valign="middle" bgcolor="#333333" width="17%">
<font size="-1" color="white" face="Verdana, Arial, Helvetica, sans-serif"><a href="http://www.shooter.net/index.php/weblog/cat_list/C5/">_ Photo Tech</a></font></td>
<td align="center" valign="middle" bgcolor="#333333" width="17%">
<font size="-1" color="white" face="Verdana, Arial, Helvetica, sans-serif"><a href="http://www.shooter.net/index.php/weblog/cat_list/C2/">_ Galleries</a></font></td>
<td align="center" valign="middle" bgcolor="#333333" width="17%">
<font size="-1" color="white" face="Verdana, Arial, Helvetica, sans-serif"><a href="mailto:[email protected]">Contact </a></font></td>
<td align="center" valign="middle" bgcolor="#333333" width="17%">
<font size="-1" color="white" face="Verdana, Arial, Helvetica, sans-serif"><a href="http://www.shooter.net/index.php/shopping/">_ Purchase</a></font></td>
<td align="center" valign="middle" bgcolor="#333333" width="17%">
<font size="-1" color="white" face="Verdana, Arial, Helvetica, sans-serif"><a href="http://www.shooter.net/index.php/weblog/cat_list/C2/">_ Portfolio</a></font></td>
</tr>
</table>
<table width="95%" border="0" cellspacing="2" cellpadding="0" align="center" bgcolor="black" height="90%">
<tr height="10%">
<td bgcolor="black" width="15%" height="10%"></td>
<td align="center" bgcolor="black" width="70%" height="10%">
<font size="+2" face="Verdana, Arial, Helvetica, sans-serif">Shooter.net</font></td>
<td bgcolor="black" width="15%" height="10%"></td>
</tr>
<tr height="85%">
<td bgcolor="black" width="15%" height="85%"></td>
<td align="center" bgcolor="black" width="70%" height="85%"><font color="white">
{exp:weblog:entries weblog="weblog1" category="80" orderby="date" sort="desc" limit="1" paginate="bottom"}
{date_heading}
{entry_date format='%M %d, %Y'}
{/date_heading}
<h2 class="title">{title}</h2>
<h3 class="summary">{summary}</h3>
{exp:allow_eecode}
{body}
{/exp:allow_eecode}
{if extended}
<a href="http://{permalink=weblog/Item}">More…</a>
{/if}
{if related}
<h2 class="date">Related Entries:</h2>
{related}
{/if}
<div class="posted">
<center>
<a href="http://{comment_path=">Feedback</a> ({comment_total})
Posted by <a href="http://{profile_path=member/index}">{author}</a> on {entry_date format='%m/%d/%y'} at {entry_date format='%h:%i %A'}
Category: {categories}<a href="http://{path=weblog/Item}">_{category_name}_</a>
{/categories}
<a href="http://{title_permalink=weblog/friend}">Share this entry with a friend</a>
Permalink: <a href="http://{title_permalink=weblog/Item}">{permalink=weblog/Item}</a>
</center>
</div>
{paginate}
<CENTER>Page {current_page} of {total_pages} pages {pagination_links}</CENTER>
{/paginate}
{/exp:weblog:entries}
TTTTTTTHIS
</font></td>
<td bgcolor="black" width="15%" height="85%"></td>
</tr> <tr valign="middle" height="5%"><td bgcolor="black" width="15%" height="5%"></td>
<td bgcolor="black" width="15%" height="5%"></td></tr>
</table>
{exp:weblog:next_entry weblog="weblog1"}
Next entry: <a href="http://{path=weblog/comments}">{title}</a>
{/exp:weblog:next_entry}
{exp:weblog:prev_entry weblog="weblog1"}
Previous entry: <a href="http://{path=weblog/comments}">{title}</a>
{/exp:weblog:prev_entry}
sucks
</body>
</html>