FanFiction_Rp Description


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

You should know the deal by now.. Paste it in the description.


Copy this code and paste it in your HTML
  1.  
  2. .mytable div {
  3. overflow: auto;
  4. border: 3px groove blue;
  5. opacity: .90;
  6. color: black;
  7. }
  8.  
  9.  
  10.  
  11. <table class="mytable"><tr><td rowspan="2">
  12. <center><img src="http://i48.tinypic.com/2s7zwag.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://i50.tinypic.com/fyqgo.jpg" width="380" height="75" title="about" />
  18. <div style="width: 320px; height: 200px;">
  19. About the cult will go here.
  20. </div>
  21. </td><td rowspan="2">
  22. <center><img src="http://i50.tinypic.com/dmqmwk.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://i48.tinypic.com/9iebk2.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.