Pixelpost

Authentic Photoblog Flavour


Go Back   Pixelpost Forum > DEVELOPMENT > Template design and Front-End Code

Post Reply
 
Thread Tools
  #1  
Old 01-13-2007, 06:54 AM
Marek Offline
pp veteran
 
Join Date: Oct 2006
Location: Bochum, Germany
Posts: 94
Send a message via ICQ to Marek Send a message via AIM to Marek Send a message via MSN to Marek Send a message via Yahoo to Marek Send a message via Skype™ to Marek
Validation failed

Hello,

I tried to validate my site the the html validator and Iīve got only two errors left. But I donīt know what to do, because itīs the code for the navigation.
The validator find this fault

document type does not allow element "a" here.

in line five and eight.
Code:
<script type="text/javascript"> 
         var existprev = "<IMAGE_PREVIOUS_ID>"; 
         var existnext = "<IMAGE_NEXT_ID>"; 
         if (existprev != "<IMAGE_ID>"){ 
            document.write('<a href="#" id="menu_browse_prev" onclick="document.location=\'index.php?showimage=<IMAGE_PREVIOUS_ID>\';"></a>');
         } 
         if (existnext != "<IMAGE_ID>"){ 
            document.write('<a href="#" id="menu_browse_next" onclick="document.location=\'index.php?showimage=<IMAGE_NEXT_ID>\';"></a>'); 
         }             
</script><
Take a look yourown.
Validator-Link

Can somebody help?

thanks
Marek
__________________
Fotoblog :: Lichtlauschen
Reply With Quote
  #2  
Old 01-13-2007, 09:17 PM
GeoS's Avatar
GeoS+ Offline
Team Pixelpost
 
Join Date: Apr 2005
Location: Warsaw, Poland
Posts: 3,613
Send a message via ICQ to GeoS Send a message via Skype™ to GeoS
You can try this:
Code:
<script type="text/javascript"> 
<!--
         var existprev = "<IMAGE_PREVIOUS_ID>"; 
         var existnext = "<IMAGE_NEXT_ID>"; 
         if (existprev != "<IMAGE_ID>"){ 
            document.write('<a href="#" id="menu_browse_prev" onclick="document.location=\'index.php?showimage=<IMAGE_PREVIOUS_ID>\';"></a>');
         } 
         if (existnext != "<IMAGE_ID>"){ 
            document.write('<a href="#" id="menu_browse_next" onclick="document.location=\'index.php?showimage=<IMAGE_NEXT_ID>\';"></a>'); 
         }            
//-->
</script>
__________________
photoblog | portfolio | addons | Donate
Reply With Quote
  #3  
Old 01-14-2007, 11:24 AM
Marek Offline
pp veteran
 
Join Date: Oct 2006
Location: Bochum, Germany
Posts: 94
Send a message via ICQ to Marek Send a message via AIM to Marek Send a message via MSN to Marek Send a message via Yahoo to Marek Send a message via Skype™ to Marek
This one is perfect. Thank you

Marek
__________________
Fotoblog :: Lichtlauschen
Reply With Quote
Post Reply


Thread Tools




All times are GMT. The time now is 11:13 AM.

Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd. | Style Design: d3 designs