Meister Posted November 6, 2012 Posted November 6, 2012 So yeah. When I create a template the content in table for accounts and character overlaps on the table.. how to fix it? Do I need to add new codes for it? Thanks!
Thanna Posted November 6, 2012 Posted November 6, 2012 (edited) put this code on on the start and end of your table <div class="adj"> </div> Edited November 6, 2012 by Thanna
Meister Posted November 6, 2012 Author Posted November 6, 2012 (edited) EDITED. Fixed Via <style type="text/css"> .scrollable { width:610px; height:auto; overflow-y:hidden; overflow-x:auto; clip-rect:(0px, 300px, 400px, 0px); } </style> then <div class="scrollable"></div> Edited November 6, 2012 by emong
Question
Meister
So yeah. When I create a template the content in table for accounts and character overlaps on the table..
how to fix it? Do I need to add new codes for it? Thanks!
2 answers to this question
Recommended Posts