:)
sorry, i missed the script line by "quoting" it.
so here we go again:
i followed nichtchris suggestion to get the exhibiton text destcription placed on top of the picture and have it fix and for sure i really like the transparent menu effect with the picture passing under it
as showed here : http://www.nichtchristianmay.com/projects/traktat-226/
i followed this frist step and is oki:
i did that once..
open exhibit.horizontal.php and swap these two lines from
1. $s .= "n";
2. if ($rs['content'] != '') $s .= "" . $rs['content'] . "n";
to
1. if ($rs['content'] != '') $s .= "" . $rs['content'] . "n";
2. $s .= "n";
but after this site go totally wrong telling me of sintax error in php
now you can add text like this in your exhibition
1. this is above
and boviously i have any of the effect i like !
hope i make my self clear at this time
:) thank you for helping