Guest User

Untitled

a guest
Apr 24th, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.73 KB | None | 0 0
  1. <ul id="PropertyList">
  2. <% control Children %>
  3. <li>
  4. <div class="propertyname"><a href="$Link">$Title</a></div>
  5. <div class="propertydescription"><p>$Content.FirstSentence</p></div>
  6. <div class="propertyphoto">$Photo.SetWidth(150)</div>
  7.  
  8. </li>
  9. <% end_control %>
  10. </ul>
  11.  
  12. ***************
  13.  
  14. #PropertyList li {
  15. border: 3px solid #000;
  16. clear: left;
  17. }
  18. #PropertyList .propertyname {
  19. clear: both;
  20. padding-left: 160px;
  21. height: 1.2em;
  22. }
  23.  
  24. #PropertyList .propertyphoto {
  25. margin-left: 3px;
  26. margin-top: -1em;
  27. }
  28. #PropertyList .propertyphoto img {
  29.  
  30. border:1px solid #AAA;
  31. }
  32.  
  33. #PropertyList .propertydescription {
  34. margin-left: 160px;
  35. margin-bottom:10px;
  36. float: left;
  37. }
Add Comment
Please, Sign In to add comment