View Single Post

  #2 (permalink)  
Old 25-04-2008, 03:21 PM
MickyWall MickyWall is offline
Developer
Recent Blog: Work Plans for 2009
 
Join Date: Dec 2006
Location: Belfast
Posts: 201
Nominated 0 Times in 0 Posts
TOTW/F/M Award(s): 0
MickyWall will become famous soon enough
Default

try this

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">
<head>
 <title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<link rel="stylesheet" href="css/lightbox.css" type="text/css" media="screen" />
 <script type="text/javascript" src="js/prototype.js"></script>
<script type="text/javascript" src="js/scriptaculous.js?load=effects,builder"></script>
<script type="text/javascript" src="js/lightbox.js"></script>

</head>
 
<body>
<a href="http://forums.techguy.org/images/image-1.jpg" rel="lightbox" title="my caption">image #1</a>
<p>TEST</p>
<p>&nbsp; </p>
</body>
</html> 
Reply With Quote