Image floating right 2 : img float « Tags « HTML / CSS






Image floating right 2

      

<head>
<title></title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<style rel="stylesheet" type="text/css">

.imgright {
  vertical-align: top;
  border: 1px solid #eee;
  padding: 3px;
  float: right;
  margin: 5px;
}


</style>

</head>
<body>

      <p><img src="http://java2s.com/style/logo.png" alt="" width="80" height="60" class="imgright" />I made this template to be distributed and used for free, but if possible i would like you to give me some credit keeping the credits at the footer. You can use this theme for whatever, all I ask is if you want please   keep a <a href="">link</a> to my website. If you need some work done, please contact me for more. </p>
      
      
</body>
</html>

   
    
    
    
    
    
  








Related examples in the same category

1.Image float: left
2.Image float left, (text wrap)
3.Image floating left and right
4.Image floating right
5.Image floating with text
6.Image floating left
7.Image floating right, left
8.Floating the image allows the text to flow around it
9.Text floating around image
10.Two image float left and right separately
11.Image floating to left
12.Image Floating right 3
13. floating to right with image
14.Image float and text wraping