Advertisement
Guest User

Untitled

a guest
Dec 14th, 2011
39
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.90 KB | None | 0 0
  1.  
  2. <style type="text/css">
  3. div.displaypic
  4. {
  5. margin:2px;
  6. border:1px solid #0000ff;
  7. height:270;
  8. width:155;
  9. clear:right;
  10. float:left;
  11. text-align:center;
  12. }
  13. div.displaypic img
  14. {
  15. display:inline;
  16. margin:3px;
  17. border:1px solid #ffffff;
  18. }
  19. div.displaypic a:hover img
  20. {
  21. border:1px solid #0000ff;
  22. }
  23. div.desc
  24. {
  25. text-align:center;
  26. font-weight:normal;
  27. width:120px;
  28. margin:2px;
  29. }
  30. </style>
  31. </head>
  32. <body>
  33. •<div style=”float: left; width: 200px;”>INSERT IMAGE</div>
  34. •<div style=”float: left; width: 200px;”>INSERT IMAGE</div>
  35. •<div style=”float: left; width: 200px;”>INSERT IMAGE</div>
  36.  
  37. <div class="displaypic">
  38. <img src="images/books/restofGospel.jpg" alt="The Rest of the Gospel " width="80" height="123" />
  39. <div class="desc"><B>Add </B><br>a description <br>of the image here</div>
  40. </div>
  41.  
  42. <div class="displaypic">
  43. <img src="images/books/betterOff.jpg" alt="Better Off Than You Think" width="80" height="123" />
  44. <div class="desc"><B>Add </B><br>a description <br>of<br>the<br>image<br>here</div>
  45. </div>
  46.  
  47. <div class="displaypic">
  48. <img src="images/books/unmeritedFavor.jpg" alt="Unmerited Favor" width="80" height="123" />
  49. <div class="desc"><B>Add </B><br>a description <br>of the image here</div>
  50. </div>
  51.  
  52. <div class="displaypic">
  53. <img src="images/books/misunderstoodGod.jpg" alt="The Misunderstood God" width="80" height="123" />
  54. <div class="desc"><B>Add </B><br>a description <br>of the image here</div>
  55. </div>
  56.  
  57. <div class="displaypic">
  58. <img src="images/books/graceWalk.jpg" alt="Grace Walk" width="80" height="123" />
  59. <div class="desc"><B>Add </B><br>a description <br>of the image here</div>
  60. </div>
  61.  
  62. <div class="displaypic">
  63. <img src="images/books/endofReligion.jpg" alt="The End of Religion" width="80" height="123" />
  64. <div class="desc"><B>Add </B><br>a description <br>of the image here</div>
  65. </div>
  66.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement