Advertisement
Guest User

Untitled

a guest
Jul 26th, 2017
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. To add a new one, go to the HTML tab and go to where you want to add the new box.
  2. Always start after the </tr> (after that, make a new line.
  3.  
  4. Example:
  5.  
  6. <tr>
  7. <li>Power here</li>
  8. <li>Xats price</li>
  9. <li>Days price</li>
  10. </tr>
  11. <tr>
  12. <li>Power here</li>
  13. <li>Xats price</li>
  14. <li>Days price</lI>
  15. </tr>
  16.  
  17. etc...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement