そうイム設計HTMLを使用して、ウェブサイト、PHP、すべてが楽しいものに新しいタブを開いて、に行くことができますFacebookやTwitter、ユーチューブ& Instagramのリンクをしようとして&イムを動作していないながら、ウェブサイト。新しいタブを開く代わりにURLはlocalhost/horizonphotography/www.facebook.com
になり、その後はwww.facebook.com
になります。Hrefのlocalhostを実行している
HERESに私のHTMLに必要な '場合'
<div class="social">
<a href="www.facebook.com" target="_blank">
<img border="0" alt="Facebook" src="img/facebook.png" width="50" height="50">
</a>
<a href="www.twitter.com" target="_blank">
<img border="0" alt="twitter" src="img/twitter.png" width="50" height="50">
</a>
<a href="www.youtube.com" target="_blank">
<img border="0" alt="youtube" src="img/youtube.png" width="50" height="50">
</a>
<a href="www.instagram.com" target="_blank">
<img border="0" alt="instagram" src="img/instagram.png" width="50" height="50">
</a>
</div>
と私のCSS。
.social {
position: fixed;
bottom: 0;
right: 7%;
width: 300px;
}
ありがとうございました!