ejemplo:
Código PHP:
<!-- CSS -->
<link rel="stylesheet" type="text/css" href="css/default.css" />
<link rel="stylesheet" type="text/css" href="css/lightwindow.css" />
<link rel="stylesheet" type="text/css" href="css/menu.css" />
<!-- JavaScript -->
<script type="text/javascript" src="javascript/prototype.js"></script>
<script type="text/javascript" src="javascript/effects.js"></script>
<script type="text/javascript" src="javascript/lightwindow.js"></script>
Código PHP:
<!-- CSS -->
<link rel="stylesheet" type="text/css" href="../css/default.css" />
<link rel="stylesheet" type="text/css" href="../css/lightwindow.css" />
<link rel="stylesheet" type="text/css" href="../css/menu.css" />
<!-- JavaScript -->
<script type="text/javascript" src="../javascript/prototype.js"></script>
<script type="text/javascript" src="../javascript/effects.js"></script>
<script type="text/javascript" src="../javascript/lightwindow.js"></script>
el enlace és asi o ../gallery/image..... si esta en la subcarpeta...
<a href="gallery/image-5.jpg" class="lightwindow page-options" title="What is this Plant?" author="Unknown" caption="Whatever it is, it is still a pretty cool picture. Whatever it is, it is still a pretty cool picture. Whatever it is, it is still a pretty cool picture. Whatever it is, it is still a pretty cool picture."><strong>Image</strong> - Just an image, a decently large one.</a>
gracias