Hi there, I have created pages using this guide
https://vborg.vbsupport.ru/showthrea...t=custom+pages
Here is the code of one off the review content page.
What I want is underneath the text with the red circle is it to say how many people have look at the review.
I have attached a image of the page
When people click on the image it takes them to the review.
Any help would be nice. Thanks guys
HTML Code:
$stylevar[htmldoctype]
<html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]">
<head>
$headinclude
<title>$vboptions[bbtitle]</title>
</head>
<body>
$header
$navbar
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%">
<align="center">
<tr>
<td class="tcat">Reviews Contents</td>
</tr>
<tr>
<td class="alt1">
</td>
</tr>
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%">
<align="center"><br>
<tr>
<td class="tcat">Current Reviews</td>
</tr>
<tr>
<td class="alt1"><br><a href="http://www.harddanceaddict.net/forum/pages/reviews/cyberkitten_relaunch.php"><img src="http://www.harddanceaddict.net/images/reviews/cyberkitten_rat_and_parrot/cyberkitten.jpg" width="125" height="71" align="left"></a>Cyberkitten @ The Rat & Parrot:<br> Cyberkittens come back after a <br>couple of months fully reviewed.
</td>
</tr>
</table>
$footer
</body>
</html>
anyone?