I am using happily the bulletproof template on my new blog http://www.dd4kids.de and would like to ask for help on the following problem:
In the theme options, I can enter he full URL of your link #X for the navbar.
Instead of using the classic link,
Code: Select all
<a href="http://www.dd4kids.de/uploads/ka-map.html">Karte</a>
Code: Select all
<a href="#" onClick="document.getElementById('wrap').innerHTML='<iframe src=\'/uploads/ka-map.html\'></iframe>';">Karte</a>Code: Select all
"#" onclick...Code: Select all
""#" onclick..."