CodeBodger's Home
Overview
Examples
Instructions
Script Maker
Sample Single-Image Page
Code Discussion
|
Better Thumbnail Links Sample Single-Image Page
Just copy the Html and paste into the Script Maker box...
<html>
<head>
</head>
<body bgcolor="#ffffff" text="#000000" link="#0000ff" vlink="#800080" alink="#ff0000">
<table width="100%" height="100%">
<tr>
<td align="center">
@start@Caption@end@
<br>
<br>
<a href="@start@BackURL@end@"><img src="@start@ImageURL@end@" border="0" alt="Click to Return"></a>
<br>
<br>
<a href="@start@BackURL@end@">Back</a>
</td>
</tr>
</table>
</body>
</html>
|