View Single Post
  #6  
Old 01-06-2016, 09:47 AM
Abronsyth's Avatar
Abronsyth Abronsyth is offline
A Headache Embodied
 
Join Date: Aug 2011
Location: NY
Posts: 1,011
Gender: Male
Credits: 150,052
Abronsyth is on a distinguished road
Default

If you show me how it's currently written I may be able to help, I've played around with getting images to display properly a lot, hehe.

As for the tables...if you give the tables a specific ID then you can style each individual one in the CSS...now I'm not very good with PHP tables but I *think* that the ID for, say, the myadopts table (and the way I've set it up the table that displays user pets on profiles as well), is "adopttable", so in CSS you could edit it with;
Code:
#adopttable { }
Edit:
I tested this and it works :D
#adopttable: myadopts table
#top10: Top 10 adoptables on stats page
#rand5: "5 random adoptables" table on stats page
#shoplist: market

((I have not tested for any others aside from adopttable yet!))

Edit 2:
The .../adopt.php page's table is simply ID'd as "table," so you might want to change that (line 37 in .../view/adoptview.php) to something else so that you can use CSS to customize it :)
__________________
My Mods Site (1.3.4, 2020 Mods)

Last edited by Abronsyth; 01-06-2016 at 10:00 AM.
Reply With Quote