2. ทำลิงก์แบบเปิดขึ้นในหน้าต่างใหม่ (hyperlink open in a new browser window) maxlayout.com
ซึ่งต่างกับลิงก์ในข้อ 1 ก็ตรงที่มีการเพิ่ม _blank ลงไปโดยมีโค้ด HTML ดังนี้ <a href="http://maxlayout.com/" target="_blank">maxlayout.com</a> URL ปลายทางของลิงก์คือ http://maxlayout.com/ ข้อความที่ใช้เป็นลิงก์คือ maxlayout.com
#slider {
width:700px;height:306px;/* Make it the same size as your images */
background:#fff url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhKCnyO5rt0IjK4UPxZoPMaSaTTYBule4ZiBnKgXlng3jNOv5y92tcg_Bp-vc8wBkFNpeRnTxxVDYSIp0aRjrY_tGvA1tVcarWUiak95TdEAkX8SyvZjOLSD-c-FZiYM0GHK1-KGwnufZmX/s1600/loading.gif) no-repeat 50% 50%;
position:relative;
margin:0 auto;/*make the image slider center-aligned */
box-shadow: 0px 1px 5px #999999;
}
#slider img {
position:absolute;
border:none;
display:none;
}
/* the link style (if an image is wrapped in a link) */
#slider a.imgLink {
z-index:2;
display:none;position:absolute;
top:0px;left:0px;border:0;padding:0;margin:0;
width:100%;height:100%;
}