View Single Post
  #530  
Old 01-17-2008, 11:48 PM
fredxeric's Avatar
fredxeric Offline
pixelpost guru
 
Join Date: Sep 2006
Location: Montréal, Québec, Canada
Posts: 407
Send a message via AIM to fredxeric Send a message via MSN to fredxeric
Quote:
Originally Posted by lethaeus View Post
Heya,

Here is my photoblog, running PP 1.6 :

http://feub.net/photos/

f.
There is an error when we clic to add a message(comment), your should add the script in the header

Code:
<script language="javascript" type="text/javascript">
<!--
 function clearBox(box) {
   if(box.value==box.defaultValue) {
      box.value = "";
    }
  }
//-->
</script>
Reply With Quote