Rock_City_Rp Description


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

This goes in the description part of your layout.


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

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.