☪✯♛Tanvℯℯr♛✯© wrote
Thanks for that
Now I want to change this
testtest1.png
you see that that dark panel thing with the title "main site section"
I want to replace it an image, but I dont know the code so help me out please
Could you be more specific, do you mean just where the text is, the whole cell, the whole row, or the whole body of the table?
To replace the first column of the top row:
.nabble .header-row tr:first-child {
background-image: url("location"); }
To replace the top row with an image and remove all the text:
.nabble .category-row { background-image: url("location"); }
.nabble .category-row td { display: none; }
Unofficial and untested, but should work.
http://derflatulator.com/