Bild verlinken??
Autor: Guenther S.
Visited 1536,
Followers 2,
Udostępniony 35
ich habe ein bild mit diesem script unter das vertikale Menüp gesetzt, wie kann ich dieses bild verlinekn mit einer anderen url?
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.js"></script>
<script>
$(document).ready(function(){
$('#imMnMn').append('<img src="http://www.nahetor.de/529-unesco/529.png"/>');
});
</script>
Posted on the
Wie wärs damit
<script>
$(document).ready(function(){
$('#imMnMn').append('<a href="http://www.welterbe-mittelrheintal.de/index.php"> <img src="http://www.nahetor.de/529-unesco/529.png"/></ a>');
});
</script>
Bei solchen Sachen kannst du auch hier anfragen
http://unofficialwsx5.de
dieses Forum hier ist für die Anzeige von Quelltext nicht optimiert.