Doll_House_Rp Layout Description


/ Published in: HTML
Save to your folder(s)

Contains the description, header, and footer. Will look best in Oldskool format, with signatures disabled.


Copy this code and paste it in your HTML
  1.  
  2. .mytable div {
  3. overflow: auto;
  4. border: 3px groove yellow;
  5. opacity: .90;
  6. color: white;
  7. }
  8.  
  9.  
  10. <table class="mytable"><tr><td rowspan="2">
  11. <center><img src="http://i47.tinypic.com/2wbyjk0.jpg" width="220" height="75" title="staff" />
  12. <div style="width: 200px; height: 500px;">
  13. This will be the OOC staff.
  14. </div>
  15. </td><td>
  16. <center><img src="http://i46.tinypic.com/taseaf.jpg" width="380" height="75" title="about" />
  17. <div style="width: 320px; height: 200px;">
  18.  
  19. </div>
  20. </td><td rowspan="2">
  21. <center><img src="http://i48.tinypic.com/e002fm.jpg" width="220" height="75" title="featured" />
  22. <div style="width: 200px; height: 500px;">
  23. Featured member, staff, character, cult.
  24. </div>
  25. </td></tr><tr><td>
  26. <center><img src="http://r25.cooltext.com/rendered/cooltext863020194.png" width="250" height="75" title="rules" />
  27. <div style="width: 320px; height: 200px;">
  28. This will be the rules of the cult.
  29. </div>
  30. </td></tr></table>

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.