Thread: Table styling
View Single Post
  #2  
Old 03-09-2016, 05:31 PM
Kyttias's Avatar
Kyttias Kyttias is offline
Premium Member
 
Join Date: Jan 2014
Posts: 857
Gender: Unknown/Other
Credits: 129,855
Kyttias is on a distinguished road
Default

Try and make an image of how you want things and it'd be easier to help from there.

I believe several of us are using a modified version of code we found over here. In that thread we changed it so rather than displaying pet information in a row we display each pet it's own cell, side by side. From there it's much easier to style the table without needing to remove it.

Inevitably, styling is always done with css. I believe the css id of the table should be #adopttable and from there you should be able to remove table borders, control spacing, etc.
__________________
Please do not contact me directly outside of Mysidia.
I also cannot troubleshoot code more than two years old - I legit don't remember it.
Reply With Quote