Topic: crosses in my galeries on line ?
hello
i know this question has been posted before but i've tried somethings suggested in other posts (those that i understood !! :/ )
but i still can't make my images show up
on the computer (local) no problem
here's an example of a gallerie in html :
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<title>stp</title>
</head>
<body>
<!--START SIMPLEVIEWER EMBED -->
<script type="text/javascript" src="svcore/js/simpleviewer.js"></script>
<script type="text/javascript">
simpleviewer.ready(function () {
simpleviewer.load('sv-container', '100%', '100%', '222222', true);
});
</script>
<div id="sv-container"></div>
<!--END SIMPLEVIEWER EMBED -->
</body>
</html>
and the file in xml
<?xml version="1.0" encoding="UTF-8"?>
<simpleviewergallery
useFlickr="false"
resizeOnImport="true"
cropToFit="false"
thumbColumns="3"
thumbRows="4"
showOpenButton="false"
title="stp"
thumbPosition="LEFT"
indexPageName="stp.html"
>
<image imageURL="images/13_juillet_book_stp.jpg"
thumbURL="thumbs/13_juillet_book_stp.jpg"
linkURL="images/13_juillet_book_stp.jpg"
linkTarget="_blank">
<caption><![CDATA[13 juillet]]></caption>
</image>
<image imageURL="images/a_table_book_stp.jpg"
thumbURL="thumbs/a_table_book_stp.jpg"
linkURL="images/a_table_book_stp.jpg"
linkTarget="_blank">
<caption><![CDATA[à table]]></caption>
</image>
<image imageURL="images/artt_book_stp.jpg"
thumbURL="thumbs/artt_book_stp.jpg"
linkURL="images/artt_book_stp.jpg"
linkTarget="_blank">
<caption><![CDATA[artt]]></caption>
</image>
<image imageURL="images/born_book_stp.jpg"
thumbURL="thumbs/born_book_stp.jpg"
linkURL="images/born_book_stp.jpg"
linkTarget="_blank">
<caption><![CDATA[born]]></caption>
</image>
<image imageURL="images/carrement_book_stp.jpg"
thumbURL="thumbs/carrement_book_stp.jpg"
linkURL="images/carrement_book_stp.jpg"
linkTarget="_blank">
<caption><![CDATA[carrement]]></caption>
</image>
<image imageURL="images/city_sprint_book_stp.jpg"
thumbURL="thumbs/city_sprint_book_stp.jpg"
linkURL="images/city_sprint_book_stp.jpg"
linkTarget="_blank">
<caption><![CDATA[city sprint]]></caption>
</image>
<image imageURL="images/graffiti_de_luxe_book_stp.jpg"
thumbURL="thumbs/graffiti_de_luxe_book_stp.jpg"
linkURL="images/graffiti_de_luxe_book_stp.jpg"
linkTarget="_blank">
<caption><![CDATA[graffiti de luxe]]></caption>
</image>
<image imageURL="images/holy_book_stp.jpg"
thumbURL="thumbs/holy_book_stp.jpg"
linkURL="images/holy_book_stp.jpg"
linkTarget="_blank">
<caption><![CDATA[holy]]></caption>
</image>
<image imageURL="images/la_croix_book_stp.jpg"
thumbURL="thumbs/la_croix_book_stp.jpg"
linkURL="images/la_croix_book_stp.jpg"
linkTarget="_blank">
<caption><![CDATA[la croix]]></caption>
</image>
<image imageURL="images/mind_your_head_book_stp.jpg"
thumbURL="thumbs/mind_your_head_book_stp.jpg"
linkURL="images/mind_your_head_book_stp.jpg"
linkTarget="_blank">
<caption><![CDATA[mind your head]]></caption>
</image>
<image imageURL="images/patin_book_stp.jpg"
thumbURL="thumbs/patin_book_stp.jpg"
linkURL="images/patin_book_stp.jpg"
linkTarget="_blank">
<caption><![CDATA[patin]]></caption>
</image>
<image imageURL="images/reglement_book_stp.jpg"
thumbURL="thumbs/reglement_book_stp.jpg"
linkURL="images/reglement_book_stp.jpg"
linkTarget="_blank">
<caption><![CDATA[reglement]]></caption>
</image>
</simpleviewergallery>
and the html page from which i point to this gallery :
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<link rel="stylesheet" href="style2.css" />
<title>+Y - leschaisesvides</title>
</head>
<body>
<div align="center">
<a href="index2.html"><img src="images/logo.png"/></a>
<br>
<p><img src="images/fond_portail_photo.png" width="1000" border="0" usemap="#Map">
<map name="Map">
<area shape="circle" coords="510,325,30" href="galerie/stp/stp.html">
</map>
</p>
</div>
</body>
</html>
and here's the web address of the page that should be full of photos ....:-((
http://www.leschaisesvides.net/galerie/stp/stp.html
as you can imagine 2013 is starting very badly for me (lol) .....HELP please ....
thanks very much in advance
andy (middle of France...it's cold and wet)